pub struct DefragBuf { /* private fields */ }
Expand description
Red-black tree based degragmentation buffer that maintains inserted and free intervals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefragBuf
impl !RefUnwindSafe for DefragBuf
impl Send for DefragBuf
impl !Sync for DefragBuf
impl Unpin for DefragBuf
impl !UnwindSafe for DefragBuf
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