Struct winapi::shared::sspi::SEC_WINNT_AUTH_SHORT_VECTOR [−][src]
#[repr(C)]pub struct SEC_WINNT_AUTH_SHORT_VECTOR {
pub ShortArrayOffset: ULONG,
pub ShortArrayCount: USHORT,
}
Fields
ShortArrayOffset: ULONG
ShortArrayCount: USHORT
Trait Implementations
Returns the “default value” for a type. Read more