#[repr(C)]pub struct fmpz_mod_poly_res_struct {
pub res: fmpz_t,
pub lc: fmpz_t,
pub len0: mp_limb_signed_t,
pub len1: mp_limb_signed_t,
pub off: mp_limb_signed_t,
}Fields§
§res: fmpz_t§lc: fmpz_t§len0: mp_limb_signed_t§len1: mp_limb_signed_t§off: mp_limb_signed_tTrait Implementations§
Source§impl Clone for fmpz_mod_poly_res_struct
impl Clone for fmpz_mod_poly_res_struct
Source§fn clone(&self) -> fmpz_mod_poly_res_struct
fn clone(&self) -> fmpz_mod_poly_res_struct
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 moreSource§impl Debug for fmpz_mod_poly_res_struct
impl Debug for fmpz_mod_poly_res_struct
impl Copy for fmpz_mod_poly_res_struct
Auto Trait Implementations§
impl Freeze for fmpz_mod_poly_res_struct
impl RefUnwindSafe for fmpz_mod_poly_res_struct
impl Send for fmpz_mod_poly_res_struct
impl Sync for fmpz_mod_poly_res_struct
impl Unpin for fmpz_mod_poly_res_struct
impl UnwindSafe for fmpz_mod_poly_res_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