Enum sdl2_sys::log::SDL_LOG_CATEGORY [] [src]

#[repr(u32)]
pub enum SDL_LOG_CATEGORY { APPLICATION, ERROR, ASSERT, SYSTEM, AUDIO, VIDEO, RENDER, INPUT, TEST, RESERVED1, RESERVED2, RESERVED3, RESERVED4, RESERVED5, RESERVED6, RESERVED7, RESERVED8, RESERVED9, RESERVED10, CUSTOM, }

\brief The predefined log categories

By default the application category is enabled at the INFO level, the assert category is enabled at the WARN level, test is enabled at the VERBOSE level and all other categories are enabled at the CRITICAL level.

Variants

Trait Implementations

impl Debug for SDL_LOG_CATEGORY
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_LOG_CATEGORY
[src]

impl Clone for SDL_LOG_CATEGORY
[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_LOG_CATEGORY
[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_LOG_CATEGORY
[src]

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