#[repr(C)]pub struct SHFILEINFOA {
pub hIcon: HICON,
pub iIcon: c_int,
pub dwAttributes: DWORD,
pub szDisplayName: [CHAR; 260],
pub szTypeName: [CHAR; 80],
}
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 Default for SHFILEINFOA
impl Default for SHFILEINFOA
Source§fn default() -> SHFILEINFOA
fn default() -> SHFILEINFOA
Returns the “default value” for a type. Read more
impl Copy for SHFILEINFOA
Auto Trait Implementations§
impl Freeze for SHFILEINFOA
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