Struct repr::adt::array::ArrayDimensions [−][src]
Expand description
The dimensions of an Array.
Fields
data: &'a [u8]Implementations
Trait Implementations
type Item = ArrayDimension
type Item = ArrayDimension
The type of the elements being iterated over.
type IntoIter = ArrayDimensionsIter<'a>
type IntoIter = ArrayDimensionsIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> ArrayDimensionsIter<'a>ⓘNotable traits for ArrayDimensionsIter<'_>impl Iterator for ArrayDimensionsIter<'_> type Item = ArrayDimension;
fn into_iter(self) -> ArrayDimensionsIter<'a>ⓘNotable traits for ArrayDimensionsIter<'_>impl Iterator for ArrayDimensionsIter<'_> type Item = ArrayDimension;
impl Iterator for ArrayDimensionsIter<'_> type Item = ArrayDimension;Creates an iterator from a value. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Auto Trait Implementations
impl<'a> RefUnwindSafe for ArrayDimensions<'a>
impl<'a> Send for ArrayDimensions<'a>
impl<'a> Sync for ArrayDimensions<'a>
impl<'a> Unpin for ArrayDimensions<'a>
impl<'a> UnwindSafe for ArrayDimensions<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more