Struct openssl::x509::X509StoreContext []

pub struct X509StoreContext(_);

Methods from Deref<Target = X509StoreContextRef>

[src]

[src]

[src]

[src]

[src]

Returns a reference to the Ssl associated with this context.

Trait Implementations

impl ForeignType for X509StoreContext

The raw C type.

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.

impl Drop for X509StoreContext

Executes the destructor for this type. Read more

impl Deref for X509StoreContext

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for X509StoreContext

Mutably dereferences the value.