pub struct SeedState {
pub value: u64,
}Expand description
Stored run seed for deterministic layouts.
Fields§
§value: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeedState
impl RefUnwindSafe for SeedState
impl Send for SeedState
impl Sync for SeedState
impl Unpin for SeedState
impl UnwindSafe for SeedState
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