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