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