Enum std::sys::common::thread_local::fast_local::DtorState
source · enum DtorState {
Unregistered,
Registered,
RunningOrHasRun,
}
🔬This is a nightly-only experimental API. (
thread_local_internals
)Variants§
Unregistered
🔬This is a nightly-only experimental API. (
thread_local_internals
)Registered
🔬This is a nightly-only experimental API. (
thread_local_internals
)RunningOrHasRun
🔬This is a nightly-only experimental API. (
thread_local_internals
)Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DtorState
impl Send for DtorState
impl Sync for DtorState
impl Unpin for DtorState
impl UnwindSafe for DtorState
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