Enum native_windows_gui::MessageChoice [−][src]
pub enum MessageChoice {
Abort,
Cancel,
Continue,
Ignore,
No,
Ok,
Retry,
TryAgain,
Yes,
}Expand description
Return value of message. Define the button that the user clicked. If the user
cancelled the message box by clicking on X button of the window, MessageChoice::Cancel is returned.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageChoiceimpl Send for MessageChoiceimpl Sync for MessageChoiceimpl Unpin for MessageChoiceimpl UnwindSafe for MessageChoiceBlanket Implementations
Mutably borrows from an owned value. Read more