Struct vrp_core::models::problem::MatrixData [−][src]
pub struct MatrixData {
pub index: usize,
pub timestamp: Option<Timestamp>,
pub durations: Vec<Duration>,
pub distances: Vec<Distance>,
}Expand description
Contains matrix routing data for specific profile and, optionally, time.
Fields
index: usizeExpand description
A routing profile index.
timestamp: Option<Timestamp>Expand description
A timestamp for which routing info is applicable.
durations: Vec<Duration>Expand description
Travel durations.
distances: Vec<Distance>Expand description
Travel distances.
Implementations
impl MatrixData[src]
impl MatrixData[src]Auto Trait Implementations
impl RefUnwindSafe for MatrixData
impl Send for MatrixData
impl Sync for MatrixData
impl Unpin for MatrixData
impl UnwindSafe for MatrixData
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>,