Struct sgx_tstd::thread::LocalKeyInner[][src]

pub struct LocalKeyInner<T> { /* fields omitted */ }

Methods

impl<T> LocalKeyInner<T>
[src]

Trait Implementations

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

Auto Trait Implementations

impl<T> Send for LocalKeyInner<T> where
    T: Send