#[repr(u8)]pub enum Memmx {
_RESERVED_0 = 0,
MIN_4KB = 1,
MIN_8KB = 2,
MIN_16KB = 3,
}Variants§
_RESERVED_0 = 0
MIN_4KB = 1
64 bytes address aligned max payload size
MIN_8KB = 2
128 bytes address aligned max payload size
MIN_16KB = 3
256 bytes address aligned max payload size
Implementations§
Trait Implementations§
Source§impl Ord for Memmx
impl Ord for Memmx
Source§impl PartialOrd for Memmx
impl PartialOrd for Memmx
impl Copy for Memmx
impl Eq for Memmx
impl StructuralPartialEq for Memmx
Auto Trait Implementations§
impl Freeze for Memmx
impl RefUnwindSafe for Memmx
impl Send for Memmx
impl Sync for Memmx
impl Unpin for Memmx
impl UnwindSafe for Memmx
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