Type Alias memflow::os::root::cglue_os::OsBaseCtxMut

source ·
pub type OsBaseCtxMut<'cglue_a, CGlueT, CGlueCtx> = OsBase<'cglue_a, &'cglue_a mut CGlueT, CGlueCtx>;
Expand description

By-mut CGlue trait object for trait Os with a context.

Aliased Type§

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