Type Alias surfman::egl::EGLNativePixmapType

source ·
pub type EGLNativePixmapType = *const c_void;

Trait Implementations§

1.0.0 · source§

impl<T> !Send for *const Twhere T: ?Sized,