Type Alias memflow::os::root::cglue_os::OsRef

source ·
pub type OsRef<'cglue_a> = OsBaseRef<'cglue_a, c_void>;
Expand description

Opaque by-ref CGlue trait object for trait Os.

Aliased Type§

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