Struct winapi::schannel::SecPkgContext_ClientCertPolicyResult
[−]
[src]
pub struct SecPkgContext_ClientCertPolicyResult {
pub dwPolicyResult: HRESULT,
pub guidPolicyId: GUID,
}Fields
dwPolicyResult | |
guidPolicyId |
Trait Implementations
impl Copy for SecPkgContext_ClientCertPolicyResult[src]
impl Clone for SecPkgContext_ClientCertPolicyResult[src]
fn clone(&self) -> SecPkgContext_ClientCertPolicyResult
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