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