Struct encoding::codec::simpchinese::GB18030 [−][src]
pub struct GB18030;
An implementation type for GB18030.
Can be used as a type parameter to GBEncoding and `GBEncoder.'
(GB18030Decoder is shared by both.)
Trait Implementations
impl Clone for GB18030[src]
impl Clone for GB18030fn clone(&self) -> GB18030[src]
fn clone(&self) -> GB18030Returns 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 GB18030[src]
impl Copy for GB18030