Struct openssl::x509::store::X509Store
[−]
pub struct X509Store(_);
Trait Implementations
impl ForeignType for X509Store
type CType = X509_STORE
The raw C type.
type Ref = X509StoreRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut X509_STORE) -> X509Store
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut X509_STORE
Returns a raw pointer to the wrapped value.
impl Drop for X509Store
impl Deref for X509Store
type Target = X509StoreRef
The resulting type after dereferencing.
fn deref(&self) -> &X509StoreRef
Dereferences the value.
impl DerefMut for X509Store
fn deref_mut(&mut self) -> &mut X509StoreRef
Mutably dereferences the value.