pub struct LpiId(/* private fields */);Expand description
Identifies one LPI in a virtual interrupt controller.
Implementations§
Trait Implementations§
impl Copy for LpiId
impl Eq for LpiId
Source§impl Ord for LpiId
impl Ord for LpiId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LpiId
impl PartialOrd for LpiId
impl StructuralPartialEq for LpiId
Auto Trait Implementations§
impl Freeze for LpiId
impl RefUnwindSafe for LpiId
impl Send for LpiId
impl Sync for LpiId
impl Unpin for LpiId
impl UnsafeUnpin for LpiId
impl UnwindSafe for LpiId
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