Struct std::collections::dlist::IterExperimental [-]  [+] [src]

pub struct Iter<'a, T: 'a> {
    // some fields omitted
}

An iterator over references to the items of a DList.

Trait Implementations

impl<'a, T> Clone for Iter<'a, T>

fn clone(&self) -> Iter<'a, T>

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

impl<'a, T> Copy for Iter<'a, T>

impl<'a, A> Iterator<&'a A> for Iter<'a, A>

fn next(&mut self) -> Option<&'a A>

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

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

impl<'a, A> DoubleEndedIterator<&'a A> for Iter<'a, A>

fn next_back(&mut self) -> Option<&'a A>

impl<'a, A> ExactSizeIterator<&'a A> for Iter<'a, A>

fn rposition<P>(&mut self, P) -> Option<uint>

fn len(&self) -> uint