pub struct BigNumContextRef(/* private fields */);Expand description
A borrowed reference to a BigNumContext.
Trait Implementations§
Source§impl AsMut<BigNumContextRef> for BigNumContext
impl AsMut<BigNumContextRef> for BigNumContext
Source§fn as_mut(&mut self) -> &mut BigNumContextRef
fn as_mut(&mut self) -> &mut BigNumContextRef
Converts this type into a mutable reference of the (usually inferred) input type.
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 BorrowMut<BigNumContextRef> for BigNumContext
impl BorrowMut<BigNumContextRef> for BigNumContext
Source§fn borrow_mut(&mut self) -> &mut BigNumContextRef
fn borrow_mut(&mut self) -> &mut BigNumContextRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for BigNumContextRef
impl ForeignTypeRef for BigNumContextRef
Source§type CType = bignum_ctx
type CType = bignum_ctx
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more