pub struct Pcid(/* private fields */);Expand description
Structure of a PCID. A PCID has to be <= 4096 for x86_64.
Implementations§
Trait Implementations§
impl Copy for Pcid
impl Eq for Pcid
Source§impl Ord for Pcid
impl Ord for Pcid
1.21.0 (const: unstable)§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 Pcid
impl PartialOrd 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 UnsafeUnpin for Pcid
impl UnwindSafe for Pcid
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)