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_ulongEncodedCert: *mut c_ucharTrait Implementations
Returns the “default value” for a type. Read more