Enum sdl2_sys::log::SDL_LogPriority  
                   
                       [−]
                   
               [src]
#[repr(u32)]pub enum SDL_LogPriority { SDL_LOG_PRIORITY_VERBOSE, SDL_LOG_PRIORITY_DEBUG, SDL_LOG_PRIORITY_INFO, SDL_LOG_PRIORITY_WARN, SDL_LOG_PRIORITY_ERROR, SDL_LOG_PRIORITY_CRITICAL, SDL_NUM_LOG_PRIORITIES, }
\brief The predefined log priorities
Variants
SDL_LOG_PRIORITY_VERBOSESDL_LOG_PRIORITY_DEBUGSDL_LOG_PRIORITY_INFOSDL_LOG_PRIORITY_WARNSDL_LOG_PRIORITY_ERRORSDL_LOG_PRIORITY_CRITICALSDL_NUM_LOG_PRIORITIES
            Trait Implementations
impl Debug for SDL_LogPriority[src]
impl Copy for SDL_LogPriority[src]
impl Clone for SDL_LogPriority[src]
fn clone(&self) -> SDL_LogPriority[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
impl PartialEq for SDL_LogPriority[src]
fn eq(&self, __arg_0: &SDL_LogPriority) -> bool[src]
This 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]
This method tests for !=.