pub struct BasicConstraints(/* private fields */);Expand description
A X509 basic constraints.
Methods from Deref<Target = BasicConstraintsRef>§
Trait Implementations§
Source§impl AsRef<BasicConstraintsRef> for BasicConstraints
impl AsRef<BasicConstraintsRef> for BasicConstraints
Source§fn as_ref(&self) -> &BasicConstraintsRef
fn as_ref(&self) -> &BasicConstraintsRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<BasicConstraintsRef> for BasicConstraints
impl Borrow<BasicConstraintsRef> for BasicConstraints
Source§fn borrow(&self) -> &BasicConstraintsRef
fn borrow(&self) -> &BasicConstraintsRef
Immutably borrows from an owned value. Read more
Source§impl Deref for BasicConstraints
impl Deref for BasicConstraints
Source§type Target = BasicConstraintsRef
type Target = BasicConstraintsRef
The resulting type after dereferencing.
Source§fn deref(&self) -> &BasicConstraintsRef
fn deref(&self) -> &BasicConstraintsRef
Dereferences the value.
Source§impl DerefMut for BasicConstraints
impl DerefMut for BasicConstraints
Source§fn deref_mut(&mut self) -> &mut BasicConstraintsRef
fn deref_mut(&mut self) -> &mut BasicConstraintsRef
Mutably dereferences the value.
Source§impl Drop for BasicConstraints
impl Drop for BasicConstraints
Source§impl ForeignType for BasicConstraints
impl ForeignType for BasicConstraints
Source§type CType = BASIC_CONSTRAINTS
type CType = BASIC_CONSTRAINTS
The raw C type.
Source§type Ref = BasicConstraintsRef
type Ref = BasicConstraintsRef
The type representing a reference to this type.
Source§unsafe fn from_ptr(ptr: *mut BASIC_CONSTRAINTS) -> BasicConstraints
unsafe fn from_ptr(ptr: *mut BASIC_CONSTRAINTS) -> BasicConstraints
Constructs an instance of this type from its raw type.
Source§fn as_ptr(&self) -> *mut BASIC_CONSTRAINTS
fn as_ptr(&self) -> *mut BASIC_CONSTRAINTS
Returns a raw pointer to the wrapped value.
impl Send for BasicConstraints
impl Sync for BasicConstraints
Auto Trait Implementations§
impl Freeze for BasicConstraints
impl RefUnwindSafe for BasicConstraints
impl Unpin for BasicConstraints
impl UnwindSafe for BasicConstraints
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