[][src]Enum sdl2_sys::SDL_LogPriority

#[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_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

Trait Implementations

impl Clone for SDL_LogPriority[src]

impl Copy for SDL_LogPriority[src]

impl Debug for SDL_LogPriority[src]

impl Eq for SDL_LogPriority[src]

impl Hash for SDL_LogPriority[src]

impl PartialEq<SDL_LogPriority> for SDL_LogPriority[src]

impl StructuralEq for SDL_LogPriority[src]

impl StructuralPartialEq for SDL_LogPriority[src]

Auto Trait Implementations

impl Send for SDL_LogPriority

impl Sync for SDL_LogPriority

impl Unpin for SDL_LogPriority

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.