#[repr(u8)]
pub enum SERIES_A {
_0,
_1,
}
Expand description
Series
Value on reset: 6
Variants
_0
0: Cortex-M0+ processor, basic feature set
_1
1: Cortex-M0+ processor, USB
Trait Implementations
impl Copy for SERIES_A
impl StructuralPartialEq for SERIES_A
Auto Trait Implementations
impl RefUnwindSafe for SERIES_A
impl Send for SERIES_A
impl Sync for SERIES_A
impl Unpin for SERIES_A
impl UnwindSafe for SERIES_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more