#[repr(C)]pub struct CERT_NAME_CONSTRAINTS_INFO {
pub cPermittedSubtree: u32,
pub rgPermittedSubtree: *mut CERT_GENERAL_SUBTREE,
pub cExcludedSubtree: u32,
pub rgExcludedSubtree: *mut CERT_GENERAL_SUBTREE,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cPermittedSubtree: u32
rgPermittedSubtree: *mut CERT_GENERAL_SUBTREE
cExcludedSubtree: u32
rgExcludedSubtree: *mut CERT_GENERAL_SUBTREE
Trait Implementations
impl Clone for CERT_NAME_CONSTRAINTS_INFO
impl Clone for CERT_NAME_CONSTRAINTS_INFO
impl Copy for CERT_NAME_CONSTRAINTS_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_NAME_CONSTRAINTS_INFO
impl !Send for CERT_NAME_CONSTRAINTS_INFO
impl !Sync for CERT_NAME_CONSTRAINTS_INFO
impl Unpin for CERT_NAME_CONSTRAINTS_INFO
impl UnwindSafe for CERT_NAME_CONSTRAINTS_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