Struct encoding::codec::simpchinese::GBK [−][src]
pub struct GBK;
An implementation type for GBK.
Can be used as a type parameter to GBEncoding and GBEncoder.
(GB18030Decoder is shared by both.)
Trait Implementations
impl Clone for GBK[src]
impl Clone for GBKfn clone(&self) -> GBK[src]
fn clone(&self) -> GBKReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GBK[src]
impl Copy for GBK