Type Alias gleam::gl::types::GLsync

source ·
pub type GLsync = *const __GLsync;

Trait Implementations§

1.0.0 · source§

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