Struct openssl::x509::store::X509LookupRef [−][src]
pub struct X509LookupRef<T>(_, _);
Expand description
Reference to an X509Lookup
.
Implementations
Specifies a directory from which certificates and CRLs will be loaded
on-demand. Must be used with X509Lookup::hash_dir
.
This corresponds to X509_LOOKUP_add_dir
.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = X509_LOOKUP
type CType = X509_LOOKUP
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.