#[repr(C)]pub struct dirichlet_group_struct {
pub q: mp_limb_t,
pub q_even: mp_limb_t,
pub mod_: nmod_t,
pub rad_q: mp_limb_t,
pub phi_q: mp_limb_t,
pub neven: mp_limb_signed_t,
pub num: mp_limb_signed_t,
pub expo: mp_limb_t,
pub P: *mut dirichlet_prime_group_struct,
pub generators: *mut mp_limb_t,
pub PHI: *mut mp_limb_t,
}Fields§
§q: mp_limb_t§q_even: mp_limb_t§mod_: nmod_t§rad_q: mp_limb_t§phi_q: mp_limb_t§neven: mp_limb_signed_t§num: mp_limb_signed_t§expo: mp_limb_t§P: *mut dirichlet_prime_group_struct§generators: *mut mp_limb_t§PHI: *mut mp_limb_tTrait Implementations§
Source§impl Clone for dirichlet_group_struct
impl Clone for dirichlet_group_struct
Source§fn clone(&self) -> dirichlet_group_struct
fn clone(&self) -> dirichlet_group_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 dirichlet_group_struct
impl Debug for dirichlet_group_struct
impl Copy for dirichlet_group_struct
Auto Trait Implementations§
impl Freeze for dirichlet_group_struct
impl RefUnwindSafe for dirichlet_group_struct
impl !Send for dirichlet_group_struct
impl !Sync for dirichlet_group_struct
impl Unpin for dirichlet_group_struct
impl UnwindSafe for dirichlet_group_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