pub struct UsbdConfig { /* private fields */ }Expand description
A USB device configuration.
Use UsbdConfigBuilder to build a configuration.
Trait Implementations§
Source§impl Debug for UsbdConfig
impl Debug for UsbdConfig
impl Eq for UsbdConfig
Source§impl Format for UsbdConfig
impl Format for UsbdConfig
Source§impl PartialEq for UsbdConfig
impl PartialEq for UsbdConfig
impl StructuralPartialEq for UsbdConfig
Auto Trait Implementations§
impl Freeze for UsbdConfig
impl RefUnwindSafe for UsbdConfig
impl Send for UsbdConfig
impl Sync for UsbdConfig
impl Unpin for UsbdConfig
impl UnsafeUnpin for UsbdConfig
impl UnwindSafe for UsbdConfig
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