pub struct ApicId(/* private fields */);
Expand description
A unique identifier for a Local APIC, i.e., a CPU on x86_64.
Implementations§
Trait Implementations§
source§impl Ord for ApicId
impl Ord for ApicId
source§impl PartialEq<ApicId> for ApicId
impl PartialEq<ApicId> for ApicId
source§impl PartialOrd<ApicId> for ApicId
impl PartialOrd<ApicId> for ApicId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ApicId
impl Eq for ApicId
impl StructuralEq for ApicId
impl StructuralPartialEq for ApicId
Auto Trait Implementations§
impl RefUnwindSafe for ApicId
impl Send for ApicId
impl Sync for ApicId
impl Unpin for ApicId
impl UnwindSafe for ApicId
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