Struct encoding::codec::simpchinese::GB18030EncoderUnstable
[-]
[+]
[src]
pub struct GB18030Encoder;
An encoder for GB 18030.
pub struct GB18030Encoder;
An encoder for GB 18030.
impl GB18030Encoderimpl Encoder for GB18030Encoderfn from_self(&self) -> Box<Encoder>fn is_ascii_compatible(&self) -> boolfn raw_feed(&mut self, input: &str, output: &mut ByteWriter) -> (uint, Option<CodecError>)fn raw_finish(&mut self, _output: &mut ByteWriter) -> Option<CodecError>impl Clone for GB18030Encoderfn clone(&self) -> GB18030Encoderfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).