Struct openssl::bn::BigNumContextRef
source · [−]pub struct BigNumContextRef(_);
Expand description
Reference to BigNumContext
Trait Implementations
sourceimpl AsRef<BigNumContextRef> for BigNumContext
impl AsRef<BigNumContextRef> for BigNumContext
sourcefn as_ref(&self) -> &BigNumContextRef
fn as_ref(&self) -> &BigNumContextRef
Performs the conversion.
sourceimpl Borrow<BigNumContextRef> for BigNumContext
impl Borrow<BigNumContextRef> for BigNumContext
sourcefn borrow(&self) -> &BigNumContextRef
fn borrow(&self) -> &BigNumContextRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for BigNumContextRef
impl ForeignTypeRef for BigNumContextRef
impl Send for BigNumContextRef
impl Sync for BigNumContextRef
Auto Trait Implementations
impl !RefUnwindSafe for BigNumContextRef
impl Unpin for BigNumContextRef
impl UnwindSafe for BigNumContextRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more