Struct native_windows_gui::constants::MessageParams [] [src]

pub struct MessageParams<'a> {
    pub title: &'a str,
    pub content: &'a str,
    pub buttons: MessageButtons,
    pub icons: MessageIcons,
}

A structure that defines how a messagebox should look and behave.

Members:

Fields

Trait Implementations

impl<'a> Clone for MessageParams<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for MessageParams<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for MessageParams<'a>
[src]

Formats the value using the given formatter.