#[repr(C)]pub struct POLICY_CONSTRAINTS_st {
pub requireExplicitPolicy: *mut ASN1_INTEGER,
pub inhibitPolicyMapping: *mut ASN1_INTEGER,
}
Fields§
§requireExplicitPolicy: *mut ASN1_INTEGER
§inhibitPolicyMapping: *mut ASN1_INTEGER
Trait Implementations§
Source§impl Clone for POLICY_CONSTRAINTS_st
impl Clone for POLICY_CONSTRAINTS_st
Source§fn clone(&self) -> POLICY_CONSTRAINTS_st
fn clone(&self) -> POLICY_CONSTRAINTS_st
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 moreSource§impl Debug for POLICY_CONSTRAINTS_st
impl Debug for POLICY_CONSTRAINTS_st
Source§impl Default for POLICY_CONSTRAINTS_st
impl Default for POLICY_CONSTRAINTS_st
Source§impl PartialEq for POLICY_CONSTRAINTS_st
impl PartialEq for POLICY_CONSTRAINTS_st
impl Copy for POLICY_CONSTRAINTS_st
impl Eq for POLICY_CONSTRAINTS_st
impl StructuralPartialEq for POLICY_CONSTRAINTS_st
Auto Trait Implementations§
impl Freeze for POLICY_CONSTRAINTS_st
impl RefUnwindSafe for POLICY_CONSTRAINTS_st
impl !Send for POLICY_CONSTRAINTS_st
impl !Sync for POLICY_CONSTRAINTS_st
impl Unpin for POLICY_CONSTRAINTS_st
impl UnwindSafe for POLICY_CONSTRAINTS_st
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