#[repr(C)]pub struct mpoly_univar_struct {
pub coeffs: *mut c_char,
pub exps: *mut fmpz,
pub length: slong,
pub alloc: slong,
}Fields§
§coeffs: *mut c_char§exps: *mut fmpz§length: slong§alloc: slongTrait Implementations§
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 UnsafeUnpin 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