Struct winapi::sspi::SecPkgCredentials_Cert
[−]
[src]
pub struct SecPkgCredentials_Cert { pub EncodedCertSize: c_ulong, pub EncodedCert: *mut c_uchar, }
Fields
EncodedCertSize | |
EncodedCert |
Trait Implementations
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