#[repr(C)]
pub struct OLEUIINSERTOBJECTA {
Show 22 fields pub cbStruct: u32, pub dwFlags: INSERT_OBJECT_FLAGS, pub hWndOwner: HWND, pub lpszCaption: PCSTR, pub lpfnHook: LPFNOLEUIHOOK, pub lCustData: LPARAM, pub hInstance: HINSTANCE, pub lpszTemplate: PCSTR, pub hResource: HRSRC, pub clsid: GUID, pub lpszFile: PSTR, pub cchFile: u32, pub cClsidExclude: u32, pub lpClsidExclude: *mut GUID, pub iid: GUID, pub oleRender: u32, pub lpFormatEtc: *mut FORMATETC, pub lpIOleClientSite: IOleClientSite, pub lpIStorage: IStorage, pub ppvObj: *mut *mut c_void, pub sc: i32, pub hMetaPict: isize,
}
Expand description

Required features: "Win32_System_Ole", "Win32_Foundation", "Win32_System_Com_StructuredStorage"

Fields§

§cbStruct: u32§dwFlags: INSERT_OBJECT_FLAGS§hWndOwner: HWND§lpszCaption: PCSTR§lpfnHook: LPFNOLEUIHOOK§lCustData: LPARAM§hInstance: HINSTANCE§lpszTemplate: PCSTR§hResource: HRSRC§clsid: GUID§lpszFile: PSTR§cchFile: u32§cClsidExclude: u32§lpClsidExclude: *mut GUID§iid: GUID§oleRender: u32§lpFormatEtc: *mut FORMATETC§lpIOleClientSite: IOleClientSite§lpIStorage: IStorage§ppvObj: *mut *mut c_void§sc: i32§hMetaPict: isize

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.