Struct sgx_tstd::thread::LocalKeyInner [−][src]
pub struct LocalKeyInner<T> { /* fields omitted */ }
Methods
impl<T> LocalKeyInner<T>
[src]
impl<T> LocalKeyInner<T>
pub const fn new() -> LocalKeyInner<T>
[src]
pub const fn new() -> LocalKeyInner<T>
pub unsafe fn get(&self) -> Option<&'static UnsafeCell<Option<T>>>
[src]
pub unsafe fn get(&self) -> Option<&'static UnsafeCell<Option<T>>>
Trait Implementations
impl<T> Sync for LocalKeyInner<T>
[src]
impl<T> Sync for LocalKeyInner<T>
Auto Trait Implementations
impl<T> Send for LocalKeyInner<T> where
T: Send,
impl<T> Send for LocalKeyInner<T> where
T: Send,