Enum Lmszh
pub enum Lmszh {
_0 = 0,
_1 = 1,
}Expand description
LMEM Size Hole
Value on reset: 0
Variants§
_0 = 0
0: LMEMn is a power-of-2 capacity.
_1 = 1
1: LMEMn is not a power-of-2, with a capacity is 0.75 * LMSZ.
Trait Implementations§
impl Copy for Lmszh
impl Eq for Lmszh
impl StructuralPartialEq for Lmszh
Auto Trait Implementations§
impl Freeze for Lmszh
impl RefUnwindSafe for Lmszh
impl Send for Lmszh
impl Sync for Lmszh
impl Unpin for Lmszh
impl UnwindSafe for Lmszh
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