Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::ICONINFOEXA [−][src]
#[repr(C)]pub struct ICONINFOEXA {
pub cbSize: u32,
pub fIcon: BOOL,
pub xHotspot: u32,
pub yHotspot: u32,
pub hbmMask: HBITMAP,
pub hbmColor: HBITMAP,
pub wResID: u16,
pub szModName: [CHAR; 260],
pub szResName: [CHAR; 260],
}Fields
cbSize: u32fIcon: BOOLxHotspot: u32yHotspot: u32hbmMask: HBITMAPhbmColor: HBITMAPwResID: u16szModName: [CHAR; 260]szResName: [CHAR; 260]Trait Implementations
type Abi = ICONINFOEXA
type Abi = ICONINFOEXA
The abi representation of the implementing type. Read more
type DefaultType = ICONINFOEXA
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 ICONINFOEXA
impl Send for ICONINFOEXA
impl Sync for ICONINFOEXA
impl Unpin for ICONINFOEXA
impl UnwindSafe for ICONINFOEXA
Blanket Implementations
Mutably borrows from an owned value. Read more