pub struct Dendrite {
pub radius: f32,
pub spine_count: u16,
}Expand description
Reception apparatus — collects incoming signals.
Fields§
§radius: f32Reception range (how far can synapses connect from?)
spine_count: u16Number of dendritic spines (synaptic capacity)
Implementations§
Trait Implementations§
impl Copy for Dendrite
impl StructuralPartialEq for Dendrite
Auto Trait Implementations§
impl Freeze for Dendrite
impl RefUnwindSafe for Dendrite
impl Send for Dendrite
impl Sync for Dendrite
impl Unpin for Dendrite
impl UnwindSafe for Dendrite
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