Enum winapi::minwinbase::FINDEX_INFO_LEVELS [] [src]

pub enum FINDEX_INFO_LEVELS {
    FindExInfoStandard,
    FindExInfoBasic,
    FindExInfoMaxInfoLevel,
}

Variants

FindExInfoStandard
FindExInfoBasic
FindExInfoMaxInfoLevel

Trait Implementations

Derived Implementations

impl Debug for FINDEX_INFO_LEVELS

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

impl Copy for FINDEX_INFO_LEVELS

impl Clone for FINDEX_INFO_LEVELS

fn clone(&self) -> FINDEX_INFO_LEVELS

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