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

Trait Implementations

impl Debug for SecPkgContext_KeyInfoW
[src]

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

Formats the value using the given formatter.

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