#[repr(C)]pub struct _bindgen_ty_16 {
pub powers: *mut fmpz,
pub length: slong,
pub alloc: slong,
pub tmp: fmpz_t,
}Fields§
§powers: *mut fmpz§length: slong§alloc: slong§tmp: fmpz_tAuto Trait Implementations§
impl Freeze for _bindgen_ty_16
impl RefUnwindSafe for _bindgen_ty_16
impl !Send for _bindgen_ty_16
impl !Sync for _bindgen_ty_16
impl Unpin for _bindgen_ty_16
impl UnwindSafe for _bindgen_ty_16
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