Struct thread_local::TableEntry [−][src]
struct TableEntry<T: ?Sized + Send> { owner: AtomicUsize, data: UnsafeCell<Option<Box<T>>>, }
Fields
owner: AtomicUsize
data: UnsafeCell<Option<Box<T>>>
Trait Implementations
impl<T: ?Sized + Send> Clone for TableEntry<T>[src]
impl<T: ?Sized + Send> Clone for TableEntry<T>fn clone(&self) -> TableEntry<T>[src]
fn clone(&self) -> TableEntry<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl<T: ?Sized> Send for TableEntry<T>
impl<T: ?Sized> Send for TableEntry<T>impl<T> !Sync for TableEntry<T>
impl<T> !Sync for TableEntry<T>