pub struct LSystem<A: Alphabet> {
pub axiom: Axiom<A>,
pub rules: Rules<A>,
pub variables: Variables,
}Fields§
§axiom: Axiom<A>§rules: Rules<A>§variables: VariablesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for LSystem<A>
impl<A> RefUnwindSafe for LSystem<A>where
A: RefUnwindSafe,
impl<A> Send for LSystem<A>where
A: Send,
impl<A> Sync for LSystem<A>where
A: Sync,
impl<A> Unpin for LSystem<A>where
A: Unpin,
impl<A> UnwindSafe for LSystem<A>where
A: UnwindSafe,
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