Struct winapi::commctrl::TASKDIALOG_BUTTON [] [src]

pub struct TASKDIALOG_BUTTON {
    pub nButtonID: c_int,
    pub pszButtonText: PCWSTR,
}

Fields

nButtonID: c_int pszButtonText: PCWSTR

Trait Implementations

impl Debug for TASKDIALOG_BUTTON
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for TASKDIALOG_BUTTON
[src]

impl Clone for TASKDIALOG_BUTTON
[src]

fn clone(&self) -> TASKDIALOG_BUTTON

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more