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