Struct winsafe::TASKDIALOGCONFIG[][src]

#[repr(C, packed)]
pub struct TASKDIALOGCONFIG<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j> { pub hwndParent: HWND, pub hInstance: HINSTANCE, pub dwFlags: TDF, pub dwCommonButtons: TDCBF, pub nDefaultButton: i32, pub nDefaultRadioButton: i32, pub pfCallback: Option<PFTASKDIALOGCALLBACK>, pub lpCallbackData: isize, pub cxWidth: u32, // some fields omitted }
Expand description

Fields

hwndParent: HWNDhInstance: HINSTANCEdwFlags: TDFdwCommonButtons: TDCBFnDefaultButton: i32nDefaultRadioButton: i32pfCallback: Option<PFTASKDIALOGCALLBACK>lpCallbackData: isizecxWidth: u32

Implementations

Returns the string field, if any.

Sets the string field.

Returns the pszMainIcon field.

Sets the pszMainIcon field.

Returns the string field, if any.

Sets the string field.

Returns the string field, if any.

Sets the string field.

Returns the array field.

Sets the array field.

Returns the array field.

Sets the array field.

Returns the string field, if any.

Sets the string field.

Returns the string field, if any.

Sets the string field.

Returns the string field, if any.

Sets the string field.

Returns the string field, if any.

Sets the string field.

Returns the pszFooterIcon field.

Sets the pszFooterIcon field.

Returns the string field, if any.

Sets the string field.

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.