Struct flint_sys::deps::__gmp_randstate_struct
source · [−]#[repr(C)]pub struct __gmp_randstate_struct {
pub _mp_seed: mpz_t,
pub _mp_alg: gmp_randalg_t,
pub _mp_algdata: __gmp_randstate_struct__bindgen_ty_1,
}Fields
_mp_seed: mpz_t_mp_alg: gmp_randalg_t_mp_algdata: __gmp_randstate_struct__bindgen_ty_1Trait Implementations
sourceimpl Clone for __gmp_randstate_struct
impl Clone for __gmp_randstate_struct
sourcefn clone(&self) -> __gmp_randstate_struct
fn clone(&self) -> __gmp_randstate_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
impl Copy for __gmp_randstate_struct
Auto Trait Implementations
impl RefUnwindSafe for __gmp_randstate_struct
impl !Send for __gmp_randstate_struct
impl !Sync for __gmp_randstate_struct
impl Unpin for __gmp_randstate_struct
impl UnwindSafe for __gmp_randstate_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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