Struct windows_sys::Win32::UI::Shell::Common::ITEMIDLIST
[−]#[repr(C)]pub struct ITEMIDLIST {
pub mkid: SHITEMID,
}
Expand description
Required features: "Win32_UI_Shell_Common"
Fields
mkid: SHITEMID
Trait Implementations
impl Clone for ITEMIDLIST
impl Clone for ITEMIDLIST
impl Copy for ITEMIDLIST
Auto Trait Implementations
impl RefUnwindSafe for ITEMIDLIST
impl Send for ITEMIDLIST
impl Sync for ITEMIDLIST
impl Unpin for ITEMIDLIST
impl UnwindSafe for ITEMIDLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more