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