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

Trait Implementations

impl Clone for MessageIcons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MessageIcons
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for MessageIcons
[src]

Formats the value using the given formatter.