Struct kvm_sys::x86::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: u32
§gsi: u32
§entry: u16
§padding: [u16; 3]
Trait Implementations§
source§impl Clone for kvm_assigned_msix_entry
impl Clone for kvm_assigned_msix_entry
source§fn clone(&self) -> kvm_assigned_msix_entry
fn clone(&self) -> kvm_assigned_msix_entry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_assigned_msix_entry
impl Debug for kvm_assigned_msix_entry
source§impl Default for kvm_assigned_msix_entry
impl Default for kvm_assigned_msix_entry
source§fn default() -> kvm_assigned_msix_entry
fn default() -> kvm_assigned_msix_entry
Returns the “default value” for a type. Read more
impl Copy 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more