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