Struct encoding::codec::utf_16::Big[][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 Clone for Big
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Big
[src]

Auto Trait Implementations

impl Send for Big

impl Sync for Big