Struct win_msgbox::Okay
source · pub struct Okay;Expand description
The message box contains one push button: OK.
Trait Implementations§
source§impl From<i32> for Okay
impl From<i32> for Okay
source§fn from(_: MESSAGEBOX_RESULT) -> Self
fn from(_: MESSAGEBOX_RESULT) -> Self
Converts to this type from the input type.
source§impl Options for Okay
impl Options for Okay
source§fn flags() -> MESSAGEBOX_STYLE
fn flags() -> MESSAGEBOX_STYLE
The flags this option requires to be shown.