Enum native_windows_gui::MessageIcons [−][src]
pub enum MessageIcons {
Warning,
Info,
Question,
Error,
None,
}Expand description
Enum of message box icons (to use with MessageParams )
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageIconsimpl Send for MessageIconsimpl Sync for MessageIconsimpl Unpin for MessageIconsimpl UnwindSafe for MessageIconsBlanket Implementations
Mutably borrows from an owned value. Read more