struct EncodeUtf8 {
buf: [u8; 4],
pos: usize,
}Fields§
§buf: [u8; 4]§pos: usizeImplementations§
Auto Trait Implementations§
impl Freeze for EncodeUtf8
impl RefUnwindSafe for EncodeUtf8
impl Send for EncodeUtf8
impl Sync for EncodeUtf8
impl Unpin for EncodeUtf8
impl UnwindSafe for EncodeUtf8
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