pub struct FreeSlot { /* private fields */ }Expand description
A section of continuous free memory within a Chunk.
Trait Implementations§
Auto Trait Implementations§
impl !Send for FreeSlot
impl !Sync for FreeSlot
impl Freeze for FreeSlot
impl RefUnwindSafe for FreeSlot
impl Unpin for FreeSlot
impl UnsafeUnpin for FreeSlot
impl UnwindSafe for FreeSlot
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