struct RunningWindowsDtorState {
last_key: Option<u128>,
remaining_keys: VecDeque<u128>,
}Fields§
§last_key: Option<u128>The last TlsKey for which a TLS destructor ran. None means that we
have not run a TLS destructor yet. This is used to clear the TLS value after the dtor returned.
remaining_keys: VecDeque<u128>Trait Implementations§
Source§impl Debug for RunningWindowsDtorState
impl Debug for RunningWindowsDtorState
Source§impl Default for RunningWindowsDtorState
impl Default for RunningWindowsDtorState
Source§fn default() -> RunningWindowsDtorState
fn default() -> RunningWindowsDtorState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunningWindowsDtorState
impl RefUnwindSafe for RunningWindowsDtorState
impl Send for RunningWindowsDtorState
impl Sync for RunningWindowsDtorState
impl Unpin for RunningWindowsDtorState
impl UnsafeUnpin for RunningWindowsDtorState
impl UnwindSafe for RunningWindowsDtorState
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: 64 bytes