#[repr(u8)]pub enum SuffixLen {
NONE = 0,
_RESERVED_1 = 1,
_8 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SuffixLen
impl Ord for SuffixLen
Source§impl PartialOrd for SuffixLen
impl PartialOrd for SuffixLen
impl Copy for SuffixLen
impl Eq for SuffixLen
impl StructuralPartialEq for SuffixLen
Auto Trait Implementations§
impl Freeze for SuffixLen
impl RefUnwindSafe for SuffixLen
impl Send for SuffixLen
impl Sync for SuffixLen
impl Unpin for SuffixLen
impl UnwindSafe for SuffixLen
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