pub type PhysicalMemoryBaseCtxRef<'cglue_a, CGlueT, CGlueCtx> = PhysicalMemoryBase<'cglue_a, &'cglue_a CGlueT, CGlueCtx>;
Expand description

By-ref CGlue trait object for trait PhysicalMemory with a context.

Aliased Type§

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