Struct rustc_data_structures::snapshot_vec::Snapshot [−][src]
Fields
value_count: usize
snapshot: S
Auto Trait Implementations
impl<S> RefUnwindSafe for Snapshot<S> where
S: RefUnwindSafe,
impl<S> UnwindSafe for Snapshot<S> where
S: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.