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