pub type MemoryViewBase<'cglue_a, CGlueInst, CGlueCtx> = CGlueTraitObj<'cglue_a, CGlueInst, MemoryViewVtbl<'cglue_a, CGlueObjContainer<CGlueInst, CGlueCtx, MemoryViewRetTmp<CGlueCtx>>>, CGlueCtx, MemoryViewRetTmp<CGlueCtx>>;
Expand description

Base CGlue trait object for trait MemoryView.

Aliased Type§

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