#[repr(C)]pub struct fmpz_mod_poly_radix_struct {
pub V: *mut fmpz,
pub W: *mut fmpz,
pub Rpow: *mut *mut fmpz,
pub Rinv: *mut *mut fmpz,
pub degR: slong,
pub k: slong,
pub invL: fmpz,
}Fields§
§V: *mut fmpz§W: *mut fmpz§Rpow: *mut *mut fmpz§Rinv: *mut *mut fmpz§degR: slong§k: slong§invL: fmpzAuto Trait Implementations§
impl Freeze for fmpz_mod_poly_radix_struct
impl RefUnwindSafe for fmpz_mod_poly_radix_struct
impl !Send for fmpz_mod_poly_radix_struct
impl !Sync for fmpz_mod_poly_radix_struct
impl Unpin for fmpz_mod_poly_radix_struct
impl UnwindSafe for fmpz_mod_poly_radix_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