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