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

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

Fields

EncodedCertSize: c_ulong EncodedCert: *mut c_uchar

Trait Implementations

impl Debug for SecPkgCredentials_Cert
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgCredentials_Cert
[src]

impl Clone for SecPkgCredentials_Cert
[src]

fn clone(&self) -> SecPkgCredentials_Cert

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more