pub type KeyboardStateArcMut<'cglue_a> = KeyboardStateBaseArcMut<'cglue_a, c_void, c_void>;
Expand description

Opaque by-mut CGlue trait object for trait KeyboardState with a CArc reference counted context.

Aliased Type§

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