Struct ChTr1Dw
#[repr(transparent)]pub struct ChTr1Dw(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for ChTr1Dw
impl Ord for ChTr1Dw
§impl PartialOrd for ChTr1Dw
impl PartialOrd for ChTr1Dw
impl Copy for ChTr1Dw
impl Eq for ChTr1Dw
impl StructuralPartialEq for ChTr1Dw
Auto Trait Implementations§
impl Freeze for ChTr1Dw
impl RefUnwindSafe for ChTr1Dw
impl Send for ChTr1Dw
impl Sync for ChTr1Dw
impl Unpin for ChTr1Dw
impl UnwindSafe for ChTr1Dw
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