Struct std::thread::__OsLocalKeyInner [] [src]

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

Methods

impl<T: 'static> Key<T>

const fn new() -> Key<T>

Unstable (thread_local_internals)

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

Unstable (thread_local_internals)

Trait Implementations

impl<T> Sync for Key<T>