Struct kvm_sys::x86::bindings::kvm_hyperv_eventfd
source · #[repr(C)]pub struct kvm_hyperv_eventfd {
pub conn_id: u32,
pub fd: i32,
pub flags: u32,
pub padding: [u32; 3],
}
Fields§
§conn_id: u32
§fd: i32
§flags: u32
§padding: [u32; 3]
Trait Implementations§
source§impl Clone for kvm_hyperv_eventfd
impl Clone for kvm_hyperv_eventfd
source§fn clone(&self) -> kvm_hyperv_eventfd
fn clone(&self) -> kvm_hyperv_eventfd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_hyperv_eventfd
impl Debug for kvm_hyperv_eventfd
source§impl Default for kvm_hyperv_eventfd
impl Default for kvm_hyperv_eventfd
source§fn default() -> kvm_hyperv_eventfd
fn default() -> kvm_hyperv_eventfd
Returns the “default value” for a type. Read more
impl Copy for kvm_hyperv_eventfd
Auto Trait Implementations§
impl RefUnwindSafe for kvm_hyperv_eventfd
impl Send for kvm_hyperv_eventfd
impl Sync for kvm_hyperv_eventfd
impl Unpin for kvm_hyperv_eventfd
impl UnwindSafe for kvm_hyperv_eventfd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more