Enum sdl2_sys::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

Trait Implementations

impl Debug for SDL_LogPriority
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_LogPriority
[src]

impl Clone for SDL_LogPriority
[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_LogPriority
[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_LogPriority
[src]

impl Hash for SDL_LogPriority
[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