Enum winapi::shobjidl::SIGDN [] [src]

pub enum SIGDN {
    NORMALDISPLAY,
    PARENTRELATIVEPARSING,
    DESKTOPABSOLUTEPARSING,
    PARENTRELATIVEEDITING,
    DESKTOPABSOLUTEEDITING,
    FILESYSPATH,
    URL,
    PARENTRELATIVEFORADDRESSBAR,
    PARENTRELATIVE,
    PARENTRELATIVEFORUI,
}

Variants

NORMALDISPLAY
PARENTRELATIVEPARSING
DESKTOPABSOLUTEPARSING
PARENTRELATIVEEDITING
DESKTOPABSOLUTEEDITING
FILESYSPATH
URL
PARENTRELATIVEFORADDRESSBAR
PARENTRELATIVE
PARENTRELATIVEFORUI

Trait Implementations

Derived Implementations

impl Debug for SIGDN

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

impl Copy for SIGDN

impl Clone for SIGDN

fn clone(&self) -> SIGDN

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