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