Struct kvm_bindings::kvm_assigned_msix_entry [−][src]
#[repr(C)]pub struct kvm_assigned_msix_entry {
pub assigned_dev_id: __u32,
pub gsi: __u32,
pub entry: __u16,
pub padding: [__u16; 3],
}Fields
assigned_dev_id: __u32gsi: __u32entry: __u16padding: [__u16; 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_assigned_msix_entry
impl Send for kvm_assigned_msix_entry
impl Sync for kvm_assigned_msix_entry
impl Unpin for kvm_assigned_msix_entry
impl UnwindSafe for kvm_assigned_msix_entry
Blanket Implementations
Mutably borrows from an owned value. Read more