#[repr(C)]pub struct OSSL_BASIC_ATTR_CONSTRAINTS_st {
pub authority: i32,
pub pathlen: *mut asn1_string_st,
}
Fields§
§pathlen: *mut asn1_string_st
Trait Implementations§
Source§impl Clone for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl Clone for OSSL_BASIC_ATTR_CONSTRAINTS_st
Source§fn clone(&self) -> OSSL_BASIC_ATTR_CONSTRAINTS_st
fn clone(&self) -> OSSL_BASIC_ATTR_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 moreimpl Copy for OSSL_BASIC_ATTR_CONSTRAINTS_st
Auto Trait Implementations§
impl Freeze for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl RefUnwindSafe for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl !Send for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl !Sync for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl Unpin for OSSL_BASIC_ATTR_CONSTRAINTS_st
impl UnwindSafe for OSSL_BASIC_ATTR_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