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: *mut SEC_CHAR sEncryptAlgorithmName: *mut SEC_CHAR KeySize: c_ulong SignatureAlgorithm: c_ulong EncryptAlgorithm: c_ulong

Trait Implementations

impl Debug for SecPkgContext_KeyInfoA
[src]

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

Formats the value using the given formatter.

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