struct CommonDirectionAndSeasonalDecay {
common_direction: Grid<CommonDirection>,
durations: Vec<u32>,
within_core: Bernoulli,
}
Fields
common_direction: Grid<CommonDirection>
durations: Vec<u32>
within_core: Bernoulli
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommonDirectionAndSeasonalDecay
impl Send for CommonDirectionAndSeasonalDecay
impl Sync for CommonDirectionAndSeasonalDecay
impl Unpin for CommonDirectionAndSeasonalDecay
impl UnwindSafe for CommonDirectionAndSeasonalDecay
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