#[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: u32
§fIcon: BOOL
§xHotspot: u32
§yHotspot: u32
§hbmMask: HBITMAP
§hbmColor: HBITMAP
§wResID: u16
§szModName: [u16; 260]
§szResName: [u16; 260]
Trait Implementations§
Source§impl Abi for ICONINFOEXW
impl Abi for ICONINFOEXW
Source§type Abi = ICONINFOEXW
type Abi = ICONINFOEXW
The abi representation of the implementing type. Read more
type DefaultType = ICONINFOEXW
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 ICONINFOEXW
impl Clone for ICONINFOEXW
Source§fn clone(&self) -> ICONINFOEXW
fn clone(&self) -> ICONINFOEXW
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 ICONINFOEXW
impl Debug for ICONINFOEXW
Source§impl Default for ICONINFOEXW
impl Default for ICONINFOEXW
Source§impl PartialEq for ICONINFOEXW
impl PartialEq for ICONINFOEXW
impl Copy for ICONINFOEXW
impl Eq for ICONINFOEXW
Auto Trait Implementations§
impl Freeze for ICONINFOEXW
impl RefUnwindSafe for ICONINFOEXW
impl Send for ICONINFOEXW
impl Sync for ICONINFOEXW
impl Unpin for ICONINFOEXW
impl UnwindSafe for ICONINFOEXW
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