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