#[repr(C)]pub struct nmod_mpoly_factor_struct {
pub constant: ulong,
pub poly: *mut nmod_mpoly_struct,
pub exp: *mut fmpz,
pub num: slong,
pub alloc: slong,
}Fields§
§constant: ulong§poly: *mut nmod_mpoly_struct§exp: *mut fmpz§num: slong§alloc: slongAuto Trait Implementations§
impl Freeze for nmod_mpoly_factor_struct
impl RefUnwindSafe for nmod_mpoly_factor_struct
impl !Send for nmod_mpoly_factor_struct
impl !Sync for nmod_mpoly_factor_struct
impl Unpin for nmod_mpoly_factor_struct
impl UnwindSafe for nmod_mpoly_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