Struct ChTr2Swreq
#[repr(transparent)]pub struct ChTr2Swreq(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl ChTr2Swreq
impl ChTr2Swreq
Trait Implementations§
§impl Clone for ChTr2Swreq
impl Clone for ChTr2Swreq
§fn clone(&self) -> ChTr2Swreq
fn clone(&self) -> ChTr2Swreq
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for ChTr2Swreq
impl Ord for ChTr2Swreq
§impl PartialEq for ChTr2Swreq
impl PartialEq for ChTr2Swreq
§impl PartialOrd for ChTr2Swreq
impl PartialOrd for ChTr2Swreq
impl Copy for ChTr2Swreq
impl Eq for ChTr2Swreq
impl StructuralPartialEq for ChTr2Swreq
Auto Trait Implementations§
impl Freeze for ChTr2Swreq
impl RefUnwindSafe for ChTr2Swreq
impl Send for ChTr2Swreq
impl Sync for ChTr2Swreq
impl Unpin for ChTr2Swreq
impl UnwindSafe for ChTr2Swreq
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