Expand description
Fields
encode_to: EncodeTo
The text encoding to convert to, if any
case: Case
The case to convert text to, if any
swap_bytes: bool
Whether or not to swap pairs of bytes
Implementations
Trait Implementations
sourceimpl ConvertSlice<u8> for Converter
impl ConvertSlice<u8> for Converter
sourcefn convert_slice(&self, buf: &mut [u8])
fn convert_slice(&self, buf: &mut [u8])
modify a slice of
T
in-place.Auto Trait Implementations
impl RefUnwindSafe for Converter
impl Send for Converter
impl Sync for Converter
impl Unpin for Converter
impl UnwindSafe for Converter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more