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