#[repr(C)]pub struct fmpz_poly_factor_struct {
pub c: fmpz,
pub p: *mut fmpz_poly_struct,
pub exp: *mut slong,
pub num: slong,
pub alloc: slong,
}Fields§
§c: fmpz§p: *mut fmpz_poly_struct§exp: *mut slong§num: slong§alloc: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpz_poly_factor_struct
impl RefUnwindSafe for fmpz_poly_factor_struct
impl !Send for fmpz_poly_factor_struct
impl !Sync for fmpz_poly_factor_struct
impl Unpin for fmpz_poly_factor_struct
impl UnsafeUnpin for fmpz_poly_factor_struct
impl UnwindSafe for fmpz_poly_factor_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