#[repr(C)]pub struct bignum_st { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bignum_st
impl RefUnwindSafe for bignum_st
impl Send for bignum_st
impl Sync for bignum_st
impl Unpin for bignum_st
impl UnwindSafe for bignum_st
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