#[repr(C)]pub struct ESL_RAND64 {
pub mti: c_int,
pub mt: [u64; 312],
pub seed: u64,
}Fields§
§mti: c_int§mt: [u64; 312]§seed: u64Trait Implementations§
Source§impl Clone for ESL_RAND64
impl Clone for ESL_RAND64
Source§fn clone(&self) -> ESL_RAND64
fn clone(&self) -> ESL_RAND64
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ESL_RAND64
Auto Trait Implementations§
impl Freeze for ESL_RAND64
impl RefUnwindSafe for ESL_RAND64
impl Send for ESL_RAND64
impl Sync for ESL_RAND64
impl Unpin for ESL_RAND64
impl UnsafeUnpin for ESL_RAND64
impl UnwindSafe for ESL_RAND64
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