Struct arb_sys::dlog::dlog_power_struct [−][src]
#[repr(C)]pub struct dlog_power_struct {
pub mod_: nmod_t,
pub p: mp_limb_t,
pub e: mp_limb_t,
pub apk: *mut mp_limb_t,
pub pre: *mut dlog_precomp_struct,
}Fields
mod_: nmod_tp: mp_limb_te: mp_limb_tapk: *mut mp_limb_tpre: *mut dlog_precomp_structTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dlog_power_struct
impl !Send for dlog_power_struct
impl !Sync for dlog_power_struct
impl Unpin for dlog_power_struct
impl UnwindSafe for dlog_power_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
