Struct winapi::shared::sspi::SEC_WINNT_AUTH_PACKED_CREDENTIALS   [−][src]
#[repr(C)]pub struct SEC_WINNT_AUTH_PACKED_CREDENTIALS {
    pub cbHeaderLength: c_ushort,
    pub cbStructureLength: c_ushort,
    pub AuthData: SEC_WINNT_AUTH_DATA,
}Fields
cbHeaderLength: c_ushortcbStructureLength: c_ushortAuthData: SEC_WINNT_AUTH_DATATrait Implementations
Returns the “default value” for a type. Read more