Struct flint_sys::ulong_extras::n_primes_struct
source · #[repr(C)]pub struct n_primes_struct {
pub small_i: mp_limb_signed_t,
pub small_num: mp_limb_signed_t,
pub small_primes: *mut c_uint,
pub sieve_a: mp_limb_t,
pub sieve_b: mp_limb_t,
pub sieve_i: mp_limb_signed_t,
pub sieve_num: mp_limb_signed_t,
pub sieve: *mut c_char,
}Fields§
§small_i: mp_limb_signed_t§small_num: mp_limb_signed_t§small_primes: *mut c_uint§sieve_a: mp_limb_t§sieve_b: mp_limb_t§sieve_i: mp_limb_signed_t§sieve_num: mp_limb_signed_t§sieve: *mut c_charTrait Implementations§
source§impl Clone for n_primes_struct
impl Clone for n_primes_struct
source§fn clone(&self) -> n_primes_struct
fn clone(&self) -> n_primes_struct
Returns a copy 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 more