Struct winapi::shared::ntdef::UNICODE_STRING [−][src]
#[repr(C)]pub struct UNICODE_STRING {
pub Length: USHORT,
pub MaximumLength: USHORT,
pub Buffer: PWCH,
}
Fields
Length: USHORT
MaximumLength: USHORT
Buffer: PWCH
Trait Implementations
Returns the “default value” for a type. Read more