☰
BoxedTopological
Trait Implementations
Clone
Topological<N>
In cerebral::topological
?
Type Definition
cerebral
::
topological
::
BoxedTopological
source
·
[
−
]
pub type BoxedTopological<N> =
Box
<dyn
Topological
<N> +
Send
>;
Trait Implementations
§
source
§
impl<N>
Clone
for
BoxedTopological
<N>
where N:
Neural
,
source
§
fn
clone
(&self) -> Self
Returns a copy of the value.
Read more
1.0.0
·
source
§
fn
clone_from
(&mut self, source:
&Self
)
Performs copy-assignment from
source
.
Read more
source
§
impl<N>
Topological
<N> for
BoxedTopological
<N>
where N:
Neural
,
source
§
fn
init_lateral
(&self, neurons:
&mut N
)
source
§
fn
clone_dyn
(&self) ->
BoxedTopological
<N>