Struct vrp_core::models::common::MultiDimLoad [−][src]
Expand description
Specifies multi dimensional load type.
Fields
load: [i32; 8]Load data.
size: usizeActual used size.
Implementations
Trait Implementations
Returns true if it represents an empty load.
Returns true if other can be loaded into existing capacity.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Method which takes an iterator and generates Self from the elements by
“summing up” the items. Read more
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
Mutably borrows from an owned value. Read more