#[repr(C)]pub struct n_ecm_s {
pub x: ulong,
pub z: ulong,
pub a24: ulong,
pub ninv: ulong,
pub normbits: ulong,
pub one: ulong,
pub GCD_table: *mut c_uchar,
pub prime_table: *mut *mut c_uchar,
}Fields§
§x: ulong§z: ulong§a24: ulong§ninv: ulong§normbits: ulong§one: ulong§GCD_table: *mut c_uchar§prime_table: *mut *mut c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for n_ecm_s
impl RefUnwindSafe for n_ecm_s
impl !Send for n_ecm_s
impl !Sync for n_ecm_s
impl Unpin for n_ecm_s
impl UnsafeUnpin for n_ecm_s
impl UnwindSafe for n_ecm_s
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