Struct SHSTOCKICONINFO
#[repr(C)]pub struct SHSTOCKICONINFO {
pub cbSize: u32,
pub hIcon: HICON,
pub iSysImageIndex: i32,
pub iIcon: i32,
pub szPath: [u16; 260],
}
Fields§
§cbSize: u32
§hIcon: HICON
§iSysImageIndex: i32
§iIcon: i32
§szPath: [u16; 260]
Trait Implementations§
§impl Clone for SHSTOCKICONINFO
impl Clone for SHSTOCKICONINFO
§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 moreimpl 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