pub struct TlsArea { /* private fields */ }
Available on crate feature
tls
only.Expand description
The memory region for thread-local storage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TlsArea
impl !Send for TlsArea
impl !Sync for TlsArea
impl Unpin for TlsArea
impl UnwindSafe for TlsArea
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more