pub struct PiTaskId(/* private fields */);Expand description
Non-zero scheduler identity stored in a PI mutex owner word.
Implementations§
Trait Implementations§
impl Copy for PiTaskId
impl Eq for PiTaskId
Source§impl Ord for PiTaskId
impl Ord for PiTaskId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for PiTaskId
impl PartialOrd for PiTaskId
impl StructuralPartialEq for PiTaskId
Auto Trait Implementations§
impl Freeze for PiTaskId
impl RefUnwindSafe for PiTaskId
impl Send for PiTaskId
impl Sync for PiTaskId
impl Unpin for PiTaskId
impl UnsafeUnpin for PiTaskId
impl UnwindSafe for PiTaskId
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