Struct windows_sys::Win32::Security::Cryptography::CERT_POLICY_MAPPING
[−]#[repr(C)]pub struct CERT_POLICY_MAPPING {
pub pszIssuerDomainPolicy: PSTR,
pub pszSubjectDomainPolicy: PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszIssuerDomainPolicy: PSTR
pszSubjectDomainPolicy: PSTR
Trait Implementations
impl Clone for CERT_POLICY_MAPPING
impl Clone for CERT_POLICY_MAPPING
impl Copy for CERT_POLICY_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICY_MAPPING
impl !Send for CERT_POLICY_MAPPING
impl !Sync for CERT_POLICY_MAPPING
impl Unpin for CERT_POLICY_MAPPING
impl UnwindSafe for CERT_POLICY_MAPPING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more