Struct openssl::x509::store::X509StoreRef[]

pub struct X509StoreRef(_);

Reference to an X509Store.

Trait Implementations

impl Borrow<X509StoreRef> for X509Store

Immutably borrows from an owned value. Read more

impl AsRef<X509StoreRef> for X509Store

Performs the conversion.

impl ForeignTypeRef for X509StoreRef

The raw C type.

Important traits for &'a mut R

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut R

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Send for X509StoreRef
[src]

impl Sync for X509StoreRef
[src]