#[repr(C)]pub struct mpoly_univar_struct {
pub coeffs: *mut c_char,
pub exps: *mut fmpz,
pub length: mp_limb_signed_t,
pub alloc: mp_limb_signed_t,
}Fields§
§coeffs: *mut c_char§exps: *mut fmpz§length: mp_limb_signed_t§alloc: mp_limb_signed_tTrait Implementations§
Source§impl Clone for mpoly_univar_struct
impl Clone for mpoly_univar_struct
Source§fn clone(&self) -> mpoly_univar_struct
fn clone(&self) -> mpoly_univar_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 mpoly_univar_struct
impl Debug for mpoly_univar_struct
impl Copy for mpoly_univar_struct
Auto Trait Implementations§
impl Freeze for mpoly_univar_struct
impl RefUnwindSafe for mpoly_univar_struct
impl !Send for mpoly_univar_struct
impl !Sync for mpoly_univar_struct
impl Unpin for mpoly_univar_struct
impl UnwindSafe for mpoly_univar_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