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 ITEMIDLISTfmt: i32cxChar: i32str: STRRETiImage: i32Trait 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