Enum native_windows_gui::MessageButtons [−][src]
pub enum MessageButtons {
AbortTryIgnore,
CancelTryContinue,
Ok,
OkCancel,
RetryCancel,
YesNo,
YesNoCancel,
}Expand description
Enum of message box buttons (to use with MessageParams )
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageButtonsimpl Send for MessageButtonsimpl Sync for MessageButtonsimpl Unpin for MessageButtonsimpl UnwindSafe for MessageButtonsBlanket Implementations
Mutably borrows from an owned value. Read more