#[repr(C)]pub struct padic_ctx_struct {
pub p: fmpz_t,
pub pinv: f64,
pub pow: *mut fmpz,
pub min: slong,
pub max: slong,
pub mode: padic_print_mode,
}Fields§
§p: fmpz_t§pinv: f64§pow: *mut fmpz§min: slong§max: slong§mode: padic_print_modeTrait Implementations§
Auto Trait Implementations§
impl Freeze for padic_ctx_struct
impl RefUnwindSafe for padic_ctx_struct
impl !Send for padic_ctx_struct
impl !Sync for padic_ctx_struct
impl Unpin for padic_ctx_struct
impl UnsafeUnpin for padic_ctx_struct
impl UnwindSafe for padic_ctx_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