#[repr(C)]pub struct BASIC_CONSTRAINTS_st {
pub ca: ASN1_BOOLEAN,
pub pathlen: *mut ASN1_INTEGER,
}
Fields§
§ca: ASN1_BOOLEAN
§pathlen: *mut ASN1_INTEGER
Trait Implementations§
Source§impl Clone for BASIC_CONSTRAINTS_st
impl Clone for BASIC_CONSTRAINTS_st
Source§fn clone(&self) -> BASIC_CONSTRAINTS_st
fn clone(&self) -> BASIC_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 BASIC_CONSTRAINTS_st
impl Debug for BASIC_CONSTRAINTS_st
Source§impl Default for BASIC_CONSTRAINTS_st
impl Default for BASIC_CONSTRAINTS_st
Source§impl PartialEq for BASIC_CONSTRAINTS_st
impl PartialEq for BASIC_CONSTRAINTS_st
impl Copy for BASIC_CONSTRAINTS_st
impl Eq for BASIC_CONSTRAINTS_st
impl StructuralPartialEq for BASIC_CONSTRAINTS_st
Auto Trait Implementations§
impl Freeze for BASIC_CONSTRAINTS_st
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§
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