#[repr(C)]pub struct flint_rand_struct {
pub __gmp_state: *mut c_void,
pub __randval: ulong,
pub __randval2: ulong,
}Fields§
§__gmp_state: *mut c_void§__randval: ulong§__randval2: ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for flint_rand_struct
impl RefUnwindSafe for flint_rand_struct
impl !Send for flint_rand_struct
impl !Sync for flint_rand_struct
impl Unpin for flint_rand_struct
impl UnsafeUnpin for flint_rand_struct
impl UnwindSafe for flint_rand_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