pub struct DimensionIdx(pub usize);
Expand description
Index of a dimension in a Suite
.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for DimensionIdx
impl Clone for DimensionIdx
Source§fn clone(&self) -> DimensionIdx
fn clone(&self) -> DimensionIdx
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DimensionIdx
impl Debug for DimensionIdx
Source§impl PartialEq for DimensionIdx
impl PartialEq for DimensionIdx
impl Copy for DimensionIdx
impl Eq for DimensionIdx
impl StructuralPartialEq for DimensionIdx
Auto Trait Implementations§
impl Freeze for DimensionIdx
impl RefUnwindSafe for DimensionIdx
impl Send for DimensionIdx
impl Sync for DimensionIdx
impl Unpin for DimensionIdx
impl UnwindSafe for DimensionIdx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more