#[repr(u8)]pub enum Mcusel {
APP_MCU = 0,
NETWORK_MCU = 1,
_RESERVED_2 = 2,
PERIPHERAL = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
TND = 7,
}
Variants§
APP_MCU = 0
Application MCU
NETWORK_MCU = 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
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
)