#[repr(C, packed(1))]
pub struct TASKDIALOGCONFIG {
Show 24 fields pub cbSize: u32, pub hwndParent: HWND, pub hInstance: HINSTANCE, pub dwFlags: TASKDIALOG_FLAGS, pub dwCommonButtons: TASKDIALOG_COMMON_BUTTON_FLAGS, pub pszWindowTitle: PCWSTR, pub Anonymous1: TASKDIALOGCONFIG_0, pub pszMainInstruction: PCWSTR, pub pszContent: PCWSTR, pub cButtons: u32, pub pButtons: *const TASKDIALOG_BUTTON, pub nDefaultButton: i32, pub cRadioButtons: u32, pub pRadioButtons: *const TASKDIALOG_BUTTON, pub nDefaultRadioButton: i32, pub pszVerificationText: PCWSTR, pub pszExpandedInformation: PCWSTR, pub pszExpandedControlText: PCWSTR, pub pszCollapsedControlText: PCWSTR, pub Anonymous2: TASKDIALOGCONFIG_1, pub pszFooter: PCWSTR, pub pfCallback: PFTASKDIALOGCALLBACK, pub lpCallbackData: isize, pub cxWidth: u32,
}
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"

Fields

cbSize: u32hwndParent: HWNDhInstance: HINSTANCEdwFlags: TASKDIALOG_FLAGSdwCommonButtons: TASKDIALOG_COMMON_BUTTON_FLAGSpszWindowTitle: PCWSTRAnonymous1: TASKDIALOGCONFIG_0pszMainInstruction: PCWSTRpszContent: PCWSTRcButtons: u32pButtons: *const TASKDIALOG_BUTTONnDefaultButton: i32cRadioButtons: u32pRadioButtons: *const TASKDIALOG_BUTTONnDefaultRadioButton: i32pszVerificationText: PCWSTRpszExpandedInformation: PCWSTRpszExpandedControlText: PCWSTRpszCollapsedControlText: PCWSTRAnonymous2: TASKDIALOGCONFIG_1pszFooter: PCWSTRpfCallback: PFTASKDIALOGCALLBACKlpCallbackData: isizecxWidth: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.