Struct arb_sys::dlog::dlog_modpe_struct
source · [−]#[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
sourceimpl Clone for dlog_modpe_struct
impl Clone for dlog_modpe_struct
sourcefn clone(&self) -> dlog_modpe_struct
fn clone(&self) -> dlog_modpe_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for dlog_modpe_struct
impl Debug for dlog_modpe_struct
impl Copy for dlog_modpe_struct
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more