#[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_1
Trait Implementations§
Source§impl Clone for __gmp_randstate_struct
impl Clone for __gmp_randstate_struct
Source§fn clone(&self) -> __gmp_randstate_struct
fn clone(&self) -> __gmp_randstate_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 moreimpl Copy for __gmp_randstate_struct
Auto Trait Implementations§
impl Freeze for __gmp_randstate_struct
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§
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