Struct miri::shims::tls::RunningDtorState
source · struct RunningDtorState {
last_key: Option<u128>,
}
Fields§
§last_key: Option<u128>
The last TlsKey used to retrieve a TLS destructor. None
means that we
have not tried to retrieve a TLS destructor yet or that we already tried
all keys.
Trait Implementations§
source§impl Debug for RunningDtorState
impl Debug for RunningDtorState
source§impl Default for RunningDtorState
impl Default for RunningDtorState
source§fn default() -> RunningDtorState
fn default() -> RunningDtorState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RunningDtorState
impl Send for RunningDtorState
impl Sync for RunningDtorState
impl Unpin for RunningDtorState
impl UnwindSafe for RunningDtorState
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes