Struct kvm_sys::x86::bindings::kvm_irq_level
source · #[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_1
§level: u32
Trait Implementations§
source§impl Clone for kvm_irq_level
impl Clone for kvm_irq_level
source§fn clone(&self) -> kvm_irq_level
fn clone(&self) -> kvm_irq_level
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_level
impl Default for kvm_irq_level
impl Copy for kvm_irq_level
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§
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