#[repr(u8)]pub enum Imb {
INACTIVE_MAILBOX_NO = 0,
INACTIVE_MAILBOX_YES = 1,
}Variants§
INACTIVE_MAILBOX_NO = 0
Message buffer indicated by ESR2[LPTM] is not inactive.
INACTIVE_MAILBOX_YES = 1
At least one message buffer is inactive.
Implementations§
Trait Implementations§
Source§impl Ord for Imb
impl Ord for Imb
Source§impl PartialOrd for Imb
impl PartialOrd for Imb
impl Copy for Imb
impl Eq for Imb
impl StructuralPartialEq for Imb
Auto Trait Implementations§
impl Freeze for Imb
impl RefUnwindSafe for Imb
impl Send for Imb
impl Sync for Imb
impl Unpin for Imb
impl UnwindSafe for Imb
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