Enum win_msgbox::YesNo
source · pub enum YesNo {
Yes,
No,
}Expand description
The message box contains two push buttons: Yes and No.
Variants§
Trait Implementations§
source§impl From<i32> for YesNo
impl From<i32> for YesNo
source§fn from(value: MESSAGEBOX_RESULT) -> Self
fn from(value: MESSAGEBOX_RESULT) -> Self
Converts to this type from the input type.
source§impl Options for YesNo
impl Options for YesNo
source§fn flags() -> MESSAGEBOX_STYLE
fn flags() -> MESSAGEBOX_STYLE
The flags this option requires to be shown.