pub struct Config {
pub neurons: Option<Color>,
pub synapses: Option<Color>,
pub impulses: Option<Color>,
pub sensors: Option<Color>,
pub effectors: Option<Color>,
pub color_storage: ColorStorage,
}Fields§
§neurons: Option<Color>§synapses: Option<Color>§impulses: Option<Color>§sensors: Option<Color>§effectors: Option<Color>§color_storage: ColorStorageTrait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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