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