Struct kvm_bindings::bindings::kvm_interrupt [−][src]
#[repr(C)]pub struct kvm_interrupt {
pub irq: __u32,
}Fields
irq: __u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for kvm_interrupt
impl Send for kvm_interrupt
impl Sync for kvm_interrupt
impl Unpin for kvm_interrupt
impl UnwindSafe for kvm_interrupt
Blanket Implementations
Mutably borrows from an owned value. Read more