Struct SHFILEINFOW
#[repr(C)]pub struct SHFILEINFOW {
pub hIcon: HICON,
pub iIcon: i32,
pub dwAttributes: u32,
pub szDisplayName: [u16; 260],
pub szTypeName: [u16; 80],
}Fields§
§hIcon: HICON§iIcon: i32§dwAttributes: u32§szDisplayName: [u16; 260]§szTypeName: [u16; 80]Trait Implementations§
§impl Clone for SHFILEINFOW
impl Clone for SHFILEINFOW
§fn clone(&self) -> SHFILEINFOW
fn clone(&self) -> SHFILEINFOW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for SHFILEINFOW
Available on crate feature Win32_UI_WindowsAndMessaging and (AArch64 or ARM64EC or x86-64) only.
impl Default for SHFILEINFOW
Available on crate feature
Win32_UI_WindowsAndMessaging and (AArch64 or ARM64EC or x86-64) only.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 UnsafeUnpin 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