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