Enum sdl2_sys::SDL_GLprofile[][src]

#[repr(u32)]
pub enum SDL_GLprofile { SDL_GL_CONTEXT_PROFILE_CORE, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY, SDL_GL_CONTEXT_PROFILE_ES, }

Variants

< GLX_CONTEXT_ES2_PROFILE_BIT_EXT

Trait Implementations

impl Debug for SDL_GLprofile
[src]

Formats the value using the given formatter. Read more

impl Copy for SDL_GLprofile
[src]

impl Clone for SDL_GLprofile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SDL_GLprofile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SDL_GLprofile
[src]

impl Hash for SDL_GLprofile
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations