Enum sdl2_sys::video::SDL_GLprofile
[−]
[src]
pub enum SDL_GLprofile {
SDL_GL_CONTEXT_PROFILE_CORE,
SDL_GL_CONTEXT_PROFILE_COMPATIBILITY,
SDL_GL_CONTEXT_PROFILE_ES,
}Variants
SDL_GL_CONTEXT_PROFILE_CORESDL_GL_CONTEXT_PROFILE_COMPATIBILITYSDL_GL_CONTEXT_PROFILE_ES
Trait Implementations
impl Copy for SDL_GLprofile[src]
impl Clone for SDL_GLprofile[src]
fn clone(&self) -> SDL_GLprofile[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more