pub type CpuStateRef<'cglue_a> = CpuStateBaseRef<'cglue_a, c_void>;
Expand description

Opaque by-ref CGlue trait object for trait CpuState.

Aliased Type§

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