Struct std::thread::__ScopedKeyInner
[−]
[src]
pub struct __ScopedKeyInner<T> {
// some fields omitted
}Unstable (
thread_local_internals)Methods
impl<T> KeyInner<T>
const fn new() -> KeyInner<T>
Unstable (
thread_local_internals)unsafe fn set(&self, ptr: *mut T)
Unstable (
thread_local_internals)unsafe fn get(&self) -> *mut T
Unstable (
thread_local_internals)