Struct kvm_bindings::kvm_ioeventfd [−][src]
#[repr(C)]pub struct kvm_ioeventfd {
pub datamatch: __u64,
pub addr: __u64,
pub len: __u32,
pub fd: __s32,
pub flags: __u32,
pub pad: [__u8; 36],
}Fields
datamatch: __u64addr: __u64len: __u32fd: __s32flags: __u32pad: [__u8; 36]Trait Implementations
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_ioeventfd
impl Send for kvm_ioeventfd
impl Sync for kvm_ioeventfd
impl Unpin for kvm_ioeventfd
impl UnwindSafe for kvm_ioeventfd
Blanket Implementations
Mutably borrows from an owned value. Read more