#[repr(C)]pub struct OS_STRING {
pub bLength: UCHAR,
pub bDescriptorType: UCHAR,
pub MicrosoftString: [WCHAR; 7],
pub bVendorCode: UCHAR,
pub u: OS_STRING_u,
}
Fields§
§bLength: UCHAR
§bDescriptorType: UCHAR
§MicrosoftString: [WCHAR; 7]
§bVendorCode: UCHAR
§u: OS_STRING_u
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