#[repr(u8)]pub enum Memsz {
_RESERVED_0 = 0,
MEMSZ0 = 1,
MEMSZ1 = 2,
MEMSZ11 = 3,
}Variants§
_RESERVED_0 = 0
MEMSZ0 = 1
64-byte payload for memory
MEMSZ1 = 2
128-byte payload for memory and OOB access
MEMSZ11 = 3
256-byte payload for memory and OOB access
Implementations§
Trait Implementations§
Source§impl Ord for Memsz
impl Ord for Memsz
Source§impl PartialOrd for Memsz
impl PartialOrd for Memsz
impl Copy for Memsz
impl Eq for Memsz
impl StructuralPartialEq for Memsz
Auto Trait Implementations§
impl Freeze for Memsz
impl RefUnwindSafe for Memsz
impl Send for Memsz
impl Sync for Memsz
impl Unpin for Memsz
impl UnwindSafe for Memsz
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