#[repr(C)]pub struct BASIC_CONSTRAINTS {
pub ca: c_int,
pub pathlen: *mut ASN1_INTEGER,
}Fields§
§ca: c_int§pathlen: *mut ASN1_INTEGERAuto Trait Implementations§
impl Freeze for BASIC_CONSTRAINTS
impl RefUnwindSafe for BASIC_CONSTRAINTS
impl !Send for BASIC_CONSTRAINTS
impl !Sync for BASIC_CONSTRAINTS
impl Unpin for BASIC_CONSTRAINTS
impl UnwindSafe for BASIC_CONSTRAINTS
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