Struct flint_sys::fq_default::fq_default_ctx_struct_ctx
source · [−]#[repr(C)]pub struct fq_default_ctx_struct_ctx {
pub fq: fq_ctx_t,
pub fq_nmod: fq_nmod_ctx_t,
pub fq_zech: fq_zech_ctx_t,
}Fields
fq: fq_ctx_tfq_nmod: fq_nmod_ctx_tfq_zech: fq_zech_ctx_tTrait Implementations
sourceimpl Clone for fq_default_ctx_struct_ctx
impl Clone for fq_default_ctx_struct_ctx
sourcefn clone(&self) -> fq_default_ctx_struct_ctx
fn clone(&self) -> fq_default_ctx_struct_ctx
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for fq_default_ctx_struct_ctx
impl Debug for fq_default_ctx_struct_ctx
impl Copy for fq_default_ctx_struct_ctx
Auto Trait Implementations
impl RefUnwindSafe for fq_default_ctx_struct_ctx
impl !Send for fq_default_ctx_struct_ctx
impl !Sync for fq_default_ctx_struct_ctx
impl Unpin for fq_default_ctx_struct_ctx
impl UnwindSafe for fq_default_ctx_struct_ctx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more