Struct wolf_crypto_sys::fp_int
source · #[repr(C)]pub struct fp_int {
pub used: c_int,
pub sign: c_int,
pub dp: [fp_digit; 136],
}Fields§
§used: c_int§sign: c_int§dp: [fp_digit; 136]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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)