pub struct UTF32LEDecoder;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTF32LEDecoder
impl RefUnwindSafe for UTF32LEDecoder
impl Send for UTF32LEDecoder
impl Sync for UTF32LEDecoder
impl Unpin for UTF32LEDecoder
impl UnwindSafe for UTF32LEDecoder
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