Struct kvm_bindings::kvm_assigned_msix_entry
source · #[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
sourceimpl Clone for kvm_assigned_msix_entry
impl Clone for kvm_assigned_msix_entry
sourcefn clone(&self) -> kvm_assigned_msix_entry
fn clone(&self) -> kvm_assigned_msix_entry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_assigned_msix_entry
impl Debug for kvm_assigned_msix_entry
sourceimpl Default for kvm_assigned_msix_entry
impl Default for kvm_assigned_msix_entry
sourcefn default() -> kvm_assigned_msix_entry
fn default() -> kvm_assigned_msix_entry
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_assigned_msix_entry> for kvm_assigned_msix_entry
impl PartialEq<kvm_assigned_msix_entry> for kvm_assigned_msix_entry
sourcefn eq(&self, other: &kvm_assigned_msix_entry) -> bool
fn eq(&self, other: &kvm_assigned_msix_entry) -> bool
impl Copy for kvm_assigned_msix_entry
impl StructuralPartialEq for kvm_assigned_msix_entry
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more