Struct std::thread::__ScopedKeyInner [] [src]

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

Methods

impl<T> KeyInner<T>
[src]

const fn new() -> KeyInner<T>

unsafe fn set(&self, ptr: *mut T)

unsafe fn get(&self) -> *mut T

Trait Implementations

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