pub type PhysicalMemoryCtxRef<'cglue_a, CGlueCtx> = PhysicalMemoryBaseCtxRef<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque by-ref CGlue trait object for trait PhysicalMemory with a context.

Aliased Type§

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