Struct std::thread::__ElfLocalKeyInner [] [src]

pub struct __ElfLocalKeyInner<T> {
    // some fields omitted
}
Unstable (thread_local_internals)

Methods

impl<T> Key<T>
[src]

const fn new() -> Key<T>

fn get(&'static self) -> Option<&'static UnsafeCell<Option<T>>>

unsafe fn register_dtor(&self)

Trait Implementations

impl<T> Sync for Key<T>
[src]