pub type PhysicalMemoryCtxMut<'cglue_a, CGlueCtx> = PhysicalMemoryBaseCtxMut<'cglue_a, c_void, CGlueCtx>;
Expand description

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

Aliased Type§

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