Struct encoding::codec::utf_16::Little [−][src]
pub struct Little;
An implementation type for little endian.
Can be used as a type parameter to UTF16Encoding, UTF16Encoder and UTF16Decoder.
Trait Implementations
impl Clone for Little[src]
impl Clone for Littlefn clone(&self) -> Little[src]
fn clone(&self) -> LittleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Little[src]
impl Copy for Little