Struct openssl::bn::BigNumContextRef [−]
pub struct BigNumContextRef(_);
Reference to BigNumContext
Trait Implementations
impl Borrow<BigNumContextRef> for BigNumContext
impl Borrow<BigNumContextRef> for BigNumContextfn borrow(&self) -> &BigNumContextRef
fn borrow(&self) -> &BigNumContextRefImmutably borrows from an owned value. Read more
impl AsRef<BigNumContextRef> for BigNumContext
impl AsRef<BigNumContextRef> for BigNumContextfn as_ref(&self) -> &BigNumContextRef
fn as_ref(&self) -> &BigNumContextRefPerforms the conversion.
impl ForeignTypeRef for BigNumContextRef
impl ForeignTypeRef for BigNumContextReftype CType = BN_CTX
The raw C type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a SelfConstructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut SelfConstructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType[src]
fn as_ptr(&self) -> *mut Self::CTypeReturns a raw pointer to the wrapped value.
impl Send for BigNumContextRef[src]
impl Send for BigNumContextRefimpl Sync for BigNumContextRef[src]
impl Sync for BigNumContextRef