Struct thread_local::Table [−][src]
struct Table<T: ?Sized + Send> { entries: Box<[TableEntry<T>]>, hash_bits: usize, prev: Option<Box<Table<T>>>, }
Fields
entries: Box<[TableEntry<T>]>
hash_bits: usize
prev: Option<Box<Table<T>>>