Struct windows_sys::Win32::UI::Shell::DETAILSINFO
[−]#[repr(C)]pub struct DETAILSINFO {
pub pidl: *mut ITEMIDLIST,
pub fmt: i32,
pub cxChar: i32,
pub str: STRRET,
pub iImage: i32,
}
Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_UI_Shell_Common’
Fields
pidl: *mut ITEMIDLIST
fmt: i32
cxChar: i32
str: STRRET
iImage: i32
Trait Implementations
impl Clone for DETAILSINFO
impl Clone for DETAILSINFO
impl Copy for DETAILSINFO
Auto Trait Implementations
impl RefUnwindSafe for DETAILSINFO
impl !Send for DETAILSINFO
impl !Sync for DETAILSINFO
impl Unpin for DETAILSINFO
impl UnwindSafe for DETAILSINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more