#[repr(C)]pub struct qadic_ctx_struct {
pub pctx: padic_ctx_struct,
pub a: *mut fmpz,
pub j: *mut slong,
pub len: slong,
pub var: *mut c_char,
}Fields§
§pctx: padic_ctx_struct§a: *mut fmpz§j: *mut slong§len: slong§var: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for qadic_ctx_struct
impl RefUnwindSafe for qadic_ctx_struct
impl !Send for qadic_ctx_struct
impl !Sync for qadic_ctx_struct
impl Unpin for qadic_ctx_struct
impl UnsafeUnpin for qadic_ctx_struct
impl UnwindSafe for qadic_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