#[repr(u32)]
pub enum _bindgen_ty_8 {
Show 20 variants SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_CATEGORY_ERROR, SDL_LOG_CATEGORY_ASSERT, SDL_LOG_CATEGORY_SYSTEM, SDL_LOG_CATEGORY_AUDIO, SDL_LOG_CATEGORY_VIDEO, SDL_LOG_CATEGORY_RENDER, SDL_LOG_CATEGORY_INPUT, SDL_LOG_CATEGORY_TEST, SDL_LOG_CATEGORY_RESERVED1, SDL_LOG_CATEGORY_RESERVED2, SDL_LOG_CATEGORY_RESERVED3, SDL_LOG_CATEGORY_RESERVED4, SDL_LOG_CATEGORY_RESERVED5, SDL_LOG_CATEGORY_RESERVED6, SDL_LOG_CATEGORY_RESERVED7, SDL_LOG_CATEGORY_RESERVED8, SDL_LOG_CATEGORY_RESERVED9, SDL_LOG_CATEGORY_RESERVED10, SDL_LOG_CATEGORY_CUSTOM,
}
Expand description

\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

SDL_LOG_CATEGORY_APPLICATION

SDL_LOG_CATEGORY_ERROR

SDL_LOG_CATEGORY_ASSERT

SDL_LOG_CATEGORY_SYSTEM

SDL_LOG_CATEGORY_AUDIO

SDL_LOG_CATEGORY_VIDEO

SDL_LOG_CATEGORY_RENDER

SDL_LOG_CATEGORY_INPUT

SDL_LOG_CATEGORY_TEST

SDL_LOG_CATEGORY_RESERVED1

SDL_LOG_CATEGORY_RESERVED2

SDL_LOG_CATEGORY_RESERVED3

SDL_LOG_CATEGORY_RESERVED4

SDL_LOG_CATEGORY_RESERVED5

SDL_LOG_CATEGORY_RESERVED6

SDL_LOG_CATEGORY_RESERVED7

SDL_LOG_CATEGORY_RESERVED8

SDL_LOG_CATEGORY_RESERVED9

SDL_LOG_CATEGORY_RESERVED10

SDL_LOG_CATEGORY_CUSTOM

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.