pub struct ResidentSetWorkspace { /* private fields */ }Expand description
Preallocated open-addressed full-row set workspace.
Implementations§
Source§impl ResidentSetWorkspace
impl ResidentSetWorkspace
pub fn record_uses(&self, recorder: &mut LaunchRecorder)
Auto Trait Implementations§
impl Freeze for ResidentSetWorkspace
impl RefUnwindSafe for ResidentSetWorkspace
impl Send for ResidentSetWorkspace
impl Sync for ResidentSetWorkspace
impl Unpin for ResidentSetWorkspace
impl UnsafeUnpin for ResidentSetWorkspace
impl UnwindSafe for ResidentSetWorkspace
Blanket Implementations§
impl<T> Allocation for T
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