Enum sdl2::messagebox::ClickedButton [] [src]

pub enum ClickedButton<'a> {
    CloseButton,
    CustomButton(&'a ButtonData<'a>),
}

Variants

Trait Implementations

impl<'a> Debug for ClickedButton<'a>
[src]

[src]

Formats the value using the given formatter.