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
SDL_GL_CONTEXT_PROFILE_CORESDL_GL_CONTEXT_PROFILE_COMPATIBILITYSDL_GL_CONTEXT_PROFILE_ES< GLX_CONTEXT_ES2_PROFILE_BIT_EXT
Trait Implementations
impl Debug for SDL_GLprofile[src]
impl Debug for SDL_GLprofilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SDL_GLprofile[src]
impl Copy for SDL_GLprofileimpl Clone for SDL_GLprofile[src]
impl Clone for SDL_GLprofilefn clone(&self) -> SDL_GLprofile[src]
fn clone(&self) -> SDL_GLprofileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SDL_GLprofile[src]
impl PartialEq for SDL_GLprofilefn eq(&self, other: &SDL_GLprofile) -> bool[src]
fn eq(&self, other: &SDL_GLprofile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SDL_GLprofile[src]
impl Eq for SDL_GLprofileimpl Hash for SDL_GLprofile[src]
impl Hash for SDL_GLprofileAuto Trait Implementations
impl Send for SDL_GLprofile
impl Send for SDL_GLprofileimpl Sync for SDL_GLprofile
impl Sync for SDL_GLprofile