pub struct CellularAutomata { /* private fields */ }Implementations§
Source§impl CellularAutomata
impl CellularAutomata
pub fn new(config: CellularConfig) -> Self
Trait Implementations§
Source§impl Algorithm for CellularAutomata
impl Algorithm for CellularAutomata
Auto Trait Implementations§
impl Freeze for CellularAutomata
impl RefUnwindSafe for CellularAutomata
impl Send for CellularAutomata
impl Sync for CellularAutomata
impl Unpin for CellularAutomata
impl UnwindSafe for CellularAutomata
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