#[repr(C)]pub struct nmod_poly_matrix_precompute_arg_t {
pub A: *mut nmod_mat_struct,
pub poly1: *mut nmod_poly_struct,
pub poly2: *mut nmod_poly_struct,
pub poly2inv: *mut nmod_poly_struct,
}Fields§
§A: *mut nmod_mat_struct§poly1: *mut nmod_poly_struct§poly2: *mut nmod_poly_struct§poly2inv: *mut nmod_poly_structTrait Implementations§
Source§impl Clone for nmod_poly_matrix_precompute_arg_t
impl Clone for nmod_poly_matrix_precompute_arg_t
Source§fn clone(&self) -> nmod_poly_matrix_precompute_arg_t
fn clone(&self) -> nmod_poly_matrix_precompute_arg_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nmod_poly_matrix_precompute_arg_t
Auto Trait Implementations§
impl Freeze for nmod_poly_matrix_precompute_arg_t
impl RefUnwindSafe for nmod_poly_matrix_precompute_arg_t
impl !Send for nmod_poly_matrix_precompute_arg_t
impl !Sync for nmod_poly_matrix_precompute_arg_t
impl Unpin for nmod_poly_matrix_precompute_arg_t
impl UnwindSafe for nmod_poly_matrix_precompute_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