PhysicalMemoryCtxRef

Type Alias PhysicalMemoryCtxRef 

Source
pub type PhysicalMemoryCtxRef<'cglue_a, CGlueCtx> = CGlueTraitObj<'cglue_a, &'cglue_a c_void, PhysicalMemoryVtbl<'cglue_a, CGlueObjContainer<&'cglue_a c_void, CGlueCtx, PhantomData<PhysicalMemoryRetTmpPhantom<CGlueCtx>>>>, CGlueCtx, PhantomData<PhysicalMemoryRetTmpPhantom<CGlueCtx>>>;
Expand description

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

Aliased Typeยง

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