pub struct GrayScottPreset {
pub feed: f64,
pub kill: f64,
pub name: &'static str,
}Expand description
Preset parameters for Gray-Scott system.
Fields§
§feed: f64§kill: f64§name: &'static strTrait Implementations§
Source§impl Clone for GrayScottPreset
impl Clone for GrayScottPreset
Source§fn clone(&self) -> GrayScottPreset
fn clone(&self) -> GrayScottPreset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrayScottPreset
impl Debug for GrayScottPreset
impl Copy for GrayScottPreset
Auto Trait Implementations§
impl Freeze for GrayScottPreset
impl RefUnwindSafe for GrayScottPreset
impl Send for GrayScottPreset
impl Sync for GrayScottPreset
impl Unpin for GrayScottPreset
impl UnsafeUnpin for GrayScottPreset
impl UnwindSafe for GrayScottPreset
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