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