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