#[repr(u8)]pub enum Mcusel {
AppMcu = 0,
NetworkMcu = 1,
_RESERVED_2 = 2,
Peripheral = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
Tnd = 7,
}Variants§
AppMcu = 0
Application MCU.
NetworkMcu = 1
Network MCU.
_RESERVED_2 = 2
Peripheral = 3
Peripheral with dedicated pins.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
Tnd = 7
Trace and Debug Subsystem.
Implementations§
Trait Implementations§
Source§impl Ord for Mcusel
impl Ord for Mcusel
Source§impl PartialOrd for Mcusel
impl PartialOrd for Mcusel
impl Copy for Mcusel
impl Eq for Mcusel
impl StructuralPartialEq for Mcusel
Auto Trait Implementations§
impl Freeze for Mcusel
impl RefUnwindSafe for Mcusel
impl Send for Mcusel
impl Sync for Mcusel
impl Unpin for Mcusel
impl UnwindSafe for Mcusel
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