Struct rustc_ap_rustc_data_structures::sharded::Sharded [−][src]
pub struct Sharded<T> { /* fields omitted */ }Expand description
An array of cache-line aligned inner locked structures with convenience methods.
Implementations
The shard is selected by hashing val with FxHasher.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Sharded<T>impl<T> UnwindSafe for Sharded<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V