#[repr(C)]pub struct nmod_geometric_progression_struct {Show 14 fields
pub ev_s: nn_ptr,
pub ev_f: nmod_poly_t,
pub int_s1: nn_ptr,
pub int_s2: nn_ptr,
pub int_f: nmod_poly_t,
pub ext_ff: nmod_poly_t,
pub ext_fb: nmod_poly_t,
pub ext_s1f: nn_ptr,
pub ext_s1b: nn_ptr,
pub ext_s2: nn_ptr,
pub ext_s3: nn_ptr,
pub mod_: nmod_t,
pub len: slong,
pub function: ulong,
}Fields§
§ev_s: nn_ptr§ev_f: nmod_poly_t§int_s1: nn_ptr§int_s2: nn_ptr§int_f: nmod_poly_t§ext_ff: nmod_poly_t§ext_fb: nmod_poly_t§ext_s1f: nn_ptr§ext_s1b: nn_ptr§ext_s2: nn_ptr§ext_s3: nn_ptr§mod_: nmod_t§len: slong§function: ulongTrait Implementations§
Auto Trait Implementations§
impl !Send for nmod_geometric_progression_struct
impl !Sync for nmod_geometric_progression_struct
impl Freeze for nmod_geometric_progression_struct
impl RefUnwindSafe for nmod_geometric_progression_struct
impl Unpin for nmod_geometric_progression_struct
impl UnsafeUnpin for nmod_geometric_progression_struct
impl UnwindSafe for nmod_geometric_progression_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