pub struct EUCJPDecoder { /* private fields */ }Expand description
Decoder for EUC-JP.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EUCJPDecoder
impl RefUnwindSafe for EUCJPDecoder
impl Send for EUCJPDecoder
impl Sync for EUCJPDecoder
impl Unpin for EUCJPDecoder
impl UnsafeUnpin for EUCJPDecoder
impl UnwindSafe for EUCJPDecoder
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