Enum encoding_rs::euc_jp::EucJpPending
source · enum EucJpPending {
None,
Jis0208Lead(u8),
Jis0212Shift,
Jis0212Lead(u8),
HalfWidthKatakana,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for EucJpPending
impl RefUnwindSafe for EucJpPending
impl Send for EucJpPending
impl Sync for EucJpPending
impl Unpin for EucJpPending
impl UnwindSafe for EucJpPending
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more