#[repr(C)]pub struct fq_zech_mpolyun_struct {
pub coeffs: *mut fq_zech_mpolyn_struct,
pub exps: *mut ulong,
pub alloc: slong,
pub length: slong,
pub bits: flint_bitcnt_t,
}Fields§
§coeffs: *mut fq_zech_mpolyn_struct§exps: *mut ulong§alloc: slong§length: slong§bits: flint_bitcnt_tAuto Trait Implementations§
impl Freeze for fq_zech_mpolyun_struct
impl RefUnwindSafe for fq_zech_mpolyun_struct
impl !Send for fq_zech_mpolyun_struct
impl !Sync for fq_zech_mpolyun_struct
impl Unpin for fq_zech_mpolyun_struct
impl UnwindSafe for fq_zech_mpolyun_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