Struct kvm_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_1level: __u32Trait Implementations
sourceimpl Clone for kvm_irq_level
impl Clone for kvm_irq_level
sourcefn clone(&self) -> kvm_irq_level
fn clone(&self) -> kvm_irq_level
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_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
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