Struct windows_sys::Win32::Devices::Usb::USB_UNICODE_NAME
[−]Expand description
Required features: "Win32_Devices_Usb"
Fields
Length: u32
String: [u16; 1]
Trait Implementations
impl Clone for USB_UNICODE_NAME
impl Clone for USB_UNICODE_NAME
impl Copy for USB_UNICODE_NAME
Auto Trait Implementations
impl RefUnwindSafe for USB_UNICODE_NAME
impl Send for USB_UNICODE_NAME
impl Sync for USB_UNICODE_NAME
impl Unpin for USB_UNICODE_NAME
impl UnwindSafe for USB_UNICODE_NAME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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