Struct unicode::str::Utf16ItemsExperimental [-]  [+] [src]

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

An iterator that decodes UTF-16 encoded codepoints from a vector of u16s.

Trait Implementations

impl<'a> Iterator<Utf16Item> for Utf16Items<'a>

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

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

Derived Implementations

impl<'a> Clone for Utf16Items<'a>

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

fn clone_from(&mut self, source: &Self)