Struct vc6_sys::_SHFILEINFOA
source · #[repr(C, packed(2))]pub struct _SHFILEINFOA {
pub hIcon: HICON,
pub iIcon: c_int,
pub dwAttributes: DWORD,
pub szDisplayName: [CHAR; 260],
pub szTypeName: [CHAR; 80],
}Expand description
Begin SHGetFileInfo
Fields§
§hIcon: HICON§iIcon: c_int§dwAttributes: DWORD§szDisplayName: [CHAR; 260]§szTypeName: [CHAR; 80]Trait Implementations§
source§impl Clone for _SHFILEINFOA
impl Clone for _SHFILEINFOA
source§fn clone(&self) -> _SHFILEINFOA
fn clone(&self) -> _SHFILEINFOA
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 _SHFILEINFOA
impl Debug for _SHFILEINFOA
impl Copy for _SHFILEINFOA
Auto Trait Implementations§
impl RefUnwindSafe for _SHFILEINFOA
impl !Send for _SHFILEINFOA
impl !Sync for _SHFILEINFOA
impl Unpin for _SHFILEINFOA
impl UnwindSafe for _SHFILEINFOA
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