pub struct MultiBuf {
pub(crate) chunks: Vec<Vec<u8>>,
pub(crate) pos: usize,
}Fields§
§chunks: Vec<Vec<u8>>§pos: usizeAuto Trait Implementations§
impl Freeze for MultiBuf
impl RefUnwindSafe for MultiBuf
impl Send for MultiBuf
impl Sync for MultiBuf
impl Unpin for MultiBuf
impl UnwindSafe for MultiBuf
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