#[repr(C)]
pub struct OLEUIPASTESPECIALW {
Show 20 fields pub cbStruct: u32, pub dwFlags: u32, pub hWndOwner: HWND, pub lpszCaption: PCWSTR, pub lpfnHook: LPFNOLEUIHOOK, pub lCustData: LPARAM, pub hInstance: HINSTANCE, pub lpszTemplate: PCWSTR, pub hResource: HRSRC, pub lpSrcDataObj: IDataObject, pub arrPasteEntries: *mut OLEUIPASTEENTRYW, pub cPasteEntries: i32, pub arrLinkTypes: *mut u32, pub cLinkTypes: i32, pub cClsidExclude: u32, pub lpClsidExclude: *mut GUID, pub nSelectedIndex: i32, pub fLink: BOOL, pub hMetaPict: isize, pub sizel: SIZE,
}
Expand description

Required features: "Win32_System_Ole", "Win32_Foundation", "Win32_System_Com"

Fields

cbStruct: u32dwFlags: u32hWndOwner: HWNDlpszCaption: PCWSTRlpfnHook: LPFNOLEUIHOOKlCustData: LPARAMhInstance: HINSTANCElpszTemplate: PCWSTRhResource: HRSRClpSrcDataObj: IDataObjectarrPasteEntries: *mut OLEUIPASTEENTRYWcPasteEntries: i32arrLinkTypes: *mut u32cLinkTypes: i32cClsidExclude: u32lpClsidExclude: *mut GUIDnSelectedIndex: i32fLink: BOOLhMetaPict: isizesizel: SIZE

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.