Struct winapi::shtypes::SHITEMID [] [src]

pub struct SHITEMID {
    pub cb: USHORT,
    pub abID: [BYTE; 0],
}

Fields

cb
abID

Trait Implementations

Derived Implementations

impl Debug for SHITEMID

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

impl Copy for SHITEMID

impl Clone for SHITEMID

fn clone(&self) -> SHITEMID

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