Struct vrp_core::models::common::MultiDimLoad [−][src]
Expand description
Specifies multi dimensional load type.
Fields
load: [i32; 8]Expand description
Load data.
size: usizeExpand description
Actual used size.
Implementations
impl MultiDimLoad[src]
impl MultiDimLoad[src]Trait Implementations
impl Add<MultiDimLoad> for MultiDimLoad[src]
impl Add<MultiDimLoad> for MultiDimLoad[src]impl Clone for MultiDimLoad[src]
impl Clone for MultiDimLoad[src]fn clone(&self) -> MultiDimLoad[src]
fn clone(&self) -> MultiDimLoad[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for MultiDimLoad[src]
impl Debug for MultiDimLoad[src]impl Default for MultiDimLoad[src]
impl Default for MultiDimLoad[src]impl Load for MultiDimLoad[src]
impl Load for MultiDimLoad[src]impl Mul<f64> for MultiDimLoad[src]
impl Mul<f64> for MultiDimLoad[src]impl Ord for MultiDimLoad[src]
impl Ord for MultiDimLoad[src]impl PartialEq<MultiDimLoad> for MultiDimLoad[src]
impl PartialEq<MultiDimLoad> for MultiDimLoad[src]impl PartialOrd<MultiDimLoad> for MultiDimLoad[src]
impl PartialOrd<MultiDimLoad> for MultiDimLoad[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Sub<MultiDimLoad> for MultiDimLoad[src]
impl Sub<MultiDimLoad> for MultiDimLoad[src]impl Sum<MultiDimLoad> for MultiDimLoad[src]
impl Sum<MultiDimLoad> for MultiDimLoad[src]fn sum<I: Iterator<Item = MultiDimLoad>>(iter: I) -> Self[src]
fn sum<I: Iterator<Item = MultiDimLoad>>(iter: I) -> Self[src]Method which takes an iterator and generates Self from the elements by
“summing up” the items. Read more
impl Copy for MultiDimLoad[src]
impl Eq for MultiDimLoad[src]
Auto Trait Implementations
impl RefUnwindSafe for MultiDimLoad
impl Send for MultiDimLoad
impl Sync for MultiDimLoad
impl Unpin for MultiDimLoad
impl UnwindSafe for MultiDimLoad
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<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,