Struct peel_ip::prelude::str::EncodeUtf16 1.8.0
[−]
[src]
pub struct EncodeUtf16<'a> { /* fields omitted */ }
External iterator for a string's UTF-16 code units.
For use with the std::iter
module.
Trait Implementations
impl<'a> FusedIterator for EncodeUtf16<'a>
[src]
impl<'a> Clone for EncodeUtf16<'a>
[src]
fn clone(&self) -> EncodeUtf16<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more