Enum sdl2_sys::SDL_MessageBoxButtonFlags [] [src]

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

\brief Flags for SDL_MessageBoxButtonData.

Variants

Trait Implementations

impl Debug for SDL_MessageBoxButtonFlags
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_MessageBoxButtonFlags
[src]

impl Clone for SDL_MessageBoxButtonFlags
[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_MessageBoxButtonFlags
[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_MessageBoxButtonFlags
[src]

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