Struct arb_sys::dlog::dlog_modpe_struct [−][src]
#[repr(C)]pub struct dlog_modpe_struct {
pub p: mp_limb_t,
pub e: mp_limb_t,
pub pe1: mp_limb_t,
pub inva: mp_limb_t,
pub pe: nmod_t,
pub modp: *mut dlog_precomp_struct,
pub modpe: dlog_1modpe_t,
}Fields
p: mp_limb_te: mp_limb_tpe1: mp_limb_tinva: mp_limb_tpe: nmod_tmodp: *mut dlog_precomp_structmodpe: dlog_1modpe_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dlog_modpe_struct
impl !Send for dlog_modpe_struct
impl !Sync for dlog_modpe_struct
impl Unpin for dlog_modpe_struct
impl UnwindSafe for dlog_modpe_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
