Enum sdl2::messagebox::ShowMessageError [−][src]
pub enum ShowMessageError {
InvalidTitle(NulError),
InvalidMessage(NulError),
InvalidButton(NulError, i32),
SdlError(String),
}Variants
InvalidTitle(NulError)Tuple Fields of InvalidTitle
0: NulErrorInvalidMessage(NulError)Tuple Fields of InvalidMessage
0: NulErrorSecond argument of the tuple (i32) corresponds to the first button_id having an error
SdlError(String)Tuple Fields of SdlError
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShowMessageError
impl Send for ShowMessageError
impl Sync for ShowMessageError
impl Unpin for ShowMessageError
impl UnwindSafe for ShowMessageError
Blanket Implementations
Mutably borrows from an owned value. Read more