pub struct UsbHub { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for UsbHub
impl !RefUnwindSafe for UsbHub
impl !Send for UsbHub
impl !Sync for UsbHub
impl Unpin for UsbHub
impl !UnwindSafe for UsbHub
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