#[repr(C)]pub struct fq_zech_ctx_struct {
pub qm1: ulong,
pub qm1o2: ulong,
pub qm1opm1: ulong,
pub p: ulong,
pub ppre: f64,
pub prime_root: ulong,
pub zech_log_table: *mut ulong,
pub prime_field_table: *mut ulong,
pub eval_table: *mut ulong,
pub fq_nmod_ctx: *mut fq_nmod_ctx_struct,
pub owns_fq_nmod_ctx: c_int,
pub is_conway: c_int,
}Fields§
§qm1: ulong§qm1o2: ulong§qm1opm1: ulong§p: ulong§ppre: f64§prime_root: ulong§zech_log_table: *mut ulong§prime_field_table: *mut ulong§eval_table: *mut ulong§fq_nmod_ctx: *mut fq_nmod_ctx_struct§owns_fq_nmod_ctx: c_int§is_conway: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for fq_zech_ctx_struct
impl RefUnwindSafe for fq_zech_ctx_struct
impl !Send for fq_zech_ctx_struct
impl !Sync for fq_zech_ctx_struct
impl Unpin for fq_zech_ctx_struct
impl UnsafeUnpin for fq_zech_ctx_struct
impl UnwindSafe for fq_zech_ctx_struct
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