Type Alias memflow::os::root::cglue_os::OsArcBox

source ·
pub type OsArcBox<'cglue_a> = OsBaseArcBox<'cglue_a, c_void, c_void>;
Expand description

Opaque Boxed CGlue trait object for trait Os with a CArc reference counted context.

Aliased Type§

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