pub struct EncodingC;
Expand description
Encoding C - check rc-switch for details
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodingC
impl RefUnwindSafe for EncodingC
impl Send for EncodingC
impl Sync for EncodingC
impl Unpin for EncodingC
impl UnwindSafe for EncodingC
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