Struct std::collections::bit_set::SetIterStable [-] [+] [src]

pub struct SetIter<'a> {
    // some fields omitted
}

An iterator for BitSet.

Trait Implementations

impl<'a> Iterator for SetIter<'a>

type Item = usize

fn next(&mut self) -> Option<usize>

fn size_hint(&self) -> (usize, Option<usize>)

fn size_hint(&self) -> (usize, Option<usize>)

Derived Implementations

impl<'a> Clone for SetIter<'a>

fn clone(&self) -> SetIter<'a>

fn clone_from(&mut self, &SetIter<'a>)