Struct kvm_bindings::kvm_irq_level [−][src]
#[repr(C)]pub struct kvm_irq_level {
pub __bindgen_anon_1: kvm_irq_level__bindgen_ty_1,
pub level: __u32,
}Fields
__bindgen_anon_1: kvm_irq_level__bindgen_ty_1level: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_irq_level
impl Send for kvm_irq_level
impl Sync for kvm_irq_level
impl Unpin for kvm_irq_level
impl UnwindSafe for kvm_irq_level
Blanket Implementations
Mutably borrows from an owned value. Read more