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