kvarn_async::prelude::bytes

Trait BufMut

pub unsafe trait BufMut {
Show 48 methods // Required methods fn remaining_mut(&self) -> usize; unsafe fn advance_mut(&mut self, cnt: usize); fn chunk_mut(&mut self) -> &mut UninitSlice; // Provided methods fn has_remaining_mut(&self) -> bool { ... } fn put<T>(&mut self, src: T) where T: