Trait win_msgbox::Options
source · pub trait Options: From<MESSAGEBOX_RESULT> {
fn flags() -> MESSAGEBOX_STYLE;
}Expand description
This trait is implemented for all possible options.
Available are:
Required Methods§
sourcefn flags() -> MESSAGEBOX_STYLE
fn flags() -> MESSAGEBOX_STYLE
The flags this option requires to be shown.