#[repr(u8)]pub enum MailboxRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Source§impl MailboxRst
impl MailboxRst
Trait Implementations§
Source§impl Clone for MailboxRst
impl Clone for MailboxRst
Source§fn clone(&self) -> MailboxRst
fn clone(&self) -> MailboxRst
Returns a duplicate 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 MailboxRst
impl Debug for MailboxRst
Source§impl From<MailboxRst> for u8
impl From<MailboxRst> for u8
Source§fn from(val: MailboxRst) -> u8
fn from(val: MailboxRst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MailboxRst
impl From<u8> for MailboxRst
Source§fn from(val: u8) -> MailboxRst
fn from(val: u8) -> MailboxRst
Converts to this type from the input type.
Source§impl Ord for MailboxRst
impl Ord for MailboxRst
Source§fn cmp(&self, other: &MailboxRst) -> Ordering
fn cmp(&self, other: &MailboxRst) -> Ordering
1.21.0 · 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
Source§impl PartialEq for MailboxRst
impl PartialEq for MailboxRst
Source§impl PartialOrd for MailboxRst
impl PartialOrd for MailboxRst
impl Copy for MailboxRst
impl Eq for MailboxRst
impl StructuralPartialEq for MailboxRst
Auto Trait Implementations§
impl Freeze for MailboxRst
impl RefUnwindSafe for MailboxRst
impl Send for MailboxRst
impl Sync for MailboxRst
impl Unpin for MailboxRst
impl UnwindSafe for MailboxRst
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