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