Struct cerebral::topological::CartesianTopology
source · pub struct CartesianTopology<D>where
D: Dimension,{
pub shape: Shape<D>,
}
Fields§
§shape: Shape<D>
Implementations§
source§impl<D> CartesianTopology<D>where
D: Dimension,
impl<D> CartesianTopology<D>where D: Dimension,
pub fn new<Sh>(shape: Sh) -> Selfwhere Sh: ShapeBuilder<Dim = D>,
Trait Implementations§
source§impl<D> Clone for CartesianTopology<D>where
D: Dimension + Clone,
impl<D> Clone for CartesianTopology<D>where D: Dimension + Clone,
source§fn clone(&self) -> CartesianTopology<D>
fn clone(&self) -> CartesianTopology<D>
Returns a copy 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<D, N> Topological<N> for CartesianTopology<D>where
N: Neural,
D: Dimension,
impl<D, N> Topological<N> for CartesianTopology<D>where N: Neural, D: Dimension,
fn init_lateral(&self, neurons: &mut N)
fn clone_dyn(&self) -> BoxedTopological<N>
Auto Trait Implementations§
impl<D> RefUnwindSafe for CartesianTopology<D>where D: RefUnwindSafe,
impl<D> Send for CartesianTopology<D>
impl<D> Sync for CartesianTopology<D>
impl<D> Unpin for CartesianTopology<D>where D: Unpin,
impl<D> UnwindSafe for CartesianTopology<D>where D: 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