Struct std::str::Utf16UnitsUnstable [-] [+] [src]

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

External iterator for a string's UTF16 codeunits. Use with the std::iter module.

Trait Implementations

impl<'a> Iterator for Utf16Units<'a>

type Item = u16

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

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

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

Derived Implementations

impl<'a> Clone for Utf16Units<'a>

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

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