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