pub struct UTF16Encoder { /* private fields */ }Trait Implementations§
Source§impl Debug for UTF16Encoder
impl Debug for UTF16Encoder
Source§impl Default for UTF16Encoder
impl Default for UTF16Encoder
Source§fn default() -> UTF16Encoder
fn default() -> UTF16Encoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UTF16Encoder
impl RefUnwindSafe for UTF16Encoder
impl Send for UTF16Encoder
impl Sync for UTF16Encoder
impl Unpin for UTF16Encoder
impl UnwindSafe for UTF16Encoder
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