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