Struct winapi::sspi::SecPkgContext_KeyInfoA  
                   
                       [−]
                   
               [src]
pub struct SecPkgContext_KeyInfoA {
    pub sSignatureAlgorithmName: *mut SEC_CHAR,
    pub sEncryptAlgorithmName: *mut SEC_CHAR,
    pub KeySize: c_ulong,
    pub SignatureAlgorithm: c_ulong,
    pub EncryptAlgorithm: c_ulong,
}Fields
sSignatureAlgorithmName | |
sEncryptAlgorithmName | |
KeySize | |
SignatureAlgorithm | |
EncryptAlgorithm | 
Trait Implementations
impl Copy for SecPkgContext_KeyInfoA[src]
impl Clone for SecPkgContext_KeyInfoA[src]
fn clone(&self) -> SecPkgContext_KeyInfoA
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