Enum sdl2_sys::hint::SDL_HintPriority [] [src]

pub enum SDL_HintPriority {
    SDL_HINT_DEFAULT,
    SDL_HINT_NORMAL,
    SDL_HINT_OVERRIDE,
}

Variants

Trait Implementations

impl Copy for SDL_HintPriority
[src]

impl Clone for SDL_HintPriority
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more