Struct vrp_core::algorithms::gsom::NetworkState [−][src]
Expand description
Represents state of the network.
Fields
shape: (Range<i32>, Range<i32>, usize)Expand description
Shape of the network as (rows, cols, num of weights).
nodes: Vec<NodeState>Expand description
Nodes of the network.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkState
impl Send for NetworkState
impl Sync for NetworkState
impl Unpin for NetworkState
impl UnwindSafe for NetworkState
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,