Struct encoding::codec::japanese::Windows31JEncoder
[−]
[src]
pub struct Windows31JEncoder;
An encoder for Shift_JIS with IBM/NEC extensions.
pub struct Windows31JEncoder;
An encoder for Shift_JIS with IBM/NEC extensions.
impl Windows31JEncoderfn new() -> Box<RawEncoder>impl RawEncoder for Windows31JEncoderfn 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 Windows31JEncoderimpl Clone for Windows31JEncoderfn clone(&self) -> Windows31JEncoderfn 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)