#[repr(C)]pub struct nmod_geometric_progression_struct {
pub x: nn_ptr,
pub t: nn_ptr,
pub w: nn_ptr,
pub y: nn_ptr,
pub z: nn_ptr,
pub f: nmod_poly_t,
pub g1: nmod_poly_t,
pub g2: nmod_poly_t,
pub mod_: nmod_t,
pub len: slong,
}Fields§
§x: nn_ptr§t: nn_ptr§w: nn_ptr§y: nn_ptr§z: nn_ptr§f: nmod_poly_t§g1: nmod_poly_t§g2: nmod_poly_t§mod_: nmod_t§len: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_geometric_progression_struct
impl RefUnwindSafe for nmod_geometric_progression_struct
impl !Send for nmod_geometric_progression_struct
impl !Sync 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