Struct native_windows_gui::MessageParams [−][src]
pub struct MessageParams<'a> {
pub title: &'a str,
pub content: &'a str,
pub buttons: MessageButtons,
pub icons: MessageIcons,
}Expand description
A structure that defines how a messagebox should look and behave.
Members:
title: The title of the message boxcontent: The message of the message boxbuttons: The button of the message boxicons: The message box icon
Fields
title: &'a strcontent: &'a stricons: MessageIconsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for MessageParams<'a>impl<'a> Send for MessageParams<'a>impl<'a> Sync for MessageParams<'a>impl<'a> Unpin for MessageParams<'a>impl<'a> UnwindSafe for MessageParams<'a>Blanket Implementations
Mutably borrows from an owned value. Read more