Struct winapi::sspi::SecPkgCredentials_Cert [] [src]

pub struct SecPkgCredentials_Cert {
    pub EncodedCertSize: c_ulong,
    pub EncodedCert: *mut c_uchar,
}

Fields

EncodedCertSize
EncodedCert

Trait Implementations

Derived Implementations

impl Debug for SecPkgCredentials_Cert

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SecPkgCredentials_Cert

impl Clone for SecPkgCredentials_Cert

fn clone(&self) -> SecPkgCredentials_Cert

fn clone_from(&mut self, source: &Self)