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_ushortMaximumLength: c_ushortBuffer: *mut c_ushortTrait Implementations
Returns the “default value” for a type. Read more