#[repr(C)]pub struct OS_STRING {
pub bLength: u8,
pub bDescriptorType: u8,
pub MicrosoftString: [u16; 7],
pub bVendorCode: u8,
pub Anonymous: OS_STRING_0,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
bLength: u8
bDescriptorType: u8
MicrosoftString: [u16; 7]
bVendorCode: u8
Anonymous: OS_STRING_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OS_STRING
impl Send for OS_STRING
impl Sync for OS_STRING
impl Unpin for OS_STRING
impl UnwindSafe for OS_STRING
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