Struct openssl::bn::BigNumContextRef
source · pub struct BigNumContextRef(/* private fields */);
Expand description
Reference to BigNumContext
Trait Implementations§
source§impl AsRef<BigNumContextRef> for BigNumContext
impl AsRef<BigNumContextRef> for BigNumContext
source§fn as_ref(&self) -> &BigNumContextRef
fn as_ref(&self) -> &BigNumContextRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<BigNumContextRef> for BigNumContext
impl Borrow<BigNumContextRef> for BigNumContext
source§fn borrow(&self) -> &BigNumContextRef
fn borrow(&self) -> &BigNumContextRef
Immutably borrows from an owned value. Read more
source§impl ForeignTypeRef for BigNumContextRef
impl ForeignTypeRef for BigNumContextRef
impl Send for BigNumContextRef
impl Sync for BigNumContextRef
Auto Trait Implementations§
impl !Freeze for BigNumContextRef
impl !RefUnwindSafe for BigNumContextRef
impl Unpin for BigNumContextRef
impl UnwindSafe for BigNumContextRef
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more