#[repr(C)]pub struct nmod_poly_struct {
pub coeffs: nn_ptr,
pub alloc: slong,
pub length: slong,
pub mod_: nmod_t,
}Fields§
§coeffs: nn_ptr§alloc: slong§length: slong§mod_: nmod_tAuto Trait Implementations§
impl Freeze for nmod_poly_struct
impl RefUnwindSafe for nmod_poly_struct
impl !Send for nmod_poly_struct
impl !Sync for nmod_poly_struct
impl Unpin for nmod_poly_struct
impl UnwindSafe for nmod_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