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_ushort
cbStructureLength: c_ushort
AuthData: SEC_WINNT_AUTH_DATA
Trait Implementations
Returns the “default value” for a type. Read more