struct EParams {
pub start: u64,
pub end: u64,
pub apply: bool,
pub seed: u16,
}
Fields§
§start: u64
§end: u64
§apply: bool
§seed: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EParams
impl RefUnwindSafe for EParams
impl Send for EParams
impl Sync for EParams
impl Unpin for EParams
impl UnwindSafe for EParams
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