#[repr(u8)]pub enum Pm {
RUN = 0,
WAIT = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
RUN = 0
The MUB processor is in Run Mode.
WAIT = 1
The MUB processor is in WAIT Mode.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Pm
impl Ord for Pm
Source§impl PartialOrd for Pm
impl PartialOrd for Pm
impl Copy for Pm
impl Eq for Pm
impl StructuralPartialEq for Pm
Auto Trait Implementations§
impl Freeze for Pm
impl RefUnwindSafe for Pm
impl Send for Pm
impl Sync for Pm
impl Unpin for Pm
impl UnwindSafe for Pm
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