Struct windows_sys::Win32::Devices::Usb::USBFN_USB_STRING
[−]Expand description
Required features: "Win32_Devices_Usb"
Fields
StringIndex: u8
UsbString: [u16; 255]
Trait Implementations
impl Clone for USBFN_USB_STRING
impl Clone for USBFN_USB_STRING
impl Copy for USBFN_USB_STRING
Auto Trait Implementations
impl RefUnwindSafe for USBFN_USB_STRING
impl Send for USBFN_USB_STRING
impl Sync for USBFN_USB_STRING
impl Unpin for USBFN_USB_STRING
impl UnwindSafe for USBFN_USB_STRING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more