pub struct UsbswR { /* private fields */ }
Expand description
Value of the field USBSW
Implementations§
Auto Trait Implementations§
impl Freeze for UsbswR
impl RefUnwindSafe for UsbswR
impl Send for UsbswR
impl Sync for UsbswR
impl Unpin for UsbswR
impl UnwindSafe for UsbswR
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