pub type PhysicalMemoryBaseArcBox<'cglue_a, CGlueT, CGlueC> = PhysicalMemoryBaseCtxBox<'cglue_a, CGlueT, CArc<CGlueC>>;
Expand description

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

Aliased Type§

struct PhysicalMemoryBaseArcBox<'cglue_a, CGlueT, CGlueC> { /* private fields */ }