Struct solana_bucket_map::bucket::DataFileEntryToFree
source · struct DataFileEntryToFree {
bucket_ix: usize,
location: u64,
}
Expand description
when updating the index, this keeps track of the previous data entry which will need to be freed
Fields§
§bucket_ix: usize
§location: u64
Auto Trait Implementations§
impl RefUnwindSafe for DataFileEntryToFree
impl Send for DataFileEntryToFree
impl Sync for DataFileEntryToFree
impl Unpin for DataFileEntryToFree
impl UnwindSafe for DataFileEntryToFree
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