#[repr(u8)]pub enum Oobmx {
_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 Oobmx
impl Ord for Oobmx
Source§impl PartialOrd for Oobmx
impl PartialOrd for Oobmx
impl Copy for Oobmx
impl Eq for Oobmx
impl StructuralPartialEq for Oobmx
Auto Trait Implementations§
impl Freeze for Oobmx
impl RefUnwindSafe for Oobmx
impl Send for Oobmx
impl Sync for Oobmx
impl Unpin for Oobmx
impl UnwindSafe for Oobmx
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