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