#[repr(C)]pub struct nmod_poly_mulmod_precond_struct {
pub method: c_int,
pub n: slong,
pub a: nn_srcptr,
pub alen: slong,
pub d: nn_srcptr,
pub dinv: nn_srcptr,
pub lendinv: slong,
pub adivd: nn_ptr,
pub matrix: nn_ptr,
pub packing: c_int,
pub dot_params: dot_params_t,
}Fields§
§method: c_int§n: slong§a: nn_srcptr§alen: slong§d: nn_srcptr§dinv: nn_srcptr§lendinv: slong§adivd: nn_ptr§matrix: nn_ptr§packing: c_int§dot_params: dot_params_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_poly_mulmod_precond_struct
impl RefUnwindSafe for nmod_poly_mulmod_precond_struct
impl !Send for nmod_poly_mulmod_precond_struct
impl !Sync for nmod_poly_mulmod_precond_struct
impl Unpin for nmod_poly_mulmod_precond_struct
impl UnsafeUnpin for nmod_poly_mulmod_precond_struct
impl UnwindSafe for nmod_poly_mulmod_precond_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