#[repr(C)]pub struct CERT_POLICY_QUALIFIER_NOTICE_REFERENCE {
pub pszOrganization: PSTR,
pub cNoticeNumbers: u32,
pub rgNoticeNumbers: *mut i32,
}
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§
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