pub struct TypeDistribution {
pub computational: u32,
pub sensory: u32,
pub motor: u32,
pub memory_reader: u32,
pub memory_matcher: u32,
pub gate: u32,
pub relay: u32,
pub oscillator: u32,
}Expand description
Distribution of neurons across NeuronType variants.
Fields§
§computational: u32§sensory: u32§motor: u32§memory_reader: u32§memory_matcher: u32§gate: u32§relay: u32§oscillator: u32Trait Implementations§
Source§impl Clone for TypeDistribution
impl Clone for TypeDistribution
Source§fn clone(&self) -> TypeDistribution
fn clone(&self) -> TypeDistribution
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 TypeDistribution
impl Debug for TypeDistribution
Source§impl Default for TypeDistribution
impl Default for TypeDistribution
Source§fn default() -> TypeDistribution
fn default() -> TypeDistribution
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeDistribution
impl RefUnwindSafe for TypeDistribution
impl Send for TypeDistribution
impl Sync for TypeDistribution
impl Unpin for TypeDistribution
impl UnwindSafe for TypeDistribution
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