Struct bincode::ser::EncodeUtf8
source · struct EncodeUtf8 {
buf: [u8; 4],
pos: usize,
}
Fields§
§buf: [u8; 4]
§pos: usize
Implementations§
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