Struct Datlen
#[repr(transparent)]pub struct Datlen(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Datlen
impl Datlen
pub const SIXTEENBIT: Self
pub const SIXTEENBIT: Self
16-bit data length
pub const TWENTYFOURBIT: Self
pub const TWENTYFOURBIT: Self
24-bit data length
pub const THIRTYTWOBIT: Self
pub const THIRTYTWOBIT: Self
32-bit data length
Trait Implementations§
§impl Ord for Datlen
impl Ord for Datlen
§impl PartialOrd for Datlen
impl PartialOrd for Datlen
impl Copy for Datlen
impl Eq for Datlen
impl StructuralPartialEq for Datlen
Auto Trait Implementations§
impl Freeze for Datlen
impl RefUnwindSafe for Datlen
impl Send for Datlen
impl Sync for Datlen
impl Unpin for Datlen
impl UnwindSafe for Datlen
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