pub type CpuStateArcBox<'cglue_a> = CpuStateBaseArcBox<'cglue_a, c_void, c_void>;
Expand description

Opaque Boxed CGlue trait object for trait CpuState with a CArc reference counted context.

Aliased Type§

struct CpuStateArcBox<'cglue_a> { /* private fields */ }