Struct vstd::cell::PointsToData
source · pub struct PointsToData<V> {
pub pcell: CellId,
pub value: Option<V>,
}
Fields§
§pcell: CellId
§value: Option<V>
Auto Trait Implementations§
impl<V> RefUnwindSafe for PointsToData<V>where
V: RefUnwindSafe,
impl<V> Send for PointsToData<V>where
V: Send,
impl<V> Sync for PointsToData<V>where
V: Sync,
impl<V> Unpin for PointsToData<V>where
V: Unpin,
impl<V> UnwindSafe for PointsToData<V>where
V: UnwindSafe,
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