Struct kvm_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: __u32type_: __u32flags: __u32pad: __u32u: kvm_irq_routing_entry__bindgen_ty_1Trait Implementations
sourceimpl Clone for kvm_irq_routing_entry
impl Clone for kvm_irq_routing_entry
sourcefn clone(&self) -> kvm_irq_routing_entry
fn clone(&self) -> kvm_irq_routing_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 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
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