pub struct Pcid(/* private fields */);
Expand description
Structure of a PCID. A PCID has to be <= 4096 for x86_64.
Implementations§
Trait Implementations§
Source§impl Ord for Pcid
impl Ord for Pcid
Source§impl PartialOrd for Pcid
impl PartialOrd for Pcid
impl Copy for Pcid
impl Eq for Pcid
impl StructuralPartialEq for Pcid
Auto Trait Implementations§
impl Freeze for Pcid
impl RefUnwindSafe for Pcid
impl Send for Pcid
impl Sync for Pcid
impl Unpin for Pcid
impl UnwindSafe for Pcid
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