#[repr(u8)]pub enum Prelen {
M_7BYTES = 0,
M_5BYTES = 1,
M_3BYTES = 2,
_RESERVED_3 = 3,
}Variants§
M_7BYTES = 0
7 bytes of preamble
M_5BYTES = 1
5 bytes of preamble
M_3BYTES = 2
3 bytes of preamble
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Prelen
impl Ord for Prelen
Source§impl PartialOrd for Prelen
impl PartialOrd for Prelen
impl Copy for Prelen
impl Eq for Prelen
impl StructuralPartialEq for Prelen
Auto Trait Implementations§
impl Freeze for Prelen
impl RefUnwindSafe for Prelen
impl Send for Prelen
impl Sync for Prelen
impl Unpin for Prelen
impl UnwindSafe for Prelen
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