pub(crate) struct Coalescer<'b> {
slice: &'b mut [u8],
}
Expand description
Reordering the underlying buffer based on ranges.
Fields§
§slice: &'b mut [u8]
Implementations§
Auto Trait Implementations§
impl<'b> Freeze for Coalescer<'b>
impl<'b> RefUnwindSafe for Coalescer<'b>
impl<'b> Send for Coalescer<'b>
impl<'b> Sync for Coalescer<'b>
impl<'b> Unpin for Coalescer<'b>
impl<'b> !UnwindSafe for Coalescer<'b>
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