Struct windows_sys::Win32::UI::Shell::SHFILEINFOW
[−]#[repr(C)]pub struct SHFILEINFOW {
pub hIcon: HICON,
pub iIcon: i32,
pub dwAttributes: u32,
pub szDisplayName: [u16; 260],
pub szTypeName: [u16; 80],
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_UI_WindowsAndMessaging"
Fields
hIcon: HICON
iIcon: i32
dwAttributes: u32
szDisplayName: [u16; 260]
szTypeName: [u16; 80]
Trait Implementations
impl Clone for SHFILEINFOW
impl Clone for SHFILEINFOW
impl Copy for SHFILEINFOW
Auto Trait Implementations
impl RefUnwindSafe for SHFILEINFOW
impl Send for SHFILEINFOW
impl Sync for SHFILEINFOW
impl Unpin for SHFILEINFOW
impl UnwindSafe for SHFILEINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more