Struct nonempty_range::NonemptyRange[][src]

pub struct NonemptyRange {
    pub start: usize,
    pub size_minus_one: usize,
}

Fields

Trait Implementations

impl Clone for NonemptyRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for NonemptyRange
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for NonemptyRange
[src]

impl PartialEq for NonemptyRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl IntoIterator for NonemptyRange
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations