Struct Chlen
#[repr(transparent)]pub struct Chlen(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Chlen
impl Chlen
pub const SIXTEENBIT: Self
pub const SIXTEENBIT: Self
16-bit wide
pub const THIRTYTWOBIT: Self
pub const THIRTYTWOBIT: Self
32-bit wide
Trait Implementations§
§impl Ord for Chlen
impl Ord for Chlen
§impl PartialOrd for Chlen
impl PartialOrd for Chlen
impl Copy for Chlen
impl Eq 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 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