pub struct HotspotSplitScratch { /* private fields */ }Expand description
Caller-owned reusable candidate storage for hotspot cell split planning.
Implementations§
Source§impl HotspotSplitScratch
impl HotspotSplitScratch
Sourcepub fn candidate_capacity(&self) -> usize
pub fn candidate_capacity(&self) -> usize
Cell candidate capacity retained across calls.
Trait Implementations§
Source§impl Clone for HotspotSplitScratch
impl Clone for HotspotSplitScratch
Source§fn clone(&self) -> HotspotSplitScratch
fn clone(&self) -> HotspotSplitScratch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HotspotSplitScratch
impl Debug for HotspotSplitScratch
Source§impl Default for HotspotSplitScratch
impl Default for HotspotSplitScratch
Source§fn default() -> HotspotSplitScratch
fn default() -> HotspotSplitScratch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HotspotSplitScratch
impl RefUnwindSafe for HotspotSplitScratch
impl Send for HotspotSplitScratch
impl Sync for HotspotSplitScratch
impl Unpin for HotspotSplitScratch
impl UnsafeUnpin for HotspotSplitScratch
impl UnwindSafe for HotspotSplitScratch
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