Enum winapi::minwinbase::FINDEX_SEARCH_OPS [] [src]

pub enum FINDEX_SEARCH_OPS {
    FindExSearchNameMatch,
    FindExSearchLimitToDirectories,
    FindExSearchLimitToDevices,
    FindExSearchMaxSearchOp,
}

Variants

FindExSearchNameMatch
FindExSearchLimitToDirectories
FindExSearchLimitToDevices
FindExSearchMaxSearchOp

Trait Implementations

Derived Implementations

impl Debug for FINDEX_SEARCH_OPS

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

impl Copy for FINDEX_SEARCH_OPS

impl Clone for FINDEX_SEARCH_OPS

fn clone(&self) -> FINDEX_SEARCH_OPS

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