Struct windows_sys::Win32::UI::WindowsAndMessaging::ICONINFO
[−]#[repr(C)]pub struct ICONINFO {
pub fIcon: BOOL,
pub xHotspot: u32,
pub yHotspot: u32,
pub hbmMask: HBITMAP,
pub hbmColor: HBITMAP,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
fIcon: BOOLxHotspot: u32yHotspot: u32hbmMask: HBITMAPhbmColor: HBITMAPTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ICONINFO
impl Send for ICONINFO
impl Sync for ICONINFO
impl Unpin for ICONINFO
impl UnwindSafe for ICONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more