Struct windows_sys::Win32::Security::Cryptography::CERT_POLICIES_INFO
[−]#[repr(C)]pub struct CERT_POLICIES_INFO {
pub cPolicyInfo: u32,
pub rgPolicyInfo: *mut CERT_POLICY_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cPolicyInfo: u32
rgPolicyInfo: *mut CERT_POLICY_INFO
Trait Implementations
impl Clone for CERT_POLICIES_INFO
impl Clone for CERT_POLICIES_INFO
impl Copy for CERT_POLICIES_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICIES_INFO
impl !Send for CERT_POLICIES_INFO
impl !Sync for CERT_POLICIES_INFO
impl Unpin for CERT_POLICIES_INFO
impl UnwindSafe for CERT_POLICIES_INFO
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