#[repr(C)]pub struct _ICONINFOEXA {
pub cbSize: DWORD,
pub fIcon: BOOL,
pub xHotspot: DWORD,
pub yHotspot: DWORD,
pub hbmMask: HBITMAP,
pub hbmColor: HBITMAP,
pub wResID: WORD,
pub szModName: [CHAR; 260],
pub szResName: [CHAR; 260],
}
Fields§
§cbSize: DWORD
§fIcon: BOOL
§xHotspot: DWORD
§yHotspot: DWORD
§hbmMask: HBITMAP
§hbmColor: HBITMAP
§wResID: WORD
§szModName: [CHAR; 260]
§szResName: [CHAR; 260]
Trait Implementations§
Source§impl Clone for _ICONINFOEXA
impl Clone for _ICONINFOEXA
Source§fn clone(&self) -> _ICONINFOEXA
fn clone(&self) -> _ICONINFOEXA
Returns a copy 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 _ICONINFOEXA
impl Debug for _ICONINFOEXA
Source§impl Ord for _ICONINFOEXA
impl Ord for _ICONINFOEXA
Source§fn cmp(&self, other: &_ICONINFOEXA) -> Ordering
fn cmp(&self, other: &_ICONINFOEXA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ICONINFOEXA
impl PartialEq for _ICONINFOEXA
Source§impl PartialOrd for _ICONINFOEXA
impl PartialOrd for _ICONINFOEXA
impl Copy for _ICONINFOEXA
impl Eq for _ICONINFOEXA
impl StructuralPartialEq for _ICONINFOEXA
Auto Trait Implementations§
impl Freeze for _ICONINFOEXA
impl RefUnwindSafe for _ICONINFOEXA
impl !Send for _ICONINFOEXA
impl !Sync for _ICONINFOEXA
impl Unpin for _ICONINFOEXA
impl UnwindSafe for _ICONINFOEXA
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