Struct encoding::codec::utf_16::LittleUnstable [-]  [+] [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 Endian for Little

fn name(_endian: Option<Little>) -> &'static str

fn whatwg_name(_endian: Option<Little>) -> Option<&'static str>

fn write_two_bytes(_endian: Option<Little>, output: &mut ByteWriter, msb: u8, lsb: u8)

fn concat_two_bytes(_endian: Option<Little>, lead: u16, trail: u8) -> u16

Derived Implementations

impl Clone for Little

fn clone(&self) -> Little

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