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