Struct winapi::shared::sspi::SEC_WINNT_AUTH_BYTE_VECTOR [−][src]
#[repr(C)]pub struct SEC_WINNT_AUTH_BYTE_VECTOR {
pub ByteArrayOffset: c_ulong,
pub ByteArrayLength: c_ushort,
}
Fields
ByteArrayOffset: c_ulong
ByteArrayLength: c_ushort
Trait Implementations
Returns the “default value” for a type. Read more