Fields
duration: u32
within_core: Bernoulli
Implementations
Trait Implementations
sourceimpl CarcassesParams for FixedDecay
impl CarcassesParams for FixedDecay
fn dir(&mut self, _coord: &Coord, rng: &mut Rng) -> Option<Direction>
fn decomp(&mut self, tick: u32, _tick_of_year: u32) -> CarcassDecomposition
fn init(&mut self, _world: &mut World, _resources: &mut Resources)
fn reset(&mut self, _world: &mut World, _resources: &mut Resources)
Auto Trait Implementations
impl RefUnwindSafe for FixedDecay
impl Send for FixedDecay
impl Sync for FixedDecay
impl Unpin for FixedDecay
impl UnwindSafe for FixedDecay
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