#[repr(C)]pub struct ESL_RANDOMNESS {
pub type_: c_int,
pub mti: c_int,
pub mt: [u32; 624],
pub x: u32,
pub seed: u32,
}Fields§
§type_: c_int§mti: c_int§mt: [u32; 624]§x: u32§seed: u32Trait Implementations§
Source§impl Clone for ESL_RANDOMNESS
impl Clone for ESL_RANDOMNESS
Source§fn clone(&self) -> ESL_RANDOMNESS
fn clone(&self) -> ESL_RANDOMNESS
Returns a duplicate 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 moreSource§impl Debug for ESL_RANDOMNESS
impl Debug for ESL_RANDOMNESS
impl Copy for ESL_RANDOMNESS
Auto Trait Implementations§
impl Freeze for ESL_RANDOMNESS
impl RefUnwindSafe for ESL_RANDOMNESS
impl Send for ESL_RANDOMNESS
impl Sync for ESL_RANDOMNESS
impl Unpin for ESL_RANDOMNESS
impl UnwindSafe for ESL_RANDOMNESS
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