#[repr(u8)]pub enum MSIZE_A {
BITS8 = 0,
BITS16 = 1,
BITS32 = 2,
}
Expand description
Memory size
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MSIZE_A
impl StructuralPartialEq for MSIZE_A
Auto Trait Implementations§
impl Freeze for MSIZE_A
impl RefUnwindSafe for MSIZE_A
impl Send for MSIZE_A
impl Sync for MSIZE_A
impl Unpin for MSIZE_A
impl UnwindSafe for MSIZE_A
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