pub struct GBK;
Expand description
An implementation type for GBK.
Can be used as a type parameter to GBEncoding
and GBEncoder
.
(GB18030Decoder is shared by both.)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GBK
impl RefUnwindSafe for GBK
impl Send for GBK
impl Sync for GBK
impl Unpin for GBK
impl UnwindSafe for GBK
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