Struct smallbitvec::VecRange [] [src]

pub struct VecRange<'a> { /* fields omitted */ }

An immutable view of a range of bits from a borrowed SmallBitVec.

Returned from SmallBitVec::range.

Methods

impl<'a> VecRange<'a>
[src]

Important traits for Iter<'a>
[src]

Trait Implementations

impl<'a> Debug for VecRange<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VecRange<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Index<usize> for VecRange<'a>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<'a> Send for VecRange<'a>

impl<'a> Sync for VecRange<'a>