#[repr(C)]pub struct SHSTOCKICONINFO {
pub cbSize: DWORD,
pub hIcon: HICON,
pub iSysImageIndex: c_int,
pub iIcon: c_int,
pub szPath: [WCHAR; 260],
}
Fields§
§cbSize: DWORD
§hIcon: HICON
§iSysImageIndex: c_int
§iIcon: c_int
§szPath: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for SHSTOCKICONINFO
impl Clone for SHSTOCKICONINFO
Source§fn clone(&self) -> SHSTOCKICONINFO
fn clone(&self) -> SHSTOCKICONINFO
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 Default for SHSTOCKICONINFO
impl Default for SHSTOCKICONINFO
Source§fn default() -> SHSTOCKICONINFO
fn default() -> SHSTOCKICONINFO
Returns the “default value” for a type. Read more
impl Copy for SHSTOCKICONINFO
Auto Trait Implementations§
impl Freeze for SHSTOCKICONINFO
impl RefUnwindSafe for SHSTOCKICONINFO
impl !Send for SHSTOCKICONINFO
impl !Sync for SHSTOCKICONINFO
impl Unpin for SHSTOCKICONINFO
impl UnwindSafe for SHSTOCKICONINFO
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