#[repr(C)]pub struct CERT_POLICY95_QUALIFIER1 {
pub pszPracticesReference: PWSTR,
pub pszNoticeIdentifier: PSTR,
pub pszNSINoticeIdentifier: PSTR,
pub cCPSURLs: u32,
pub rgCPSURLs: *mut CPS_URLS,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszPracticesReference: PWSTR
pszNoticeIdentifier: PSTR
pszNSINoticeIdentifier: PSTR
cCPSURLs: u32
rgCPSURLs: *mut CPS_URLS
Trait Implementations
impl Clone for CERT_POLICY95_QUALIFIER1
impl Clone for CERT_POLICY95_QUALIFIER1
impl Copy for CERT_POLICY95_QUALIFIER1
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICY95_QUALIFIER1
impl !Send for CERT_POLICY95_QUALIFIER1
impl !Sync for CERT_POLICY95_QUALIFIER1
impl Unpin for CERT_POLICY95_QUALIFIER1
impl UnwindSafe for CERT_POLICY95_QUALIFIER1
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