Struct flint_sys::nmod_poly::nmod_poly_res_struct
source · [−]#[repr(C)]pub struct nmod_poly_res_struct {
pub res: mp_limb_t,
pub lc: mp_limb_t,
pub len0: mp_limb_signed_t,
pub len1: mp_limb_signed_t,
pub off: mp_limb_signed_t,
}Fields
res: mp_limb_tlc: mp_limb_tlen0: mp_limb_signed_tlen1: mp_limb_signed_toff: mp_limb_signed_tTrait Implementations
sourceimpl Clone for nmod_poly_res_struct
impl Clone for nmod_poly_res_struct
sourcefn clone(&self) -> nmod_poly_res_struct
fn clone(&self) -> nmod_poly_res_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for nmod_poly_res_struct
impl Debug for nmod_poly_res_struct
sourceimpl Hash for nmod_poly_res_struct
impl Hash for nmod_poly_res_struct
impl Copy for nmod_poly_res_struct
Auto Trait Implementations
impl RefUnwindSafe for nmod_poly_res_struct
impl Send for nmod_poly_res_struct
impl Sync for nmod_poly_res_struct
impl Unpin for nmod_poly_res_struct
impl UnwindSafe for nmod_poly_res_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more