Trait GL

Source
pub trait GL:
    Debug
    + Clone
    + Copy
    + Sized
    + GL_1_0
    + GL_1_1
    + GL_1_2
    + GL_1_3
    + GL_1_4
    + GL_1_5
    + GL_2_0
    + GL_2_1
    + GL_3_0
    + GL_3_1
    + GL_3_2
    + GL_3_3
    + GL_4_0
    + GL_4_1
    + GL_4_2
    + GL_4_3
    + GL_4_4
    + GL_4_5
    + GL_4_6 { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§