Struct encoding::codec::korean::Windows949Encoder
[−]
[src]
pub struct Windows949Encoder;
An encoder for Windows code page 949.
pub struct Windows949Encoder;
An encoder for Windows code page 949.
impl Windows949Encoder
fn new() -> Box<RawEncoder>
impl RawEncoder for Windows949Encoder
fn from_self(&self) -> Box<RawEncoder>
fn is_ascii_compatible(&self) -> bool
fn 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 Windows949Encoder
impl Clone for Windows949Encoder
fn clone(&self) -> Windows949Encoder
fn 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
)