Struct winapi::shared::sspi::SecPkgContext_AuthzID [−][src]
#[repr(C)]pub struct SecPkgContext_AuthzID {
pub AuthzIDLength: c_ulong,
pub AuthzID: *mut c_char,
}Fields
AuthzIDLength: c_ulongAuthzID: *mut c_charTrait Implementations
Returns the “default value” for a type. Read more