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