Struct openssl::bn::BigNumContext [] [src]

pub struct BigNumContext(_);

Methods

impl BigNumContext
[src]

Returns a new BigNumContext.

Trait Implementations

impl OpenSslType for BigNumContext
[src]

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

impl Drop for BigNumContext
[src]

A method called when the value goes out of scope. Read more

impl Deref for BigNumContext
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for BigNumContext
[src]

The method called to mutably dereference a value