Struct encoding::codec::tradchinese::BigFive2003Encoder
[−]
[src]
pub struct BigFive2003Encoder;
An encoder for Big5-2003.
pub struct BigFive2003Encoder;
An encoder for Big5-2003.
impl BigFive2003Encoderfn new() -> Box<RawEncoder>impl RawEncoder for BigFive2003Encoderfn from_self(&self) -> Box<RawEncoder>fn is_ascii_compatible(&self) -> boolfn raw_feed(&mut self, input: &str, output: &mut ByteWriter) -> (usize, Option<CodecError>)fn raw_finish(&mut self, _output: &mut ByteWriter) -> Option<CodecError>impl Copy for BigFive2003Encoderimpl Clone for BigFive2003Encoderfn clone(&self) -> BigFive2003Encoderfn 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, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)