Enum native_windows_gui::constants::MessageChoice
[−]
[src]
pub enum MessageChoice { Abort, Cancel, Continue, Ignore, No, Ok, Retry, TryAgain, Yes, }
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
Abort
Cancel
Continue
Ignore
No
Ok
Retry
TryAgain
Yes
Trait Implementations
impl Clone for MessageChoice
[src]
fn clone(&self) -> MessageChoice
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for MessageChoice
[src]
fn eq(&self, __arg_0: &MessageChoice) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.