Enum sdl2_sys::SDL_GLcontextFlag [] [src]

#[repr(u32)]
pub enum SDL_GLcontextFlag { SDL_GL_CONTEXT_DEBUG_FLAG, SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG, SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG, SDL_GL_CONTEXT_RESET_ISOLATION_FLAG, }

Variants

Trait Implementations

impl Debug for SDL_GLcontextFlag
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_GLcontextFlag
[src]

impl Clone for SDL_GLcontextFlag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SDL_GLcontextFlag
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for SDL_GLcontextFlag
[src]

impl Hash for SDL_GLcontextFlag
[src]

[src]

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

1.3.0
[src]

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