Enum Chlen
#[repr(u8)]pub enum Chlen {
Bits16 = 0,
Bits32 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Chlen
impl Eq for Chlen
§impl Ord for Chlen
impl Ord for Chlen
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Chlen
impl PartialOrd for Chlen
impl StructuralPartialEq for Chlen
Auto Trait Implementations§
impl Freeze for Chlen
impl RefUnwindSafe for Chlen
impl Send for Chlen
impl Sync for Chlen
impl Unpin for Chlen
impl UnsafeUnpin for Chlen
impl UnwindSafe for Chlen
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