Struct winapi::shtypes::ITEMIDLIST [] [src]

pub struct ITEMIDLIST {
    pub mkid: SHITEMID,
}

Fields

mkid

Trait Implementations

Derived Implementations

impl Debug for ITEMIDLIST

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for ITEMIDLIST

impl Clone for ITEMIDLIST

fn clone(&self) -> ITEMIDLIST

fn clone_from(&mut self, source: &Self)