Struct kvm_sys::x86::bindings::kvm_irq_routing_entry
source · #[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§
source§impl Clone for kvm_irq_routing_entry
impl Clone for kvm_irq_routing_entry
source§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 moresource§impl Default for kvm_irq_routing_entry
impl Default for kvm_irq_routing_entry
impl Copy for kvm_irq_routing_entry
Auto Trait Implementations§
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