Struct kvm_bindings::kvm_hyperv_eventfd [−][src]
#[repr(C)]pub struct kvm_hyperv_eventfd {
pub conn_id: __u32,
pub fd: __s32,
pub flags: __u32,
pub padding: [__u32; 3],
}Fields
conn_id: __u32fd: __s32flags: __u32padding: [__u32; 3]Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more