Type Alias cglue::ext::CloneArcBox

source ·
pub type CloneArcBox<'cglue_a> = CloneBaseArcBox<'cglue_a, c_void, c_void>;
Expand description

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

Aliased Type§

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