Enum sdl2::messagebox::ShowMessageError
[−]
[src]
pub enum ShowMessageError {
InvalidTitle(NulError),
InvalidMessage(NulError),
InvalidButton(NulError, i32),
SdlError(String),
}Variants
InvalidTitle(NulError)InvalidMessage(NulError)InvalidButton(NulError, i32)Second argument of the tuple (i32) corresponds to the first button_id having an error
SdlError(String)
Trait Implementations
impl Debug for ShowMessageError[src]
impl Display for ShowMessageError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more