pub struct Cr8;
Expand description
Contains the task priority.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cr8
impl RefUnwindSafe for Cr8
impl Send for Cr8
impl Sync for Cr8
impl Unpin for Cr8
impl UnwindSafe for Cr8
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