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