#[repr(transparent)]pub struct Priority(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Priority
impl Priority
Sourcepub const PRIOLEVEL0: Self = _
pub const PRIOLEVEL0: Self = _
Priority level 0
Sourcepub const PRIOLEVEL1: Self = _
pub const PRIOLEVEL1: Self = _
Priority level 1
Sourcepub const PRIOLEVEL2: Self = _
pub const PRIOLEVEL2: Self = _
Priority level 2
Sourcepub const PRIOLEVEL3: Self = _
pub const PRIOLEVEL3: Self = _
Priority level 3
Trait Implementations§
Source§impl Ord for Priority
impl Ord for Priority
Source§impl PartialOrd for Priority
impl PartialOrd for Priority
impl Copy for Priority
impl Eq for Priority
impl StructuralPartialEq for Priority
Auto Trait Implementations§
impl Freeze for Priority
impl RefUnwindSafe for Priority
impl Send for Priority
impl Sync for Priority
impl Unpin for Priority
impl UnwindSafe for Priority
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)