#[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: u32§fIcon: BOOL§xHotspot: u32§yHotspot: u32§hbmMask: HBITMAP§hbmColor: HBITMAP§wResID: u16§szModName: [CHAR; 260]§szResName: [CHAR; 260]Trait Implementations§
Source§impl Abi for ICONINFOEXA
impl Abi for ICONINFOEXA
Source§type Abi = ICONINFOEXA
type Abi = ICONINFOEXA
The abi representation of the implementing type. Read more
type DefaultType = ICONINFOEXA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ICONINFOEXA
impl Clone for ICONINFOEXA
Source§fn clone(&self) -> ICONINFOEXA
fn clone(&self) -> ICONINFOEXA
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 ICONINFOEXA
impl Debug for ICONINFOEXA
Source§impl Default for ICONINFOEXA
impl Default for ICONINFOEXA
Source§impl PartialEq for ICONINFOEXA
impl PartialEq for ICONINFOEXA
impl Copy for ICONINFOEXA
impl Eq 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