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

Derived Implementations

impl Copy for Little

impl Clone for Little

fn clone(&self) -> Little

fn clone_from(&mut self, source: &Self)