Struct arb_sys::dlog::dlog_crt_struct [−][src]
#[repr(C)]pub struct dlog_crt_struct {
pub mod_: nmod_t,
pub n: nmod_t,
pub num: mp_limb_t,
pub expo: *mut mp_limb_t,
pub crt_coeffs: *mut mp_limb_t,
pub pre: dlog_precomp_ptr,
}Fields
mod_: nmod_tn: nmod_tnum: mp_limb_texpo: *mut mp_limb_tcrt_coeffs: *mut mp_limb_tpre: dlog_precomp_ptrTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dlog_crt_struct
impl !Send for dlog_crt_struct
impl !Sync for dlog_crt_struct
impl Unpin for dlog_crt_struct
impl UnwindSafe for dlog_crt_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
