Struct kvm_irq_routing_entry
#[repr(C)]pub struct kvm_irq_routing_entry {
pub gsi: u32,
pub type_: u32,
pub flags: u32,
pub pad: u32,
pub u: kvm_irq_routing_entry__bindgen_ty_1,
}
Fields§
§gsi: u32
§type_: u32
§flags: u32
§pad: u32
§u: kvm_irq_routing_entry__bindgen_ty_1
Trait Implementations§
§impl Clone for kvm_irq_routing_entry
impl Clone for kvm_irq_routing_entry
§fn clone(&self) -> kvm_irq_routing_entry
fn clone(&self) -> kvm_irq_routing_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 more§impl Debug for kvm_irq_routing_entry
impl Debug for kvm_irq_routing_entry
§impl Default for kvm_irq_routing_entry
impl Default for kvm_irq_routing_entry
§fn default() -> kvm_irq_routing_entry
fn default() -> kvm_irq_routing_entry
Returns the “default value” for a type. Read more
impl Copy for kvm_irq_routing_entry
Auto Trait Implementations§
impl Freeze for kvm_irq_routing_entry
impl RefUnwindSafe for kvm_irq_routing_entry
impl Send for kvm_irq_routing_entry
impl Sync for kvm_irq_routing_entry
impl Unpin for kvm_irq_routing_entry
impl UnwindSafe for kvm_irq_routing_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