Struct Ds
#[repr(transparent)]pub struct Ds(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ds
impl Ds
pub const FOURBIT: Self
pub const FOURBIT: Self
4-bit
pub const FIVEBIT: Self
pub const FIVEBIT: Self
5-bit
pub const SIXBIT: Self
pub const SIXBIT: Self
6-bit
pub const SEVENBIT: Self
pub const SEVENBIT: Self
7-bit
pub const EIGHTBIT: Self
pub const EIGHTBIT: Self
8-bit
pub const NINEBIT: Self
pub const NINEBIT: Self
9-bit
pub const TENBIT: Self
pub const TENBIT: Self
10-bit
pub const ELEVENBIT: Self
pub const ELEVENBIT: Self
11-bit
pub const TWELVEBIT: Self
pub const TWELVEBIT: Self
12-bit
pub const THIRTEENBIT: Self
pub const THIRTEENBIT: Self
13-bit
pub const FOURTEENBIT: Self
pub const FOURTEENBIT: Self
14-bit
pub const FIFTEENBIT: Self
pub const FIFTEENBIT: Self
15-bit
pub const SIXTEENBIT: Self
pub const SIXTEENBIT: Self
16-bit
Trait Implementations§
§impl Ord for Ds
impl Ord for Ds
§impl PartialOrd for Ds
impl PartialOrd for Ds
impl Copy for Ds
impl Eq for Ds
impl StructuralPartialEq for Ds
Auto Trait Implementations§
impl Freeze for Ds
impl RefUnwindSafe for Ds
impl Send for Ds
impl Sync for Ds
impl Unpin for Ds
impl UnwindSafe for Ds
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