pub struct UTF16LEEncoder;Expand description
Encoder for UTF-16LE.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTF16LEEncoder
impl RefUnwindSafe for UTF16LEEncoder
impl Send for UTF16LEEncoder
impl Sync for UTF16LEEncoder
impl Unpin for UTF16LEEncoder
impl UnsafeUnpin for UTF16LEEncoder
impl UnwindSafe for UTF16LEEncoder
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