pub struct ReactionDiffusionScene { /* private fields */ }Expand description
Gray-Scott reaction-diffusion on a ping-pong field, driven by named preset
parameters (ADR-0002 layer 2): feed/kill pick the regime, flow scales
the diffusion, and a rising inject edge stamps a seeded blob of growth.
Implementations§
Auto Trait Implementations§
impl Freeze for ReactionDiffusionScene
impl !RefUnwindSafe for ReactionDiffusionScene
impl Send for ReactionDiffusionScene
impl Sync for ReactionDiffusionScene
impl Unpin for ReactionDiffusionScene
impl UnsafeUnpin for ReactionDiffusionScene
impl !UnwindSafe for ReactionDiffusionScene
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