#[repr(C)]pub struct OLEUICHANGEICONW {Show 13 fields
pub cbStruct: u32,
pub dwFlags: u32,
pub hWndOwner: HWND,
pub lpszCaption: PWSTR,
pub lpfnHook: Option<LPFNOLEUIHOOK>,
pub lCustData: LPARAM,
pub hInstance: HINSTANCE,
pub lpszTemplate: PWSTR,
pub hResource: HRSRC,
pub hMetaPict: isize,
pub clsid: Guid,
pub szIconExe: [u16; 260],
pub cchIconExe: i32,
}Fields§
§cbStruct: u32§dwFlags: u32§hWndOwner: HWND§lpszCaption: PWSTR§lpfnHook: Option<LPFNOLEUIHOOK>§lCustData: LPARAM§hInstance: HINSTANCE§lpszTemplate: PWSTR§hResource: HRSRC§hMetaPict: isize§clsid: Guid§szIconExe: [u16; 260]§cchIconExe: i32Trait Implementations§
Source§impl Abi for OLEUICHANGEICONW
impl Abi for OLEUICHANGEICONW
Source§type Abi = OLEUICHANGEICONW
type Abi = OLEUICHANGEICONW
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for OLEUICHANGEICONW
impl Clone for OLEUICHANGEICONW
Source§fn clone(&self) -> OLEUICHANGEICONW
fn clone(&self) -> OLEUICHANGEICONW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OLEUICHANGEICONW
impl Debug for OLEUICHANGEICONW
Source§impl Default for OLEUICHANGEICONW
impl Default for OLEUICHANGEICONW
Source§impl PartialEq for OLEUICHANGEICONW
impl PartialEq for OLEUICHANGEICONW
impl Copy for OLEUICHANGEICONW
impl Eq for OLEUICHANGEICONW
Auto Trait Implementations§
impl Freeze for OLEUICHANGEICONW
impl RefUnwindSafe for OLEUICHANGEICONW
impl !Send for OLEUICHANGEICONW
impl !Sync for OLEUICHANGEICONW
impl Unpin for OLEUICHANGEICONW
impl UnwindSafe for OLEUICHANGEICONW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more