Enum Lmsz
#[repr(u8)]pub enum Lmsz {
_0100 = 4,
}Expand description
LMEM Size
Value on reset: 4
Variants§
_0100 = 4
4: 4 KB LMEMn
Trait Implementations§
impl Copy for Lmsz
impl Eq for Lmsz
impl IsEnum for Lmsz
impl StructuralPartialEq for Lmsz
Auto Trait Implementations§
impl Freeze for Lmsz
impl RefUnwindSafe for Lmsz
impl Send for Lmsz
impl Sync for Lmsz
impl Unpin for Lmsz
impl UnwindSafe for Lmsz
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