Enum sdl2_sys::hint::SDL_HintPriority
[−]
[src]
pub enum SDL_HintPriority {
SDL_HINT_DEFAULT,
SDL_HINT_NORMAL,
SDL_HINT_OVERRIDE,
}Variants
SDL_HINT_DEFAULTSDL_HINT_NORMALSDL_HINT_OVERRIDETrait Implementations
impl Copy for SDL_HintPriority[src]
impl Clone for SDL_HintPriority[src]
fn clone(&self) -> SDL_HintPriority
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more