#[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§
Source§impl Abi for SHFILEINFOW
impl Abi for SHFILEINFOW
Source§type Abi = SHFILEINFOW
type Abi = SHFILEINFOW
The abi representation of the implementing type. Read more
type DefaultType = SHFILEINFOW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for SHFILEINFOW
impl Debug for SHFILEINFOW
Source§impl Default for SHFILEINFOW
impl Default for SHFILEINFOW
Source§impl PartialEq for SHFILEINFOW
impl PartialEq for SHFILEINFOW
impl Copy for SHFILEINFOW
impl Eq 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