Struct EncodeWide
pub struct EncodeWide<'a> { pub(in ::wtf8) code_points: Wtf8CodePoints<'a>, pub(in ::wtf8) extra: u16 }
Generates a wide character sequence for potentially ill-formed UTF-16.
Fields
code_points: Wtf8CodePoints<'a>extra: u16
Trait Implementations
impl Debug for EncodeWide<'_>
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl FusedIterator for EncodeWide<'_>
impl Iterator for EncodeWide<'_>
type Item = u16;fn next(&mut self) -> Option<u16>fn size_hint(&self) -> (usize, Option<usize>)
impl<'a> Clone for EncodeWide<'a>
fn clone(&self) -> EncodeWide<'a>