pub type PhysicalMemoryArcMut<'cglue_a> = PhysicalMemoryBaseArcMut<'cglue_a, c_void, c_void>;
Expand description

Opaque by-mut CGlue trait object for trait PhysicalMemory with a CArc reference counted context.

Aliased Type§

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