pub struct AleaState {
pub c: f64,
pub s0: f64,
pub s1: f64,
pub s2: f64,
}Fields§
§c: f64§s0: f64§s1: f64§s2: f64Trait Implementations§
impl StructuralPartialEq for AleaState
Auto Trait Implementations§
impl Freeze for AleaState
impl RefUnwindSafe for AleaState
impl Send for AleaState
impl Sync for AleaState
impl Unpin for AleaState
impl UnwindSafe for AleaState
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