Struct kvm_bindings::kvm_msi [−][src]
#[repr(C)]pub struct kvm_msi {
pub address_lo: __u32,
pub address_hi: __u32,
pub data: __u32,
pub flags: __u32,
pub devid: __u32,
pub pad: [__u8; 12],
}Fields
address_lo: __u32address_hi: __u32data: __u32flags: __u32devid: __u32pad: [__u8; 12]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_msi
impl UnwindSafe for kvm_msi
Blanket Implementations
Mutably borrows from an owned value. Read more