Skip to main content

SimulationBorrowMut

Type Alias SimulationBorrowMut 

Source
pub type SimulationBorrowMut<'a, Info> = SimulationBorrow<'a, Info, &'a mut <Info as SimulationInfo>::State>;
Expand description

Represents a single mutable simulation.

Aliased Type§

pub struct SimulationBorrowMut<'a, Info> {
    pub state: &'a mut <Info as SimulationInfo>::State,
    /* private fields */
}

Fields§

§state: &'a mut <Info as SimulationInfo>::State

The referenced simulation state.