struct DefaultPopulation {
release_factor: f32,
}
Fields
release_factor: f32
Trait Implementations
sourceimpl PopulationInitialization for DefaultPopulation
impl PopulationInitialization for DefaultPopulation
fn initialize(
&mut self,
world: &mut World,
resources: &mut Resources
) -> Vec<Entity>
Auto Trait Implementations
impl RefUnwindSafe for DefaultPopulation
impl Send for DefaultPopulation
impl Sync for DefaultPopulation
impl Unpin for DefaultPopulation
impl UnwindSafe for DefaultPopulation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more