pub struct CompactInfo {
pub tail: Nat,
}Expand description
Information for a page being compacted.
Fields§
§tail: NatThe distance in words between head and tail at compaction.
Auto Trait Implementations§
impl Freeze for CompactInfo
impl RefUnwindSafe for CompactInfo
impl Send for CompactInfo
impl Sync for CompactInfo
impl Unpin for CompactInfo
impl UnsafeUnpin for CompactInfo
impl UnwindSafe for CompactInfo
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