pub struct PPUSB { /* private fields */ }Expand description
Universal Serial Bus Peripheral Present
Implementations§
Auto Trait Implementations§
impl !Freeze for PPUSB
impl !RefUnwindSafe for PPUSB
impl Send for PPUSB
impl !Sync for PPUSB
impl Unpin for PPUSB
impl UnwindSafe for PPUSB
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