Struct bitflags::__core::thread::Key
[−]
[src]
pub struct Key<T> { // some fields omitted }
Unstable (
thread_local_internals
)Methods
impl<T> Key<T> where T: 'static
const fn new() -> Key<T>
Unstable (
thread_local_internals
)fn get(&'static self) -> Option<&'static UnsafeCell<Option<T>>>
Unstable (
thread_local_internals
)