#[repr(transparent)]pub struct Usbmode(pub u32);Expand description
USB Device Mode
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Usbmode
impl Eq for Usbmode
impl StructuralPartialEq for Usbmode
Auto Trait Implementations§
impl Freeze for Usbmode
impl RefUnwindSafe for Usbmode
impl Send for Usbmode
impl Sync for Usbmode
impl Unpin for Usbmode
impl UnwindSafe for Usbmode
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