Struct encoding::codec::utf_16::BigUnstable [-]  [+] [src]

pub struct Big;

An implementation type for big endian.

Can be used as a type parameter to UTF16Encoding, UTF16Encoder and UTF16Decoder.

Trait Implementations

impl Endian for Big

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

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

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

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

Derived Implementations

impl Clone for Big

fn clone(&self) -> Big

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