#[repr(C)]pub struct nmod_poly_interval_poly_arg_t {
pub baby: *mut nmod_poly_struct,
pub res: *mut nmod_poly_struct,
pub H: *mut nmod_poly_struct,
pub v: *mut nmod_poly_struct,
pub vinv: *mut nmod_poly_struct,
pub tmp: mp_ptr,
pub m: mp_limb_signed_t,
}Fields§
§baby: *mut nmod_poly_struct§res: *mut nmod_poly_struct§H: *mut nmod_poly_struct§v: *mut nmod_poly_struct§vinv: *mut nmod_poly_struct§tmp: mp_ptr§m: mp_limb_signed_tTrait Implementations§
Source§impl Clone for nmod_poly_interval_poly_arg_t
impl Clone for nmod_poly_interval_poly_arg_t
Source§fn clone(&self) -> nmod_poly_interval_poly_arg_t
fn clone(&self) -> nmod_poly_interval_poly_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_interval_poly_arg_t
Auto Trait Implementations§
impl Freeze for nmod_poly_interval_poly_arg_t
impl RefUnwindSafe for nmod_poly_interval_poly_arg_t
impl !Send for nmod_poly_interval_poly_arg_t
impl !Sync for nmod_poly_interval_poly_arg_t
impl Unpin for nmod_poly_interval_poly_arg_t
impl UnwindSafe for nmod_poly_interval_poly_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