Struct kvm_irq_level
#[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§
§impl Clone for kvm_irq_level
impl Clone for kvm_irq_level
§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 more§impl Debug for kvm_irq_level
impl Debug for kvm_irq_level
§impl Default for kvm_irq_level
impl Default for kvm_irq_level
§fn default() -> kvm_irq_level
fn default() -> kvm_irq_level
Returns the “default value” for a type. Read more
impl Copy for kvm_irq_level
Auto Trait Implementations§
impl Freeze for kvm_irq_level
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