pub struct UsbData(/* private fields */);Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsbData
impl RefUnwindSafe for UsbData
impl Send for UsbData
impl Sync for UsbData
impl Unpin for UsbData
impl UnsafeUnpin for UsbData
impl UnwindSafe for UsbData
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