Struct encoding::codec::utf_16::UTF16Encoder
[−]
[src]
pub struct UTF16Encoder<E> { // some fields omitted }
An encoder for UTF-16.
Specialization
This type is specialized with endianness type E
,
which should be either Little
(little endian) or Big
(big endian).