pub struct RefcountData {
pub refcounts: HashMap<u32, u32>,
}Expand description
Refcount data for shared clusters.
Fields§
§refcounts: HashMap<u32, u32>Map from cluster_id to reference count.
Auto Trait Implementations§
impl Freeze for RefcountData
impl RefUnwindSafe for RefcountData
impl Send for RefcountData
impl Sync for RefcountData
impl Unpin for RefcountData
impl UnwindSafe for RefcountData
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