#[repr(C)]pub struct padic_poly_struct {
pub coeffs: *mut fmpz,
pub alloc: slong,
pub length: slong,
pub val: slong,
pub N: slong,
}Fields§
§coeffs: *mut fmpz§alloc: slong§length: slong§val: slong§N: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for padic_poly_struct
impl RefUnwindSafe for padic_poly_struct
impl !Send for padic_poly_struct
impl !Sync for padic_poly_struct
impl Unpin for padic_poly_struct
impl UnsafeUnpin for padic_poly_struct
impl UnwindSafe for padic_poly_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