Trait miri::shims::windows::handle::EvalContextExt

source ·
pub trait EvalContextExt<'mir, 'tcx: 'mir>: MiriInterpCxExt<'mir, 'tcx> {
    // Provided methods
    fn invalid_handle(&mut self, function_name: &str) -> InterpResult<'tcx, !> { ... }
    fn CloseHandle(
        &mut self,
        handle_op: &OpTy<'tcx, Provenance>
    ) -> InterpResult<'tcx> { ... }
}

Provided Methods§

source

fn invalid_handle(&mut self, function_name: &str) -> InterpResult<'tcx, !>

source

fn CloseHandle( &mut self, handle_op: &OpTy<'tcx, Provenance> ) -> InterpResult<'tcx>

Implementors§

source§

impl<'mir, 'tcx> EvalContextExt<'mir, 'tcx> for MiriInterpCx<'mir, 'tcx>