#[repr(C)]pub struct n_primes_struct {
pub small_i: slong,
pub small_num: slong,
pub small_primes: *mut c_uint,
pub sieve_a: ulong,
pub sieve_b: ulong,
pub sieve_i: slong,
pub sieve_num: slong,
pub sieve: *mut c_char,
}Fields§
§small_i: slong§small_num: slong§small_primes: *mut c_uint§sieve_a: ulong§sieve_b: ulong§sieve_i: slong§sieve_num: slong§sieve: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for n_primes_struct
impl RefUnwindSafe for n_primes_struct
impl !Send for n_primes_struct
impl !Sync for n_primes_struct
impl Unpin for n_primes_struct
impl UnsafeUnpin for n_primes_struct
impl UnwindSafe for n_primes_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