#[repr(C)]pub struct BASIC_CONSTRAINTS_st {
pub ca: c_int,
pub pathlen: *mut ASN1_INTEGER,
}
Fields
ca: c_int
pathlen: *mut ASN1_INTEGER
Trait Implementations
sourceimpl Clone for BASIC_CONSTRAINTS_st
impl Clone for BASIC_CONSTRAINTS_st
sourcefn clone(&self) -> BASIC_CONSTRAINTS_st
fn clone(&self) -> BASIC_CONSTRAINTS_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BASIC_CONSTRAINTS_st
impl Debug for BASIC_CONSTRAINTS_st
sourceimpl Default for BASIC_CONSTRAINTS_st
impl Default for BASIC_CONSTRAINTS_st
sourceimpl PartialEq<BASIC_CONSTRAINTS_st> for BASIC_CONSTRAINTS_st
impl PartialEq<BASIC_CONSTRAINTS_st> for BASIC_CONSTRAINTS_st
sourcefn eq(&self, other: &BASIC_CONSTRAINTS_st) -> bool
fn eq(&self, other: &BASIC_CONSTRAINTS_st) -> bool
impl Copy for BASIC_CONSTRAINTS_st
impl Eq for BASIC_CONSTRAINTS_st
impl StructuralEq for BASIC_CONSTRAINTS_st
impl StructuralPartialEq for BASIC_CONSTRAINTS_st
Auto Trait Implementations
impl RefUnwindSafe for BASIC_CONSTRAINTS_st
impl !Send for BASIC_CONSTRAINTS_st
impl !Sync for BASIC_CONSTRAINTS_st
impl Unpin for BASIC_CONSTRAINTS_st
impl UnwindSafe for BASIC_CONSTRAINTS_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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