Struct miri::interpret::RefTracking
source · pub struct RefTracking<T, PATH = ()> {
pub seen: HashSet<T, BuildHasherDefault<FxHasher>>,
pub todo: Vec<(T, PATH), Global>,
}
Expand description
State for tracking recursive validation of references
Fields
seen: HashSet<T, BuildHasherDefault<FxHasher>>
todo: Vec<(T, PATH), Global>
Auto Trait Implementations
impl<T, PATH> RefUnwindSafe for RefTracking<T, PATH>where
PATH: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, PATH> Send for RefTracking<T, PATH>where
PATH: Send,
T: Send,
impl<T, PATH> Sync for RefTracking<T, PATH>where
PATH: Sync,
T: Sync,
impl<T, PATH> Unpin for RefTracking<T, PATH>where
PATH: Unpin,
T: Unpin,
impl<T, PATH> UnwindSafe for RefTracking<T, PATH>where
PATH: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes