Struct winapi::shared::sspi::SecPkgCredentials_Cert [−][src]
#[repr(C)]pub struct SecPkgCredentials_Cert {
pub EncodedCertSize: c_ulong,
pub EncodedCert: *mut c_uchar,
}
Fields
EncodedCertSize: c_ulong
EncodedCert: *mut c_uchar
Trait Implementations
Returns the “default value” for a type. Read more