#[repr(C)]pub struct fmpz_mod_poly_res_struct {
pub res: fmpz_t,
pub lc: fmpz_t,
pub len0: slong,
pub len1: slong,
pub off: slong,
}Fields§
§res: fmpz_t§lc: fmpz_t§len0: slong§len1: slong§off: slongTrait Implementations§
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 UnsafeUnpin 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