#[repr(C)]pub struct CERT_POLICY_QUALIFIER_NOTICE_REFERENCE {
pub pszOrganization: PSTR,
pub cNoticeNumbers: u32,
pub rgNoticeNumbers: *mut i32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszOrganization: PSTR
cNoticeNumbers: u32
rgNoticeNumbers: *mut i32
Trait Implementations
impl Copy for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
impl !Send for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
impl !Sync for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
impl Unpin for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
impl UnwindSafe for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
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