Struct CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
#[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 Clone for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
impl Clone for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
§fn clone(&self) -> CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
fn clone(&self) -> CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
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 CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
Auto Trait Implementations§
impl Freeze for CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
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