[][src]Struct encoding::codec::japanese::EUCJPEncoding

pub struct EUCJPEncoding;

EUC-JP. (XXX with asymmetric JIS X 0212 support)

This is a Japanese encoding created from three JIS character sets:

EUC-JP contains the lower half of JIS X 0201 in G0 ([21-7E]), JIS X 0208 in G1 ([A1-FE] [A1-FE]), the upper half of JIS X 0212 in G2 (8E [A1-DF]), and JIS X 0212 in G3 (8F [A1-FE] [A1-FE]).

Trait Implementations

impl Encoding for EUCJPEncoding[src]

impl Clone for EUCJPEncoding[src]

impl Copy for EUCJPEncoding[src]

Auto Trait Implementations

impl Send for EUCJPEncoding

impl Sync for EUCJPEncoding

impl Unpin for EUCJPEncoding

impl UnwindSafe for EUCJPEncoding

impl RefUnwindSafe for EUCJPEncoding

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]