Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::ICONINFOEXW [−][src]
#[repr(C)]pub struct ICONINFOEXW {
pub cbSize: u32,
pub fIcon: BOOL,
pub xHotspot: u32,
pub yHotspot: u32,
pub hbmMask: HBITMAP,
pub hbmColor: HBITMAP,
pub wResID: u16,
pub szModName: [u16; 260],
pub szResName: [u16; 260],
}Fields
cbSize: u32fIcon: BOOLxHotspot: u32yHotspot: u32hbmMask: HBITMAPhbmColor: HBITMAPwResID: u16szModName: [u16; 260]szResName: [u16; 260]Trait Implementations
type Abi = ICONINFOEXW
type Abi = ICONINFOEXW
The abi representation of the implementing type. Read more
type DefaultType = ICONINFOEXW
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ICONINFOEXW
impl Send for ICONINFOEXW
impl Sync for ICONINFOEXW
impl Unpin for ICONINFOEXW
impl UnwindSafe for ICONINFOEXW
Blanket Implementations
Mutably borrows from an owned value. Read more