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