pub struct ApicLintLineTarget<T> { /* private fields */ }
Expand description
A [LineSetTarget
] implementation that raises APIC local interrupt lines.
Implementations§
Source§impl<T: X86Partition> ApicLintLineTarget<T>
impl<T: X86Partition> ApicLintLineTarget<T>
Trait Implementations§
Source§impl<T: X86Partition> LineSetTarget for ApicLintLineTarget<T>
impl<T: X86Partition> LineSetTarget for ApicLintLineTarget<T>
Auto Trait Implementations§
impl<T> Freeze for ApicLintLineTarget<T>
impl<T> RefUnwindSafe for ApicLintLineTarget<T>where
T: RefUnwindSafe,
impl<T> Send for ApicLintLineTarget<T>
impl<T> Sync for ApicLintLineTarget<T>
impl<T> Unpin for ApicLintLineTarget<T>
impl<T> UnwindSafe for ApicLintLineTarget<T>where
T: RefUnwindSafe,
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