Struct winapi::schannel::SecPkgContext_ClientCertPolicyResult [] [src]

pub struct SecPkgContext_ClientCertPolicyResult {
    pub dwPolicyResult: HRESULT,
    pub guidPolicyId: GUID,
}

Fields

dwPolicyResult
guidPolicyId

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_ClientCertPolicyResult

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

impl Copy for SecPkgContext_ClientCertPolicyResult

impl Clone for SecPkgContext_ClientCertPolicyResult

fn clone(&self) -> SecPkgContext_ClientCertPolicyResult

fn clone_from(&mut self, source: &Self)