pub struct FromUsb;
Trait Implementations
sourceimpl Reference for FromUsb
impl Reference for FromUsb
sourceconst DYN: DynReference = DynReference::Usb
const DYN: DynReference = DynReference::Usb
Corresponding variant of
DynReference
Auto Trait Implementations
impl RefUnwindSafe for FromUsb
impl Send for FromUsb
impl Sync for FromUsb
impl Unpin for FromUsb
impl UnwindSafe for FromUsb
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