Struct rustc_const_eval::interpret::validity::RefTracking [−][src]
Expand description
State for tracking recursive validation of references
Fields
seen: FxHashSet<T>
todo: Vec<(T, PATH)>
Implementations
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
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