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

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

Methods

impl<T> Key<T>

const fn new() -> Key<T>

Unstable (thread_local_internals)

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

Unstable (thread_local_internals)

unsafe fn register_dtor(&self)

Unstable (thread_local_internals)

Trait Implementations

impl<T> Sync for Key<T>