#[repr(u8)]pub enum Slc {
M_1_SLOT = 0,
M_2_SLOT = 1,
M_4_SLOT = 2,
M_8_SLOT = 3,
M_16_SLOT = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
M_1_SLOT = 0
1 slot
M_2_SLOT = 1
2 slots
M_4_SLOT = 2
4 slots
M_8_SLOT = 3
8 slots
M_16_SLOT = 4
16 slots
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Slc
impl Ord for Slc
Source§impl PartialOrd for Slc
impl PartialOrd for Slc
impl Copy for Slc
impl Eq for Slc
impl StructuralPartialEq for Slc
Auto Trait Implementations§
impl Freeze for Slc
impl RefUnwindSafe for Slc
impl Send for Slc
impl Sync for Slc
impl Unpin for Slc
impl UnwindSafe for Slc
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