pub type CpuStateBaseCtxMut<'cglue_a, CGlueT, CGlueCtx> = CpuStateBase<'cglue_a, &'cglue_a mut CGlueT, CGlueCtx>;
Expand description

By-mut CGlue trait object for trait CpuState with a context.

Aliased Type§

struct CpuStateBaseCtxMut<'cglue_a, CGlueT, CGlueCtx> { /* private fields */ }