#[repr(C)]pub struct fp_int {
pub used: c_int,
pub sign: c_int,
pub dp: [fp_digit; 72],
}Fields§
§used: c_int§sign: c_int§dp: [fp_digit; 72]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fp_int
impl RefUnwindSafe for fp_int
impl Send for fp_int
impl Sync for fp_int
impl Unpin for fp_int
impl UnwindSafe for fp_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