#[repr(C)]pub struct CERT_POLICY_QUALIFIER_USER_NOTICE {
pub pNoticeReference: *mut CERT_POLICY_QUALIFIER_NOTICE_REFERENCE,
pub pszDisplayText: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pNoticeReference: *mut CERT_POLICY_QUALIFIER_NOTICE_REFERENCE
pszDisplayText: PWSTR
Trait Implementations
impl Clone for CERT_POLICY_QUALIFIER_USER_NOTICE
impl Clone for CERT_POLICY_QUALIFIER_USER_NOTICE
impl Copy for CERT_POLICY_QUALIFIER_USER_NOTICE
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICY_QUALIFIER_USER_NOTICE
impl !Send for CERT_POLICY_QUALIFIER_USER_NOTICE
impl !Sync for CERT_POLICY_QUALIFIER_USER_NOTICE
impl Unpin for CERT_POLICY_QUALIFIER_USER_NOTICE
impl UnwindSafe for CERT_POLICY_QUALIFIER_USER_NOTICE
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