pub struct UsbHub {
ports: Vec<Arc<UsbPort>>,
}Expand description
UsbHub is a set of usb ports.
Fields§
§ports: Vec<Arc<UsbPort>>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