#[repr(C)]pub struct n_polyun_struct {
pub coeffs: *mut n_poly_struct,
pub exps: *mut ulong,
pub length: slong,
pub alloc: slong,
}Fields§
§coeffs: *mut n_poly_struct§exps: *mut ulong§length: slong§alloc: slongAuto Trait Implementations§
impl Freeze for n_polyun_struct
impl RefUnwindSafe for n_polyun_struct
impl !Send for n_polyun_struct
impl !Sync for n_polyun_struct
impl Unpin for n_polyun_struct
impl UnwindSafe for n_polyun_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