pub struct State {
pub s0: u32,
pub s1: u32,
pub s2: u32,
pub s3: u32,
}
Expand description
The internal state of the random number generator.
Fields§
§s0: u32
§s1: u32
§s2: u32
§s3: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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