pub struct Manager {
pub usb: UsbManager,
}
Fields§
§usb: UsbManager
Implementations§
Trait Implementations§
source§impl From<UsbManager> for Manager
impl From<UsbManager> for Manager
source§fn from(value: UsbManager) -> Self
fn from(value: UsbManager) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Manager
impl Send for Manager
impl Sync for Manager
impl Unpin for Manager
impl UnwindSafe for Manager
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