[][src]Enum thorium::win32::message_box::MessageBoxDefaultButton

#[repr(u32)]
pub enum MessageBoxDefaultButton { Button1, Button2, Button3, Button4, }

Which button should be the default button?

MessageBoxButtons has variants for up to 3 buttons normally. If you enable the help button then it will be at the end of the button list as the 4th button.

Variants

Button1Button2Button3Button4

Trait Implementations

impl Copy for MessageBoxDefaultButton[src]

impl Default for MessageBoxDefaultButton[src]

fn default() -> Self[src]

The default is Button1

impl Clone for MessageBoxDefaultButton[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MessageBoxDefaultButton[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]