#[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 Debug for _SHFILEINFOA
impl Debug for _SHFILEINFOA
Source§impl Ord for _SHFILEINFOA
impl Ord for _SHFILEINFOA
Source§fn cmp(&self, other: &_SHFILEINFOA) -> Ordering
fn cmp(&self, other: &_SHFILEINFOA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SHFILEINFOA
impl PartialEq for _SHFILEINFOA
Source§impl PartialOrd for _SHFILEINFOA
impl PartialOrd for _SHFILEINFOA
impl Copy for _SHFILEINFOA
impl Eq for _SHFILEINFOA
impl StructuralPartialEq 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