Struct openssl::x509::store::X509LookupMethod [−][src]
pub struct X509LookupMethod<T>(_, _);
Expand description
Method used to look up certificates and CRLs.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = X509LookupMethodRef<T>
type Target = X509LookupMethodRef<T>
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = X509_LOOKUP_METHOD
type CType = X509_LOOKUP_METHOD
The raw C type.
type Ref = X509LookupMethodRef<T>
type Ref = X509LookupMethodRef<T>
The type representing a reference to this type.
Constructs an instance of this type from its raw type.
Returns a raw pointer to the wrapped value.