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