Enum Datlen
#[repr(u8)]pub enum Datlen {
Bits16 = 0,
Bits24 = 1,
Bits32 = 2,
_RESERVED_3 = 3,
}Variants§
Bits16 = 0
16-bit data length
Bits24 = 1
24-bit data length
Bits32 = 2
32-bit data length
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Datlen
impl Eq for Datlen
§impl Ord for Datlen
impl Ord for Datlen
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 Datlen
impl PartialOrd 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 UnsafeUnpin 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