Struct miri::shims::tls::TlsDtorsState
source · pub struct TlsDtorsState<'tcx>(TlsDtorsStatePriv<'tcx>);
Tuple Fields§
§0: TlsDtorsStatePriv<'tcx>
Implementations§
source§impl<'tcx> TlsDtorsState<'tcx>
impl<'tcx> TlsDtorsState<'tcx>
pub fn on_stack_empty( &mut self, this: &mut MiriInterpCx<'tcx>, ) -> InterpResult<'tcx, Poll<()>>
Trait Implementations§
source§impl<'tcx> Debug for TlsDtorsState<'tcx>
impl<'tcx> Debug for TlsDtorsState<'tcx>
source§impl<'tcx> Default for TlsDtorsState<'tcx>
impl<'tcx> Default for TlsDtorsState<'tcx>
source§fn default() -> TlsDtorsState<'tcx>
fn default() -> TlsDtorsState<'tcx>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'tcx> Freeze for TlsDtorsState<'tcx>
impl<'tcx> !RefUnwindSafe for TlsDtorsState<'tcx>
impl<'tcx> Send for TlsDtorsState<'tcx>
impl<'tcx> Sync for TlsDtorsState<'tcx>
impl<'tcx> Unpin for TlsDtorsState<'tcx>
impl<'tcx> !UnwindSafe for TlsDtorsState<'tcx>
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: 48 bytes