Struct winapi::commctrl::TASKDIALOG_BUTTON
[−]
[src]
pub struct TASKDIALOG_BUTTON {
pub nButtonID: c_int,
pub pszButtonText: PCWSTR,
}Fields
nButtonID | |
pszButtonText |
Trait Implementations
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