Enum winapi::shobjidl::SICHINTF [] [src]

pub enum SICHINTF {
    DISPLAY,
    ALLFIELDS,
    CANONICAL,
    TEST_FILESYSPATH_IF_NOT_EQUAL,
}

Variants

DISPLAYALLFIELDSCANONICALTEST_FILESYSPATH_IF_NOT_EQUAL

Trait Implementations

impl Debug for SICHINTF
[src]

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

Formats the value using the given formatter.

impl Copy for SICHINTF
[src]

impl Clone for SICHINTF
[src]

fn clone(&self) -> SICHINTF

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more