Struct winapi::um::subauth::UNICODE_STRING   [−][src]
#[repr(C)]pub struct UNICODE_STRING {
    pub Length: USHORT,
    pub MaximumLength: USHORT,
    pub Buffer: PWSTR,
}Fields
Length: USHORTMaximumLength: USHORTBuffer: PWSTRTrait Implementations
Returns the “default value” for a type. Read more