#[repr(u8)]pub enum Mbl {
MBL_0 = 0,
MBL_1 = 1,
MBL_2 = 2,
MBL_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
MBL_0 = 0
512 bytes.
MBL_1 = 1
1024 bytes.
MBL_2 = 2
2048 bytes.
MBL_3 = 3
4096 bytes.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Mbl
impl Ord for Mbl
Source§impl PartialOrd for Mbl
impl PartialOrd for Mbl
impl Copy for Mbl
impl Eq for Mbl
impl StructuralPartialEq for Mbl
Auto Trait Implementations§
impl Freeze for Mbl
impl RefUnwindSafe for Mbl
impl Send for Mbl
impl Sync for Mbl
impl Unpin for Mbl
impl UnwindSafe for Mbl
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