#[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_t§n: nmod_t§num: mp_limb_t§expo: *mut mp_limb_t§crt_coeffs: *mut mp_limb_t§pre: dlog_precomp_ptrTrait Implementations§
Source§impl Clone for dlog_crt_struct
impl Clone for dlog_crt_struct
Source§fn clone(&self) -> dlog_crt_struct
fn clone(&self) -> dlog_crt_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dlog_crt_struct
impl Debug for dlog_crt_struct
impl Copy for dlog_crt_struct
Auto Trait Implementations§
impl Freeze for dlog_crt_struct
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more