#[repr(C)]pub struct CERT_BASIC_CONSTRAINTS_INFO {
pub SubjectType: CRYPT_BIT_BLOB,
pub fPathLenConstraint: BOOL,
pub dwPathLenConstraint: u32,
pub cSubtreesConstraint: u32,
pub rgSubtreesConstraint: *mut CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
SubjectType: CRYPT_BIT_BLOB
fPathLenConstraint: BOOL
dwPathLenConstraint: u32
cSubtreesConstraint: u32
rgSubtreesConstraint: *mut CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_BASIC_CONSTRAINTS_INFO
impl Clone for CERT_BASIC_CONSTRAINTS_INFO
impl Copy for CERT_BASIC_CONSTRAINTS_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_BASIC_CONSTRAINTS_INFO
impl !Send for CERT_BASIC_CONSTRAINTS_INFO
impl !Sync for CERT_BASIC_CONSTRAINTS_INFO
impl Unpin for CERT_BASIC_CONSTRAINTS_INFO
impl UnwindSafe for CERT_BASIC_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