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