Enum native_windows_gui::constants::MessageIcons
[−]
[src]
pub enum MessageIcons {
Warning,
Info,
Question,
Error,
None,
}Enum of message box icons (to use with MessageParams )
Variants
WarningInfoQuestionErrorNoneTrait Implementations
impl Clone for MessageIcons[src]
fn clone(&self) -> MessageIcons
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 MessageIcons[src]
fn eq(&self, __arg_0: &MessageIcons) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.