pub struct DebugRng {
pub seed: i32,
pub previous: i32,
}Expand description
Story RNG state.
Fields§
§seed: i32§previous: i32Auto Trait Implementations§
impl Freeze for DebugRng
impl RefUnwindSafe for DebugRng
impl Send for DebugRng
impl Sync for DebugRng
impl Unpin for DebugRng
impl UnsafeUnpin for DebugRng
impl UnwindSafe for DebugRng
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