Struct openssl::x509::store::X509StoreRef [−][src]
pub struct X509StoreRef(_);
Expand description
Reference to an X509Store
.
Implementations
Get a reference to the cache of certificates in this store.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = X509_STORE
type CType = X509_STORE
The raw C type.
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.