#[repr(C)]pub struct nmod_poly_compose_mod_precomp_preinv_arg_t {
pub A: *mut nmod_mat_struct,
pub res: *mut nmod_poly_struct,
pub poly1: *mut nmod_poly_struct,
pub poly3: *mut nmod_poly_struct,
pub poly3inv: *mut nmod_poly_struct,
}Fields§
§A: *mut nmod_mat_struct§res: *mut nmod_poly_struct§poly1: *mut nmod_poly_struct§poly3: *mut nmod_poly_struct§poly3inv: *mut nmod_poly_structAuto Trait Implementations§
impl Freeze for nmod_poly_compose_mod_precomp_preinv_arg_t
impl RefUnwindSafe for nmod_poly_compose_mod_precomp_preinv_arg_t
impl !Send for nmod_poly_compose_mod_precomp_preinv_arg_t
impl !Sync for nmod_poly_compose_mod_precomp_preinv_arg_t
impl Unpin for nmod_poly_compose_mod_precomp_preinv_arg_t
impl UnwindSafe for nmod_poly_compose_mod_precomp_preinv_arg_t
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