Struct openssl::bn::BigNumContext  
                   
                       [−]
                   
               [src]
pub struct BigNumContext(_);
Methods
impl BigNumContext[src]
fn new() -> Result<BigNumContext, ErrorStack>
Returns a new BigNumContext.
Trait Implementations
impl OpenSslType for BigNumContext[src]
type CType = BN_CTX
The raw C type.
type Ref = BigNumContextRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut BN_CTX) -> BigNumContext
Constructs an instance of this type from its raw type.
impl Drop for BigNumContext[src]
impl Deref for BigNumContext[src]
type Target = BigNumContextRef
The resulting type after dereferencing
fn deref(&self) -> &BigNumContextRef
The method called to dereference a value
impl DerefMut for BigNumContext[src]
fn deref_mut(&mut self) -> &mut BigNumContextRef
The method called to mutably dereference a value