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