Struct flint_sys::fq_default::fq_default_ctx_struct
source · #[repr(C)]pub struct fq_default_ctx_struct {
pub type_: c_int,
pub ctx: fq_default_ctx_struct_ctx,
}Fields§
§type_: c_int§ctx: fq_default_ctx_struct_ctxTrait Implementations§
source§impl Clone for fq_default_ctx_struct
impl Clone for fq_default_ctx_struct
source§fn clone(&self) -> fq_default_ctx_struct
fn clone(&self) -> fq_default_ctx_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more