Struct sdl2_sys::SDL_MessageBoxButtonData[][src]

#[repr(C)]
pub struct SDL_MessageBoxButtonData { pub flags: Uint32, pub buttonid: c_int, pub text: *const c_char, }

\brief Individual button data.

Fields

< ::SDL_MessageBoxButtonFlags

< User defined button id (value returned via SDL_ShowMessageBox)

< The UTF-8 button text

Trait Implementations

impl Debug for SDL_MessageBoxButtonData
[src]

Formats the value using the given formatter. Read more

impl Copy for SDL_MessageBoxButtonData
[src]

impl Clone for SDL_MessageBoxButtonData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations