Struct OS_STRING
#[repr(C)]pub struct OS_STRING {
pub bLength: u8,
pub bDescriptorType: u8,
pub MicrosoftString: [u16; 7],
pub bVendorCode: u8,
pub Anonymous: OS_STRING_0,
}
Fields§
§bLength: u8
§bDescriptorType: u8
§MicrosoftString: [u16; 7]
§bVendorCode: u8
§Anonymous: OS_STRING_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OS_STRING
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§
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