#[repr(C)]pub struct ca_ctx_struct {
pub ext_cache: ca_ext_cache_struct,
pub field_cache: ca_field_cache_struct,
pub field_qq: *mut ca_field_struct,
pub field_qq_i: *mut ca_field_struct,
pub mctx: *mut *mut fmpz_mpoly_ctx_struct,
pub mctx_len: slong,
pub options: *mut slong,
}Fields§
§ext_cache: ca_ext_cache_struct§field_cache: ca_field_cache_struct§field_qq: *mut ca_field_struct§field_qq_i: *mut ca_field_struct§mctx: *mut *mut fmpz_mpoly_ctx_struct§mctx_len: slong§options: *mut slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for ca_ctx_struct
impl RefUnwindSafe for ca_ctx_struct
impl !Send for ca_ctx_struct
impl !Sync for ca_ctx_struct
impl Unpin for ca_ctx_struct
impl UnsafeUnpin for ca_ctx_struct
impl UnwindSafe for ca_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