[][src]Enum sdl2_sys::SDL_MessageBoxButtonFlags

#[repr(u32)]pub enum SDL_MessageBoxButtonFlags {
    SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT,
    SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT,
}

\brief Flags for SDL_MessageBoxButtonData.

Variants

SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT

< Marks the default button when return is hit

SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT

< Marks the default button when escape is hit

Trait Implementations

impl Clone for SDL_MessageBoxButtonFlags[src]

impl Copy for SDL_MessageBoxButtonFlags[src]

impl Debug for SDL_MessageBoxButtonFlags[src]

impl Eq for SDL_MessageBoxButtonFlags[src]

impl Hash for SDL_MessageBoxButtonFlags[src]

impl PartialEq<SDL_MessageBoxButtonFlags> for SDL_MessageBoxButtonFlags[src]

impl StructuralEq for SDL_MessageBoxButtonFlags[src]

impl StructuralPartialEq for SDL_MessageBoxButtonFlags[src]

Auto Trait Implementations

impl Send for SDL_MessageBoxButtonFlags

impl Sync for SDL_MessageBoxButtonFlags

impl Unpin for SDL_MessageBoxButtonFlags

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.