struct RunningPthreadDtorState {
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 RunningPthreadDtorState
impl Debug for RunningPthreadDtorState
Source§impl Default for RunningPthreadDtorState
impl Default for RunningPthreadDtorState
Source§fn default() -> RunningPthreadDtorState
fn default() -> RunningPthreadDtorState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunningPthreadDtorState
impl RefUnwindSafe for RunningPthreadDtorState
impl Send for RunningPthreadDtorState
impl Sync for RunningPthreadDtorState
impl Unpin for RunningPthreadDtorState
impl UnsafeUnpin for RunningPthreadDtorState
impl UnwindSafe for RunningPthreadDtorState
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