pub struct IrqLineId(pub usize);Expand description
Identifier of an interrupt line within a virtual machine.
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for IrqLineId
impl Eq for IrqLineId
impl StructuralPartialEq for IrqLineId
Auto Trait Implementations§
impl Freeze for IrqLineId
impl RefUnwindSafe for IrqLineId
impl Send for IrqLineId
impl Sync for IrqLineId
impl Unpin for IrqLineId
impl UnsafeUnpin for IrqLineId
impl UnwindSafe for IrqLineId
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