pub enum MailboxPriority {
Idle,
Low,
High,
Num,
}
Variants§
Trait Implementations§
source§impl Clone for MailboxPriority
impl Clone for MailboxPriority
source§fn clone(&self) -> MailboxPriority
fn clone(&self) -> MailboxPriority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MailboxPriority
impl Debug for MailboxPriority
source§impl TryFrom<usize> for MailboxPriority
impl TryFrom<usize> for MailboxPriority
impl Copy for MailboxPriority
Auto Trait Implementations§
impl Freeze for MailboxPriority
impl ObjSafe for MailboxPriority
impl RefUnwindSafe for MailboxPriority
impl Send for MailboxPriority
impl Sync for MailboxPriority
impl Unpin for MailboxPriority
impl UnwindSafe for MailboxPriority
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
)