#[repr(C)]
pub struct OLEUIPASTESPECIALW {
Show 20 fields pub cbStruct: u32, pub dwFlags: PASTE_SPECIAL_FLAGS, 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: u32§dwFlags: PASTE_SPECIAL_FLAGS§hWndOwner: HWND§lpszCaption: PCWSTR§lpfnHook: LPFNOLEUIHOOK§lCustData: LPARAM§hInstance: HINSTANCE§lpszTemplate: PCWSTR§hResource: HRSRC§lpSrcDataObj: IDataObject§arrPasteEntries: *mut OLEUIPASTEENTRYW§cPasteEntries: i32§arrLinkTypes: *mut u32§cLinkTypes: i32§cClsidExclude: u32§lpClsidExclude: *mut GUID§nSelectedIndex: i32§fLink: BOOL§hMetaPict: isize§sizel: 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.