#[repr(u8)]pub enum Redmul {
FULLSZ = 0,
_RESERVED_1 = 1,
VALUE_64BIT = 2,
_RESERVED_3 = 3,
}Variants§
FULLSZ = 0
full size mode, 3 least significant bits of pointer and length are ignored, minimum supported length 0x0008
_RESERVED_1 = 1
VALUE_64BIT = 2
64-bit mode, 3 least significant bits of pointer and length are ignored, minimum supported length 0x0008
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Redmul
impl Ord for Redmul
Source§impl PartialOrd for Redmul
impl PartialOrd for Redmul
impl Copy for Redmul
impl Eq for Redmul
impl StructuralPartialEq for Redmul
Auto Trait Implementations§
impl Freeze for Redmul
impl RefUnwindSafe for Redmul
impl Send for Redmul
impl Sync for Redmul
impl Unpin for Redmul
impl UnwindSafe for Redmul
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