Skip to main content

IFileSystemEnumerableIterator_1Methods

Trait IFileSystemEnumerableIterator_1Methods 

Source
pub trait IFileSystemEnumerableIterator_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(
        self,
        path: Il2CppString,
        original_user_path: Il2CppString,
        search_pattern: Il2CppString,
        search_option: SearchOption,
        result_handler: SearchResultHandler_1<T0>,
        check_host: bool,
    )
       where Self: Sized { ... }
    fn common_init(self)
       where Self: Sized { ... }
    fn ctor_2(
        self,
        full_path: Il2CppString,
        normalized_search_path: Il2CppString,
        search_criteria: Il2CppString,
        user_path: Il2CppString,
        search_option: SearchOption,
        result_handler: SearchResultHandler_1<T0>,
        check_host: bool,
    )
       where Self: Sized { ... }
    fn clone(self) -> Iterator_1<T0>
       where Self: Sized { ... }
    fn dispose(self, disposing: bool)
       where Self: Sized { ... }
    fn move_next(self) -> bool
       where Self: Sized { ... }
    fn handle_error(self, hr: i32, path: Il2CppString)
       where Self: Sized { ... }
    fn add_searchable_dirs_to_stack(
        self,
        local_search_data: Directory_SearchData,
    )
       where Self: Sized { ... }
    fn do_demand(self, full_path_to_demand: Il2CppString)
       where Self: Sized { ... }
    fn normalize_search_pattern(search_pattern: Il2CppString) -> Il2CppString { ... }
    fn get_normalized_search_criteria(
        full_search_string: Il2CppString,
        full_path_mod: Il2CppString,
    ) -> Il2CppString { ... }
    fn get_full_search_string(
        full_path: Il2CppString,
        search_pattern: Il2CppString,
    ) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, path: Il2CppString, original_user_path: Il2CppString, search_pattern: Il2CppString, search_option: SearchOption, result_handler: SearchResultHandler_1<T0>, check_host: bool, )
where Self: Sized,

Source

fn common_init(self)
where Self: Sized,

Source

fn ctor_2( self, full_path: Il2CppString, normalized_search_path: Il2CppString, search_criteria: Il2CppString, user_path: Il2CppString, search_option: SearchOption, result_handler: SearchResultHandler_1<T0>, check_host: bool, )
where Self: Sized,

Source

fn clone(self) -> Iterator_1<T0>
where Self: Sized,

Source

fn dispose(self, disposing: bool)
where Self: Sized,

Source

fn move_next(self) -> bool
where Self: Sized,

Source

fn handle_error(self, hr: i32, path: Il2CppString)
where Self: Sized,

Source

fn add_searchable_dirs_to_stack(self, local_search_data: Directory_SearchData)
where Self: Sized,

Source

fn do_demand(self, full_path_to_demand: Il2CppString)
where Self: Sized,

Source

fn normalize_search_pattern(search_pattern: Il2CppString) -> Il2CppString

Source

fn get_normalized_search_criteria( full_search_string: Il2CppString, full_path_mod: Il2CppString, ) -> Il2CppString

Source

fn get_full_search_string( full_path: Il2CppString, search_pattern: Il2CppString, ) -> Il2CppString

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§