Struct arb_sys::dlog::dlog_rho_struct [−][src]
#[repr(C)]pub struct dlog_rho_struct {
pub a: mp_limb_t,
pub n: nmod_t,
pub mod_: nmod_t,
pub nisprime: c_int,
}Fields
a: mp_limb_tn: nmod_tmod_: nmod_tnisprime: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dlog_rho_struct
impl Send for dlog_rho_struct
impl Sync for dlog_rho_struct
impl Unpin for dlog_rho_struct
impl UnwindSafe for dlog_rho_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
