Struct async_std_hidg::Device
source · [−]pub struct Device<C: Class> { /* private fields */ }
Expand description
HID Gadget Device
Implementations
Auto Trait Implementations
impl<C> RefUnwindSafe for Device<C>where
C: RefUnwindSafe,
impl<C> Send for Device<C>where
C: Send,
impl<C> Sync for Device<C>where
C: Sync,
impl<C> Unpin for Device<C>where
C: Unpin,
impl<C> UnwindSafe for Device<C>where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more