Struct ChCrPrio
#[repr(transparent)]pub struct ChCrPrio(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl ChCrPrio
impl ChCrPrio
pub const LOWWITHLOWHWEIGHT: Self
pub const LOWWITHLOWHWEIGHT: Self
low priority, low weight
pub const LOWWITHMIDWEIGHT: Self
pub const LOWWITHMIDWEIGHT: Self
low priority, mid weight
pub const LOWWITHHIGHWEIGHT: Self
pub const LOWWITHHIGHWEIGHT: Self
low priority, high weight
pub const HIGH: Self
pub const HIGH: Self
high priority
Trait Implementations§
§impl Ord for ChCrPrio
impl Ord for ChCrPrio
§impl PartialOrd for ChCrPrio
impl PartialOrd for ChCrPrio
impl Copy for ChCrPrio
impl Eq for ChCrPrio
impl StructuralPartialEq for ChCrPrio
Auto Trait Implementations§
impl Freeze for ChCrPrio
impl RefUnwindSafe for ChCrPrio
impl Send for ChCrPrio
impl Sync for ChCrPrio
impl Unpin for ChCrPrio
impl UnwindSafe for ChCrPrio
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