#[repr(C)]pub struct SecPkgCred_ClientCertPolicy {
pub dwFlags: u32,
pub guidPolicyId: GUID,
pub dwCertFlags: u32,
pub dwUrlRetrievalTimeout: u32,
pub fCheckRevocationFreshnessTime: BOOL,
pub dwRevocationFreshnessTime: u32,
pub fOmitUsageCheck: BOOL,
pub pwszSslCtlStoreName: PWSTR,
pub pwszSslCtlIdentifier: PWSTR,
}
Fields§
§dwFlags: u32
§guidPolicyId: GUID
§dwCertFlags: u32
§dwUrlRetrievalTimeout: u32
§fCheckRevocationFreshnessTime: BOOL
§dwRevocationFreshnessTime: u32
§fOmitUsageCheck: BOOL
§pwszSslCtlStoreName: PWSTR
§pwszSslCtlIdentifier: PWSTR
Trait Implementations§
§impl Clone for SecPkgCred_ClientCertPolicy
impl Clone for SecPkgCred_ClientCertPolicy
§fn clone(&self) -> SecPkgCred_ClientCertPolicy
fn clone(&self) -> SecPkgCred_ClientCertPolicy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SecPkgCred_ClientCertPolicy
Auto Trait Implementations§
impl Freeze for SecPkgCred_ClientCertPolicy
impl RefUnwindSafe for SecPkgCred_ClientCertPolicy
impl !Send for SecPkgCred_ClientCertPolicy
impl !Sync for SecPkgCred_ClientCertPolicy
impl Unpin for SecPkgCred_ClientCertPolicy
impl UnwindSafe for SecPkgCred_ClientCertPolicy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)