#[repr(C)]pub struct fq_nmod_ctx_struct {
pub mod_: nmod_t,
pub sparse_modulus: c_int,
pub is_conway: c_int,
pub a: *mut ulong,
pub j: *mut slong,
pub len: slong,
pub modulus: nmod_poly_t,
pub inv: nmod_poly_t,
pub var: *mut c_char,
}Fields§
§mod_: nmod_t§sparse_modulus: c_int§is_conway: c_int§a: *mut ulong§j: *mut slong§len: slong§modulus: nmod_poly_t§inv: nmod_poly_t§var: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for fq_nmod_ctx_struct
impl RefUnwindSafe for fq_nmod_ctx_struct
impl !Send for fq_nmod_ctx_struct
impl !Sync for fq_nmod_ctx_struct
impl Unpin for fq_nmod_ctx_struct
impl UnsafeUnpin for fq_nmod_ctx_struct
impl UnwindSafe for fq_nmod_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