fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -0,0 +1,1916 @@
|
|
1
|
+
windows_targets::link!("oleacc.dll" "system" fn AccNotifyTouchInteraction(hwndapp : super::super::Foundation:: HWND, hwndtarget : super::super::Foundation:: HWND, pttarget : super::super::Foundation:: POINT) -> windows_sys::core::HRESULT);
|
2
|
+
windows_targets::link!("oleacc.dll" "system" fn AccSetRunningUtilityState(hwndapp : super::super::Foundation:: HWND, dwutilitystatemask : u32, dwutilitystate : ACC_UTILITY_STATE_FLAGS) -> windows_sys::core::HRESULT);
|
3
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
4
|
+
windows_targets::link!("oleacc.dll" "system" fn AccessibleChildren(pacccontainer : * mut core::ffi::c_void, ichildstart : i32, cchildren : i32, rgvarchildren : *mut super::super::System::Variant:: VARIANT, pcobtained : *mut i32) -> windows_sys::core::HRESULT);
|
5
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
6
|
+
windows_targets::link!("oleacc.dll" "system" fn AccessibleObjectFromEvent(hwnd : super::super::Foundation:: HWND, dwid : u32, dwchildid : u32, ppacc : *mut * mut core::ffi::c_void, pvarchild : *mut super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
7
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
8
|
+
windows_targets::link!("oleacc.dll" "system" fn AccessibleObjectFromPoint(ptscreen : super::super::Foundation:: POINT, ppacc : *mut * mut core::ffi::c_void, pvarchild : *mut super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
9
|
+
windows_targets::link!("oleacc.dll" "system" fn AccessibleObjectFromWindow(hwnd : super::super::Foundation:: HWND, dwid : u32, riid : *const windows_sys::core::GUID, ppvobject : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
10
|
+
windows_targets::link!("oleacc.dll" "system" fn CreateStdAccessibleObject(hwnd : super::super::Foundation:: HWND, idobject : i32, riid : *const windows_sys::core::GUID, ppvobject : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
11
|
+
windows_targets::link!("oleacc.dll" "system" fn CreateStdAccessibleProxyA(hwnd : super::super::Foundation:: HWND, pclassname : windows_sys::core::PCSTR, idobject : i32, riid : *const windows_sys::core::GUID, ppvobject : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
12
|
+
windows_targets::link!("oleacc.dll" "system" fn CreateStdAccessibleProxyW(hwnd : super::super::Foundation:: HWND, pclassname : windows_sys::core::PCWSTR, idobject : i32, riid : *const windows_sys::core::GUID, ppvobject : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
13
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn DockPattern_SetDockPosition(hobj : HUIAPATTERNOBJECT, dockposition : DockPosition) -> windows_sys::core::HRESULT);
|
14
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ExpandCollapsePattern_Collapse(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
15
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ExpandCollapsePattern_Expand(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
16
|
+
windows_targets::link!("oleacc.dll" "system" fn GetOleaccVersionInfo(pver : *mut u32, pbuild : *mut u32));
|
17
|
+
windows_targets::link!("oleacc.dll" "system" fn GetRoleTextA(lrole : u32, lpszrole : windows_sys::core::PSTR, cchrolemax : u32) -> u32);
|
18
|
+
windows_targets::link!("oleacc.dll" "system" fn GetRoleTextW(lrole : u32, lpszrole : windows_sys::core::PWSTR, cchrolemax : u32) -> u32);
|
19
|
+
windows_targets::link!("oleacc.dll" "system" fn GetStateTextA(lstatebit : u32, lpszstate : windows_sys::core::PSTR, cchstate : u32) -> u32);
|
20
|
+
windows_targets::link!("oleacc.dll" "system" fn GetStateTextW(lstatebit : u32, lpszstate : windows_sys::core::PWSTR, cchstate : u32) -> u32);
|
21
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn GridPattern_GetItem(hobj : HUIAPATTERNOBJECT, row : i32, column : i32, presult : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
22
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn InvokePattern_Invoke(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
23
|
+
windows_targets::link!("user32.dll" "system" fn IsWinEventHookInstalled(event : u32) -> windows_sys::core::BOOL);
|
24
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
25
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ItemContainerPattern_FindItemByProperty(hobj : HUIAPATTERNOBJECT, hnodestartafter : HUIANODE, propertyid : i32, value : super::super::System::Variant:: VARIANT, pfound : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
26
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn LegacyIAccessiblePattern_DoDefaultAction(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
27
|
+
#[cfg(feature = "Win32_System_Com")]
|
28
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn LegacyIAccessiblePattern_GetIAccessible(hobj : HUIAPATTERNOBJECT, paccessible : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
29
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn LegacyIAccessiblePattern_Select(hobj : HUIAPATTERNOBJECT, flagsselect : i32) -> windows_sys::core::HRESULT);
|
30
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn LegacyIAccessiblePattern_SetValue(hobj : HUIAPATTERNOBJECT, szvalue : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
31
|
+
windows_targets::link!("oleacc.dll" "system" fn LresultFromObject(riid : *const windows_sys::core::GUID, wparam : super::super::Foundation:: WPARAM, punk : * mut core::ffi::c_void) -> super::super::Foundation:: LRESULT);
|
32
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn MultipleViewPattern_GetViewName(hobj : HUIAPATTERNOBJECT, viewid : i32, ppstr : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
33
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn MultipleViewPattern_SetCurrentView(hobj : HUIAPATTERNOBJECT, viewid : i32) -> windows_sys::core::HRESULT);
|
34
|
+
windows_targets::link!("user32.dll" "system" fn NotifyWinEvent(event : u32, hwnd : super::super::Foundation:: HWND, idobject : i32, idchild : i32));
|
35
|
+
windows_targets::link!("oleacc.dll" "system" fn ObjectFromLresult(lresult : super::super::Foundation:: LRESULT, riid : *const windows_sys::core::GUID, wparam : super::super::Foundation:: WPARAM, ppvobject : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
36
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn RangeValuePattern_SetValue(hobj : HUIAPATTERNOBJECT, val : f64) -> windows_sys::core::HRESULT);
|
37
|
+
#[cfg(feature = "Win32_UI_WindowsAndMessaging")]
|
38
|
+
windows_targets::link!("user32.dll" "system" fn RegisterPointerInputTarget(hwnd : super::super::Foundation:: HWND, pointertype : super::WindowsAndMessaging:: POINTER_INPUT_TYPE) -> windows_sys::core::BOOL);
|
39
|
+
#[cfg(feature = "Win32_UI_WindowsAndMessaging")]
|
40
|
+
windows_targets::link!("user32.dll" "system" fn RegisterPointerInputTargetEx(hwnd : super::super::Foundation:: HWND, pointertype : super::WindowsAndMessaging:: POINTER_INPUT_TYPE, fobserve : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
41
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ScrollItemPattern_ScrollIntoView(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
42
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ScrollPattern_Scroll(hobj : HUIAPATTERNOBJECT, horizontalamount : ScrollAmount, verticalamount : ScrollAmount) -> windows_sys::core::HRESULT);
|
43
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ScrollPattern_SetScrollPercent(hobj : HUIAPATTERNOBJECT, horizontalpercent : f64, verticalpercent : f64) -> windows_sys::core::HRESULT);
|
44
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn SelectionItemPattern_AddToSelection(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
45
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn SelectionItemPattern_RemoveFromSelection(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
46
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn SelectionItemPattern_Select(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
47
|
+
windows_targets::link!("user32.dll" "system" fn SetWinEventHook(eventmin : u32, eventmax : u32, hmodwineventproc : super::super::Foundation:: HMODULE, pfnwineventproc : WINEVENTPROC, idprocess : u32, idthread : u32, dwflags : u32) -> HWINEVENTHOOK);
|
48
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn SynchronizedInputPattern_Cancel(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
49
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn SynchronizedInputPattern_StartListening(hobj : HUIAPATTERNOBJECT, inputtype : SynchronizedInputType) -> windows_sys::core::HRESULT);
|
50
|
+
#[cfg(feature = "Win32_System_Com")]
|
51
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_GetSelection(hobj : HUIAPATTERNOBJECT, pretval : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
52
|
+
#[cfg(feature = "Win32_System_Com")]
|
53
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_GetVisibleRanges(hobj : HUIAPATTERNOBJECT, pretval : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
54
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_RangeFromChild(hobj : HUIAPATTERNOBJECT, hnodechild : HUIANODE, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
55
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_RangeFromPoint(hobj : HUIAPATTERNOBJECT, point : UiaPoint, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
56
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_get_DocumentRange(hobj : HUIAPATTERNOBJECT, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
57
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextPattern_get_SupportedTextSelection(hobj : HUIAPATTERNOBJECT, pretval : *mut SupportedTextSelection) -> windows_sys::core::HRESULT);
|
58
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_AddToSelection(hobj : HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
59
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_Clone(hobj : HUIATEXTRANGE, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
60
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_Compare(hobj : HUIATEXTRANGE, range : HUIATEXTRANGE, pretval : *mut windows_sys::core::BOOL) -> windows_sys::core::HRESULT);
|
61
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_CompareEndpoints(hobj : HUIATEXTRANGE, endpoint : TextPatternRangeEndpoint, targetrange : HUIATEXTRANGE, targetendpoint : TextPatternRangeEndpoint, pretval : *mut i32) -> windows_sys::core::HRESULT);
|
62
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_ExpandToEnclosingUnit(hobj : HUIATEXTRANGE, unit : TextUnit) -> windows_sys::core::HRESULT);
|
63
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
64
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_FindAttribute(hobj : HUIATEXTRANGE, attributeid : i32, val : super::super::System::Variant:: VARIANT, backward : windows_sys::core::BOOL, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
65
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_FindText(hobj : HUIATEXTRANGE, text : windows_sys::core::BSTR, backward : windows_sys::core::BOOL, ignorecase : windows_sys::core::BOOL, pretval : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
66
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
67
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_GetAttributeValue(hobj : HUIATEXTRANGE, attributeid : i32, pretval : *mut super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
68
|
+
#[cfg(feature = "Win32_System_Com")]
|
69
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_GetBoundingRectangles(hobj : HUIATEXTRANGE, pretval : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
70
|
+
#[cfg(feature = "Win32_System_Com")]
|
71
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_GetChildren(hobj : HUIATEXTRANGE, pretval : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
72
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_GetEnclosingElement(hobj : HUIATEXTRANGE, pretval : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
73
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_GetText(hobj : HUIATEXTRANGE, maxlength : i32, pretval : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
74
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_Move(hobj : HUIATEXTRANGE, unit : TextUnit, count : i32, pretval : *mut i32) -> windows_sys::core::HRESULT);
|
75
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_MoveEndpointByRange(hobj : HUIATEXTRANGE, endpoint : TextPatternRangeEndpoint, targetrange : HUIATEXTRANGE, targetendpoint : TextPatternRangeEndpoint) -> windows_sys::core::HRESULT);
|
76
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_MoveEndpointByUnit(hobj : HUIATEXTRANGE, endpoint : TextPatternRangeEndpoint, unit : TextUnit, count : i32, pretval : *mut i32) -> windows_sys::core::HRESULT);
|
77
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_RemoveFromSelection(hobj : HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
78
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_ScrollIntoView(hobj : HUIATEXTRANGE, aligntotop : windows_sys::core::BOOL) -> windows_sys::core::HRESULT);
|
79
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TextRange_Select(hobj : HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
80
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TogglePattern_Toggle(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
81
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TransformPattern_Move(hobj : HUIAPATTERNOBJECT, x : f64, y : f64) -> windows_sys::core::HRESULT);
|
82
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TransformPattern_Resize(hobj : HUIAPATTERNOBJECT, width : f64, height : f64) -> windows_sys::core::HRESULT);
|
83
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn TransformPattern_Rotate(hobj : HUIAPATTERNOBJECT, degrees : f64) -> windows_sys::core::HRESULT);
|
84
|
+
#[cfg(feature = "Win32_System_Com")]
|
85
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaAddEvent(hnode : HUIANODE, eventid : i32, pcallback : *mut UiaEventCallback, scope : TreeScope, pproperties : *mut i32, cproperties : i32, prequest : *mut UiaCacheRequest, phevent : *mut HUIAEVENT) -> windows_sys::core::HRESULT);
|
86
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaClientsAreListening() -> windows_sys::core::BOOL);
|
87
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaDisconnectAllProviders() -> windows_sys::core::HRESULT);
|
88
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaDisconnectProvider(pprovider : * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
89
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaEventAddWindow(hevent : HUIAEVENT, hwnd : super::super::Foundation:: HWND) -> windows_sys::core::HRESULT);
|
90
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaEventRemoveWindow(hevent : HUIAEVENT, hwnd : super::super::Foundation:: HWND) -> windows_sys::core::HRESULT);
|
91
|
+
#[cfg(feature = "Win32_System_Com")]
|
92
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaFind(hnode : HUIANODE, pparams : *mut UiaFindParams, prequest : *mut UiaCacheRequest, pprequesteddata : *mut *mut super::super::System::Com:: SAFEARRAY, ppoffsets : *mut *mut super::super::System::Com:: SAFEARRAY, pptreestructures : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
93
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetErrorDescription(pdescription : *mut windows_sys::core::BSTR) -> windows_sys::core::BOOL);
|
94
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetPatternProvider(hnode : HUIANODE, patternid : i32, phobj : *mut HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
95
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
96
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetPropertyValue(hnode : HUIANODE, propertyid : i32, pvalue : *mut super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
97
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetReservedMixedAttributeValue(punkmixedattributevalue : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
98
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetReservedNotSupportedValue(punknotsupportedvalue : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
99
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetRootNode(phnode : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
100
|
+
#[cfg(feature = "Win32_System_Com")]
|
101
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetRuntimeId(hnode : HUIANODE, pruntimeid : *mut *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
102
|
+
#[cfg(feature = "Win32_System_Com")]
|
103
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaGetUpdatedCache(hnode : HUIANODE, prequest : *mut UiaCacheRequest, normalizestate : NormalizeState, pnormalizecondition : *mut UiaCondition, pprequesteddata : *mut *mut super::super::System::Com:: SAFEARRAY, pptreestructure : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
104
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
105
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaHPatternObjectFromVariant(pvar : *mut super::super::System::Variant:: VARIANT, phobj : *mut HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
106
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
107
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaHTextRangeFromVariant(pvar : *mut super::super::System::Variant:: VARIANT, phtextrange : *mut HUIATEXTRANGE) -> windows_sys::core::HRESULT);
|
108
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
109
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaHUiaNodeFromVariant(pvar : *mut super::super::System::Variant:: VARIANT, phnode : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
110
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaHasServerSideProvider(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
111
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaHostProviderFromHwnd(hwnd : super::super::Foundation:: HWND, ppprovider : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
112
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
113
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaIAccessibleFromProvider(pprovider : * mut core::ffi::c_void, dwflags : u32, ppaccessible : *mut * mut core::ffi::c_void, pvarchild : *mut super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
114
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaLookupId(r#type : AutomationIdentifierType, pguid : *const windows_sys::core::GUID) -> i32);
|
115
|
+
#[cfg(feature = "Win32_System_Com")]
|
116
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNavigate(hnode : HUIANODE, direction : NavigateDirection, pcondition : *mut UiaCondition, prequest : *mut UiaCacheRequest, pprequesteddata : *mut *mut super::super::System::Com:: SAFEARRAY, pptreestructure : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
117
|
+
#[cfg(feature = "Win32_System_Com")]
|
118
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNodeFromFocus(prequest : *mut UiaCacheRequest, pprequesteddata : *mut *mut super::super::System::Com:: SAFEARRAY, pptreestructure : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
119
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNodeFromHandle(hwnd : super::super::Foundation:: HWND, phnode : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
120
|
+
#[cfg(feature = "Win32_System_Com")]
|
121
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNodeFromPoint(x : f64, y : f64, prequest : *mut UiaCacheRequest, pprequesteddata : *mut *mut super::super::System::Com:: SAFEARRAY, pptreestructure : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
122
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNodeFromProvider(pprovider : * mut core::ffi::c_void, phnode : *mut HUIANODE) -> windows_sys::core::HRESULT);
|
123
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaNodeRelease(hnode : HUIANODE) -> windows_sys::core::BOOL);
|
124
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaPatternRelease(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::BOOL);
|
125
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaProviderForNonClient(hwnd : super::super::Foundation:: HWND, idobject : i32, idchild : i32, ppprovider : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
126
|
+
#[cfg(feature = "Win32_System_Com")]
|
127
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaProviderFromIAccessible(paccessible : * mut core::ffi::c_void, idchild : i32, dwflags : u32, ppprovider : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
128
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseActiveTextPositionChangedEvent(provider : * mut core::ffi::c_void, textrange : * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
129
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseAsyncContentLoadedEvent(pprovider : * mut core::ffi::c_void, asynccontentloadedstate : AsyncContentLoadedState, percentcomplete : f64) -> windows_sys::core::HRESULT);
|
130
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseAutomationEvent(pprovider : * mut core::ffi::c_void, id : UIA_EVENT_ID) -> windows_sys::core::HRESULT);
|
131
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
132
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseAutomationPropertyChangedEvent(pprovider : * mut core::ffi::c_void, id : UIA_PROPERTY_ID, oldvalue : super::super::System::Variant:: VARIANT, newvalue : super::super::System::Variant:: VARIANT) -> windows_sys::core::HRESULT);
|
133
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
134
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseChangesEvent(pprovider : * mut core::ffi::c_void, eventidcount : i32, puiachanges : *mut UiaChangeInfo) -> windows_sys::core::HRESULT);
|
135
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseNotificationEvent(provider : * mut core::ffi::c_void, notificationkind : NotificationKind, notificationprocessing : NotificationProcessing, displaystring : windows_sys::core::BSTR, activityid : windows_sys::core::BSTR) -> windows_sys::core::HRESULT);
|
136
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseStructureChangedEvent(pprovider : * mut core::ffi::c_void, structurechangetype : StructureChangeType, pruntimeid : *mut i32, cruntimeidlen : i32) -> windows_sys::core::HRESULT);
|
137
|
+
#[cfg(feature = "Win32_System_Com")]
|
138
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRaiseTextEditTextChangedEvent(pprovider : * mut core::ffi::c_void, texteditchangetype : TextEditChangeType, pchangeddata : *mut super::super::System::Com:: SAFEARRAY) -> windows_sys::core::HRESULT);
|
139
|
+
#[cfg(feature = "Win32_System_Com")]
|
140
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRegisterProviderCallback(pcallback : *mut UiaProviderCallback));
|
141
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaRemoveEvent(hevent : HUIAEVENT) -> windows_sys::core::HRESULT);
|
142
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaReturnRawElementProvider(hwnd : super::super::Foundation:: HWND, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM, el : * mut core::ffi::c_void) -> super::super::Foundation:: LRESULT);
|
143
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaSetFocus(hnode : HUIANODE) -> windows_sys::core::HRESULT);
|
144
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn UiaTextRangeRelease(hobj : HUIATEXTRANGE) -> windows_sys::core::BOOL);
|
145
|
+
windows_targets::link!("user32.dll" "system" fn UnhookWinEvent(hwineventhook : HWINEVENTHOOK) -> windows_sys::core::BOOL);
|
146
|
+
#[cfg(feature = "Win32_UI_WindowsAndMessaging")]
|
147
|
+
windows_targets::link!("user32.dll" "system" fn UnregisterPointerInputTarget(hwnd : super::super::Foundation:: HWND, pointertype : super::WindowsAndMessaging:: POINTER_INPUT_TYPE) -> windows_sys::core::BOOL);
|
148
|
+
#[cfg(feature = "Win32_UI_WindowsAndMessaging")]
|
149
|
+
windows_targets::link!("user32.dll" "system" fn UnregisterPointerInputTargetEx(hwnd : super::super::Foundation:: HWND, pointertype : super::WindowsAndMessaging:: POINTER_INPUT_TYPE) -> windows_sys::core::BOOL);
|
150
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn ValuePattern_SetValue(hobj : HUIAPATTERNOBJECT, pval : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
151
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn VirtualizedItemPattern_Realize(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
152
|
+
#[cfg(feature = "Win32_System_Com")]
|
153
|
+
windows_targets::link!("oleacc.dll" "system" fn WindowFromAccessibleObject(param0 : * mut core::ffi::c_void, phwnd : *mut super::super::Foundation:: HWND) -> windows_sys::core::HRESULT);
|
154
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn WindowPattern_Close(hobj : HUIAPATTERNOBJECT) -> windows_sys::core::HRESULT);
|
155
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn WindowPattern_SetWindowVisualState(hobj : HUIAPATTERNOBJECT, state : WindowVisualState) -> windows_sys::core::HRESULT);
|
156
|
+
windows_targets::link!("uiautomationcore.dll" "system" fn WindowPattern_WaitForInputIdle(hobj : HUIAPATTERNOBJECT, milliseconds : i32, presult : *mut windows_sys::core::BOOL) -> windows_sys::core::HRESULT);
|
157
|
+
#[repr(C)]
|
158
|
+
#[derive(Clone, Copy, Default)]
|
159
|
+
pub struct ACCESSTIMEOUT {
|
160
|
+
pub cbSize: u32,
|
161
|
+
pub dwFlags: u32,
|
162
|
+
pub iTimeOutMSec: u32,
|
163
|
+
}
|
164
|
+
pub type ACC_UTILITY_STATE_FLAGS = u32;
|
165
|
+
pub const ANNO_CONTAINER: AnnoScope = 1i32;
|
166
|
+
pub const ANNO_THIS: AnnoScope = 0i32;
|
167
|
+
pub const ANRUS_ON_SCREEN_KEYBOARD_ACTIVE: ACC_UTILITY_STATE_FLAGS = 1u32;
|
168
|
+
pub const ANRUS_PRIORITY_AUDIO_ACTIVE: ACC_UTILITY_STATE_FLAGS = 4u32;
|
169
|
+
pub const ANRUS_PRIORITY_AUDIO_ACTIVE_NODUCK: ACC_UTILITY_STATE_FLAGS = 8u32;
|
170
|
+
pub const ANRUS_PRIORITY_AUDIO_DYNAMIC_DUCK: u32 = 16u32;
|
171
|
+
pub const ANRUS_TOUCH_MODIFICATION_ACTIVE: ACC_UTILITY_STATE_FLAGS = 2u32;
|
172
|
+
pub const AcceleratorKey_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x514865df_2557_4cb9_aeed_6ced084ce52c);
|
173
|
+
pub const AccessKey_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x06827b12_a7f9_4a15_917c_ffa5ad3eb0a7);
|
174
|
+
pub type ActiveEnd = i32;
|
175
|
+
pub const ActiveEnd_End: ActiveEnd = 2i32;
|
176
|
+
pub const ActiveEnd_None: ActiveEnd = 0i32;
|
177
|
+
pub const ActiveEnd_Start: ActiveEnd = 1i32;
|
178
|
+
pub const ActiveTextPositionChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa5c09e9c_c77d_4f25_b491_e5bb7017cbd4);
|
179
|
+
pub type AnimationStyle = i32;
|
180
|
+
pub const AnimationStyle_BlinkingBackground: AnimationStyle = 2i32;
|
181
|
+
pub const AnimationStyle_LasVegasLights: AnimationStyle = 1i32;
|
182
|
+
pub const AnimationStyle_MarchingBlackAnts: AnimationStyle = 4i32;
|
183
|
+
pub const AnimationStyle_MarchingRedAnts: AnimationStyle = 5i32;
|
184
|
+
pub const AnimationStyle_None: AnimationStyle = 0i32;
|
185
|
+
pub const AnimationStyle_Other: AnimationStyle = -1i32;
|
186
|
+
pub const AnimationStyle_Shimmer: AnimationStyle = 6i32;
|
187
|
+
pub const AnimationStyle_SparkleText: AnimationStyle = 3i32;
|
188
|
+
pub type AnnoScope = i32;
|
189
|
+
pub const AnnotationObjects_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x310910c8_7c6e_4f20_becd_4aaf6d191156);
|
190
|
+
pub const AnnotationType_AdvancedProofingIssue: UIA_ANNOTATIONTYPE = 60020i32;
|
191
|
+
pub const AnnotationType_Author: UIA_ANNOTATIONTYPE = 60019i32;
|
192
|
+
pub const AnnotationType_CircularReferenceError: UIA_ANNOTATIONTYPE = 60022i32;
|
193
|
+
pub const AnnotationType_Comment: UIA_ANNOTATIONTYPE = 60003i32;
|
194
|
+
pub const AnnotationType_ConflictingChange: UIA_ANNOTATIONTYPE = 60018i32;
|
195
|
+
pub const AnnotationType_DataValidationError: UIA_ANNOTATIONTYPE = 60021i32;
|
196
|
+
pub const AnnotationType_DeletionChange: UIA_ANNOTATIONTYPE = 60012i32;
|
197
|
+
pub const AnnotationType_EditingLockedChange: UIA_ANNOTATIONTYPE = 60016i32;
|
198
|
+
pub const AnnotationType_Endnote: UIA_ANNOTATIONTYPE = 60009i32;
|
199
|
+
pub const AnnotationType_ExternalChange: UIA_ANNOTATIONTYPE = 60017i32;
|
200
|
+
pub const AnnotationType_Footer: UIA_ANNOTATIONTYPE = 60007i32;
|
201
|
+
pub const AnnotationType_Footnote: UIA_ANNOTATIONTYPE = 60010i32;
|
202
|
+
pub const AnnotationType_FormatChange: UIA_ANNOTATIONTYPE = 60014i32;
|
203
|
+
pub const AnnotationType_FormulaError: UIA_ANNOTATIONTYPE = 60004i32;
|
204
|
+
pub const AnnotationType_GrammarError: UIA_ANNOTATIONTYPE = 60002i32;
|
205
|
+
pub const AnnotationType_Header: UIA_ANNOTATIONTYPE = 60006i32;
|
206
|
+
pub const AnnotationType_Highlighted: UIA_ANNOTATIONTYPE = 60008i32;
|
207
|
+
pub const AnnotationType_InsertionChange: UIA_ANNOTATIONTYPE = 60011i32;
|
208
|
+
pub const AnnotationType_Mathematics: UIA_ANNOTATIONTYPE = 60023i32;
|
209
|
+
pub const AnnotationType_MoveChange: UIA_ANNOTATIONTYPE = 60013i32;
|
210
|
+
pub const AnnotationType_Sensitive: UIA_ANNOTATIONTYPE = 60024i32;
|
211
|
+
pub const AnnotationType_SpellingError: UIA_ANNOTATIONTYPE = 60001i32;
|
212
|
+
pub const AnnotationType_TrackChanges: UIA_ANNOTATIONTYPE = 60005i32;
|
213
|
+
pub const AnnotationType_Unknown: UIA_ANNOTATIONTYPE = 60000i32;
|
214
|
+
pub const AnnotationType_UnsyncedChange: UIA_ANNOTATIONTYPE = 60015i32;
|
215
|
+
pub const AnnotationTypes_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x64b71f76_53c4_4696_a219_20e940c9a176);
|
216
|
+
pub const Annotation_AdvancedProofingIssue_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdac7b72c_c0f2_4b84_b90d_5fafc0f0ef1c);
|
217
|
+
pub const Annotation_AnnotationTypeId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x20ae484f_69ef_4c48_8f5b_c4938b206ac7);
|
218
|
+
pub const Annotation_AnnotationTypeName_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9b818892_5ac9_4af9_aa96_f58a77b058e3);
|
219
|
+
pub const Annotation_Author_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf161d3a7_f81b_4128_b17f_71f690914520);
|
220
|
+
pub const Annotation_Author_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7a528462_9c5c_4a03_a974_8b307a9937f2);
|
221
|
+
pub const Annotation_CircularReferenceError_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x25bd9cf4_1745_4659_ba67_727f0318c616);
|
222
|
+
pub const Annotation_Comment_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfd2fda30_26b3_4c06_8bc7_98f1532e46fd);
|
223
|
+
pub const Annotation_ConflictingChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x98af8802_517c_459f_af13_016d3fab877e);
|
224
|
+
pub const Annotation_Custom_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9ec82750_3931_4952_85bc_1dbff78a43e3);
|
225
|
+
pub const Annotation_DataValidationError_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc8649fa8_9775_437e_ad46_e709d93c2343);
|
226
|
+
pub const Annotation_DateTime_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x99b5ca5d_1acf_414b_a4d0_6b350b047578);
|
227
|
+
pub const Annotation_DeletionChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbe3d5b05_951d_42e7_901d_adc8c2cf34d0);
|
228
|
+
pub const Annotation_EditingLockedChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc31f3e1c_7423_4dac_8348_41f099ff6f64);
|
229
|
+
pub const Annotation_Endnote_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7565725c_2d99_4839_960d_33d3b866aba5);
|
230
|
+
pub const Annotation_ExternalChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x75a05b31_5f11_42fd_887d_dfa010db2392);
|
231
|
+
pub const Annotation_Footer_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcceab046_1833_47aa_8080_701ed0b0c832);
|
232
|
+
pub const Annotation_Footnote_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3de10e21_4125_42db_8620_be8083080624);
|
233
|
+
pub const Annotation_FormatChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xeb247345_d4f1_41ce_8e52_f79b69635e48);
|
234
|
+
pub const Annotation_FormulaError_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x95611982_0cab_46d5_a2f0_e30d1905f8bf);
|
235
|
+
pub const Annotation_GrammarError_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x757a048d_4518_41c6_854c_dc009b7cfb53);
|
236
|
+
pub const Annotation_Header_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x867b409b_b216_4472_a219_525e310681f8);
|
237
|
+
pub const Annotation_Highlighted_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x757c884e_8083_4081_8b9c_e87f5072f0e4);
|
238
|
+
pub const Annotation_InsertionChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0dbeb3a6_df15_4164_a3c0_e21a8ce931c4);
|
239
|
+
pub const Annotation_Mathematics_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xeaab634b_26d0_40c1_8073_57ca1c633c9b);
|
240
|
+
pub const Annotation_MoveChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9da587eb_23e5_4490_b385_1a22ddc8b187);
|
241
|
+
pub const Annotation_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf6c72ad7_356c_4850_9291_316f608a8c84);
|
242
|
+
pub const Annotation_Sensitive_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x37f4c04f_0f12_4464_929c_828fd15292e3);
|
243
|
+
pub const Annotation_SpellingError_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xae85567e_9ece_423f_81b7_96c43d53e50e);
|
244
|
+
pub const Annotation_Target_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb71b302d_2104_44ad_9c5c_092b4907d70f);
|
245
|
+
pub const Annotation_TrackChanges_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x21e6e888_dc14_4016_ac27_190553c8c470);
|
246
|
+
pub const Annotation_UnsyncedChange_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1851116a_0e47_4b30_8cb5_d7dae4fbcd1b);
|
247
|
+
pub const AppBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6114908d_cc02_4d37_875b_b530c7139554);
|
248
|
+
pub const AriaProperties_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4213678c_e025_4922_beb5_e43ba08e6221);
|
249
|
+
pub const AriaRole_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdd207b95_be4a_4e0d_b727_63ace94b6916);
|
250
|
+
pub const Assertive: LiveSetting = 2i32;
|
251
|
+
pub type AsyncContentLoadedState = i32;
|
252
|
+
pub const AsyncContentLoadedState_Beginning: AsyncContentLoadedState = 0i32;
|
253
|
+
pub const AsyncContentLoadedState_Completed: AsyncContentLoadedState = 2i32;
|
254
|
+
pub const AsyncContentLoadedState_Progress: AsyncContentLoadedState = 1i32;
|
255
|
+
pub const AsyncContentLoaded_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5fdee11c_d2fa_4fb9_904e_5cbee894d5ef);
|
256
|
+
pub type AutomationElementMode = i32;
|
257
|
+
pub const AutomationElementMode_Full: AutomationElementMode = 1i32;
|
258
|
+
pub const AutomationElementMode_None: AutomationElementMode = 0i32;
|
259
|
+
pub const AutomationFocusChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb68a1f17_f60d_41a7_a3cc_b05292155fe0);
|
260
|
+
pub const AutomationId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc82c0500_b60e_4310_a267_303c531f8ee5);
|
261
|
+
pub type AutomationIdentifierType = i32;
|
262
|
+
pub const AutomationIdentifierType_Annotation: AutomationIdentifierType = 6i32;
|
263
|
+
pub const AutomationIdentifierType_Changes: AutomationIdentifierType = 7i32;
|
264
|
+
pub const AutomationIdentifierType_ControlType: AutomationIdentifierType = 3i32;
|
265
|
+
pub const AutomationIdentifierType_Event: AutomationIdentifierType = 2i32;
|
266
|
+
pub const AutomationIdentifierType_LandmarkType: AutomationIdentifierType = 5i32;
|
267
|
+
pub const AutomationIdentifierType_Pattern: AutomationIdentifierType = 1i32;
|
268
|
+
pub const AutomationIdentifierType_Property: AutomationIdentifierType = 0i32;
|
269
|
+
pub const AutomationIdentifierType_Style: AutomationIdentifierType = 8i32;
|
270
|
+
pub const AutomationIdentifierType_TextAttribute: AutomationIdentifierType = 4i32;
|
271
|
+
pub const AutomationPropertyChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2527fba1_8d7a_4630_a4cc_e66315942f52);
|
272
|
+
pub const BoundingRectangle_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7bbfe8b2_3bfc_48dd_b729_c794b846e9a1);
|
273
|
+
pub type BulletStyle = i32;
|
274
|
+
pub const BulletStyle_DashBullet: BulletStyle = 5i32;
|
275
|
+
pub const BulletStyle_FilledRoundBullet: BulletStyle = 2i32;
|
276
|
+
pub const BulletStyle_FilledSquareBullet: BulletStyle = 4i32;
|
277
|
+
pub const BulletStyle_HollowRoundBullet: BulletStyle = 1i32;
|
278
|
+
pub const BulletStyle_HollowSquareBullet: BulletStyle = 3i32;
|
279
|
+
pub const BulletStyle_None: BulletStyle = 0i32;
|
280
|
+
pub const BulletStyle_Other: BulletStyle = -1i32;
|
281
|
+
pub const Button_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5a78e369_c6a1_4f33_a9d7_79f20d0c788e);
|
282
|
+
pub const CAccPropServices: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb5f8350b_0548_48b1_a6ee_88bd00b4a5e7);
|
283
|
+
pub const CLSID_AccPropServices: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb5f8350b_0548_48b1_a6ee_88bd00b4a5e7);
|
284
|
+
pub const CUIAutomation: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xff48dba4_60ef_4201_aa87_54103eef594e);
|
285
|
+
pub const CUIAutomation8: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe22ad333_b25f_460c_83d0_0581107395c9);
|
286
|
+
pub const CUIAutomationRegistrar: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6e29fabf_9977_42d1_8d0e_ca7e61ad87e6);
|
287
|
+
pub const Calendar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8913eb88_00e5_46bc_8e4e_14a786e165a1);
|
288
|
+
pub type CapStyle = i32;
|
289
|
+
pub const CapStyle_AllCap: CapStyle = 2i32;
|
290
|
+
pub const CapStyle_AllPetiteCaps: CapStyle = 3i32;
|
291
|
+
pub const CapStyle_None: CapStyle = 0i32;
|
292
|
+
pub const CapStyle_Other: CapStyle = -1i32;
|
293
|
+
pub const CapStyle_PetiteCaps: CapStyle = 4i32;
|
294
|
+
pub const CapStyle_SmallCap: CapStyle = 1i32;
|
295
|
+
pub const CapStyle_Titling: CapStyle = 6i32;
|
296
|
+
pub const CapStyle_Unicase: CapStyle = 5i32;
|
297
|
+
pub type CaretBidiMode = i32;
|
298
|
+
pub const CaretBidiMode_LTR: CaretBidiMode = 0i32;
|
299
|
+
pub const CaretBidiMode_RTL: CaretBidiMode = 1i32;
|
300
|
+
pub type CaretPosition = i32;
|
301
|
+
pub const CaretPosition_BeginningOfLine: CaretPosition = 2i32;
|
302
|
+
pub const CaretPosition_EndOfLine: CaretPosition = 1i32;
|
303
|
+
pub const CaretPosition_Unknown: CaretPosition = 0i32;
|
304
|
+
pub const CenterPoint_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0cb00c08_540c_4edb_9445_26359ea69785);
|
305
|
+
pub const Changes_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7df26714_614f_4e05_9488_716c5ba19436);
|
306
|
+
pub const Changes_Summary_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x313d65a6_e60f_4d62_9861_55afd728d207);
|
307
|
+
pub const CheckBox_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfb50f922_a3db_49c0_8bc3_06dad55778e2);
|
308
|
+
pub const ClassName_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x157b7215_894f_4b65_84e2_aac0da08b16b);
|
309
|
+
pub const ClickablePoint_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0196903b_b203_4818_a9f3_f08e675f2341);
|
310
|
+
pub type CoalesceEventsOptions = i32;
|
311
|
+
pub const CoalesceEventsOptions_Disabled: CoalesceEventsOptions = 0i32;
|
312
|
+
pub const CoalesceEventsOptions_Enabled: CoalesceEventsOptions = 1i32;
|
313
|
+
pub const ComboBox_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x54cb426c_2f33_4fff_aaa1_aef60dac5deb);
|
314
|
+
pub type ConditionType = i32;
|
315
|
+
pub const ConditionType_And: ConditionType = 3i32;
|
316
|
+
pub const ConditionType_False: ConditionType = 1i32;
|
317
|
+
pub const ConditionType_Not: ConditionType = 5i32;
|
318
|
+
pub const ConditionType_Or: ConditionType = 4i32;
|
319
|
+
pub const ConditionType_Property: ConditionType = 2i32;
|
320
|
+
pub const ConditionType_True: ConditionType = 0i32;
|
321
|
+
pub type ConnectionRecoveryBehaviorOptions = i32;
|
322
|
+
pub const ConnectionRecoveryBehaviorOptions_Disabled: ConnectionRecoveryBehaviorOptions = 0i32;
|
323
|
+
pub const ConnectionRecoveryBehaviorOptions_Enabled: ConnectionRecoveryBehaviorOptions = 1i32;
|
324
|
+
pub const ControlType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xca774fea_28ac_4bc2_94ca_acec6d6c10a3);
|
325
|
+
pub const ControllerFor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x51124c8a_a5d2_4f13_9be6_7fa8ba9d3a90);
|
326
|
+
pub const Culture_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe2d74f27_3d79_4dc2_b88b_3044963a8afb);
|
327
|
+
pub const CustomNavigation_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xafea938a_621e_4054_bb2c_2f46114dac3f);
|
328
|
+
pub const Custom_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf29ea0c3_adb7_430a_ba90_e52c7313e6ed);
|
329
|
+
pub const DISPID_ACC_CHILD: i32 = -5002i32;
|
330
|
+
pub const DISPID_ACC_CHILDCOUNT: i32 = -5001i32;
|
331
|
+
pub const DISPID_ACC_DEFAULTACTION: i32 = -5013i32;
|
332
|
+
pub const DISPID_ACC_DESCRIPTION: i32 = -5005i32;
|
333
|
+
pub const DISPID_ACC_DODEFAULTACTION: i32 = -5018i32;
|
334
|
+
pub const DISPID_ACC_FOCUS: i32 = -5011i32;
|
335
|
+
pub const DISPID_ACC_HELP: i32 = -5008i32;
|
336
|
+
pub const DISPID_ACC_HELPTOPIC: i32 = -5009i32;
|
337
|
+
pub const DISPID_ACC_HITTEST: i32 = -5017i32;
|
338
|
+
pub const DISPID_ACC_KEYBOARDSHORTCUT: i32 = -5010i32;
|
339
|
+
pub const DISPID_ACC_LOCATION: i32 = -5015i32;
|
340
|
+
pub const DISPID_ACC_NAME: i32 = -5003i32;
|
341
|
+
pub const DISPID_ACC_NAVIGATE: i32 = -5016i32;
|
342
|
+
pub const DISPID_ACC_PARENT: i32 = -5000i32;
|
343
|
+
pub const DISPID_ACC_ROLE: i32 = -5006i32;
|
344
|
+
pub const DISPID_ACC_SELECT: i32 = -5014i32;
|
345
|
+
pub const DISPID_ACC_SELECTION: i32 = -5012i32;
|
346
|
+
pub const DISPID_ACC_STATE: i32 = -5007i32;
|
347
|
+
pub const DISPID_ACC_VALUE: i32 = -5004i32;
|
348
|
+
pub const DataGrid_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x84b783af_d103_4b0a_8415_e73942410f4b);
|
349
|
+
pub const DataItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa0177842_d94f_42a5_814b_6068addc8da5);
|
350
|
+
pub const DescribedBy_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7c5865b8_9992_40fd_8db0_6bf1d317f998);
|
351
|
+
pub type DockPosition = i32;
|
352
|
+
pub const DockPosition_Bottom: DockPosition = 2i32;
|
353
|
+
pub const DockPosition_Fill: DockPosition = 4i32;
|
354
|
+
pub const DockPosition_Left: DockPosition = 1i32;
|
355
|
+
pub const DockPosition_None: DockPosition = 5i32;
|
356
|
+
pub const DockPosition_Right: DockPosition = 3i32;
|
357
|
+
pub const DockPosition_Top: DockPosition = 0i32;
|
358
|
+
pub const Dock_DockPosition_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6d67f02e_c0b0_4b10_b5b9_18d6ecf98760);
|
359
|
+
pub const Dock_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9cbaa846_83c8_428d_827f_7e6063fe0620);
|
360
|
+
pub const Document_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3cd6bb6f_6f08_4562_b229_e4e2fc7a9eb4);
|
361
|
+
pub const Drag_DragCancel_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc3ede6fa_3451_4e0f_9e71_df9c280a4657);
|
362
|
+
pub const Drag_DragComplete_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x38e96188_ef1f_463e_91ca_3a7792c29caf);
|
363
|
+
pub const Drag_DragStart_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x883a480b_3aa9_429d_95e4_d9c8d011f0dd);
|
364
|
+
pub const Drag_DropEffect_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x646f2779_48d3_4b23_8902_4bf100005df3);
|
365
|
+
pub const Drag_DropEffects_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf5d61156_7ce6_49be_a836_9269dcec920f);
|
366
|
+
pub const Drag_GrabbedItems_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x77c1562c_7b86_4b21_9ed7_3cefda6f4c43);
|
367
|
+
pub const Drag_IsGrabbed_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x45f206f3_75cc_4cca_a9b9_fcdfb982d8a2);
|
368
|
+
pub const Drag_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc0bee21f_ccb3_4fed_995b_114f6e3d2728);
|
369
|
+
pub const DropTarget_DragEnter_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xaad9319b_032c_4a88_961d_1cf579581e34);
|
370
|
+
pub const DropTarget_DragLeave_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0f82eb15_24a2_4988_9217_de162aee272b);
|
371
|
+
pub const DropTarget_DropTargetEffect_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8bb75975_a0ca_4981_b818_87fc66e9509d);
|
372
|
+
pub const DropTarget_DropTargetEffects_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbc1dd4ed_cb89_45f1_a592_e03b08ae790f);
|
373
|
+
pub const DropTarget_Dropped_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x622cead8_1edb_4a3d_abbc_be2211ff68b5);
|
374
|
+
pub const DropTarget_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0bcbec56_bd34_4b7b_9fd5_2659905ea3dc);
|
375
|
+
pub const Edit_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6504a5c8_2c86_4f87_ae7b_1abddc810cf9);
|
376
|
+
pub type EventArgsType = i32;
|
377
|
+
pub const EventArgsType_ActiveTextPositionChanged: EventArgsType = 8i32;
|
378
|
+
pub const EventArgsType_AsyncContentLoaded: EventArgsType = 3i32;
|
379
|
+
pub const EventArgsType_Changes: EventArgsType = 6i32;
|
380
|
+
pub const EventArgsType_Notification: EventArgsType = 7i32;
|
381
|
+
pub const EventArgsType_PropertyChanged: EventArgsType = 1i32;
|
382
|
+
pub const EventArgsType_Simple: EventArgsType = 0i32;
|
383
|
+
pub const EventArgsType_StructureChanged: EventArgsType = 2i32;
|
384
|
+
pub const EventArgsType_StructuredMarkup: EventArgsType = 9i32;
|
385
|
+
pub const EventArgsType_TextEditTextChanged: EventArgsType = 5i32;
|
386
|
+
pub const EventArgsType_WindowClosed: EventArgsType = 4i32;
|
387
|
+
pub type ExpandCollapseState = i32;
|
388
|
+
pub const ExpandCollapseState_Collapsed: ExpandCollapseState = 0i32;
|
389
|
+
pub const ExpandCollapseState_Expanded: ExpandCollapseState = 1i32;
|
390
|
+
pub const ExpandCollapseState_LeafNode: ExpandCollapseState = 3i32;
|
391
|
+
pub const ExpandCollapseState_PartiallyExpanded: ExpandCollapseState = 2i32;
|
392
|
+
pub const ExpandCollapse_ExpandCollapseState_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x275a4c48_85a7_4f69_aba0_af157610002b);
|
393
|
+
pub const ExpandCollapse_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xae05efa2_f9d1_428a_834c_53a5c52f9b8b);
|
394
|
+
#[repr(C)]
|
395
|
+
#[derive(Clone, Copy)]
|
396
|
+
pub struct ExtendedProperty {
|
397
|
+
pub PropertyName: windows_sys::core::BSTR,
|
398
|
+
pub PropertyValue: windows_sys::core::BSTR,
|
399
|
+
}
|
400
|
+
impl Default for ExtendedProperty {
|
401
|
+
fn default() -> Self {
|
402
|
+
unsafe { core::mem::zeroed() }
|
403
|
+
}
|
404
|
+
}
|
405
|
+
#[repr(C)]
|
406
|
+
#[derive(Clone, Copy, Default)]
|
407
|
+
pub struct FILTERKEYS {
|
408
|
+
pub cbSize: u32,
|
409
|
+
pub dwFlags: u32,
|
410
|
+
pub iWaitMSec: u32,
|
411
|
+
pub iDelayMSec: u32,
|
412
|
+
pub iRepeatMSec: u32,
|
413
|
+
pub iBounceMSec: u32,
|
414
|
+
}
|
415
|
+
pub const FillColor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6e0ec4d0_e2a8_4a56_9de7_953389933b39);
|
416
|
+
pub type FillType = i32;
|
417
|
+
pub const FillType_Color: FillType = 1i32;
|
418
|
+
pub const FillType_Gradient: FillType = 2i32;
|
419
|
+
pub const FillType_None: FillType = 0i32;
|
420
|
+
pub const FillType_Pattern: FillType = 4i32;
|
421
|
+
pub const FillType_Picture: FillType = 3i32;
|
422
|
+
pub const FillType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc6fc74e4_8cb9_429c_a9e1_9bc4ac372b62);
|
423
|
+
pub type FlowDirections = i32;
|
424
|
+
pub const FlowDirections_BottomToTop: FlowDirections = 2i32;
|
425
|
+
pub const FlowDirections_Default: FlowDirections = 0i32;
|
426
|
+
pub const FlowDirections_RightToLeft: FlowDirections = 1i32;
|
427
|
+
pub const FlowDirections_Vertical: FlowDirections = 4i32;
|
428
|
+
pub const FlowsFrom_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x05c6844f_19de_48f8_95fa_880d5b0fd615);
|
429
|
+
pub const FlowsTo_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe4f33d20_559a_47fb_a830_f9cb4ff1a70a);
|
430
|
+
pub const FrameworkId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdbfd9900_7e1a_4f58_b61b_7063120f773b);
|
431
|
+
pub const FullDescription_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0d4450ff_6aef_4f33_95dd_7befa72a4391);
|
432
|
+
pub const GridItem_ColumnSpan_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x583ea3f5_86d0_4b08_a6ec_2c5463ffc109);
|
433
|
+
pub const GridItem_Column_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc774c15c_62c0_4519_8bdc_47be573c8ad5);
|
434
|
+
pub const GridItem_Parent_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9d912252_b97f_4ecc_8510_ea0e33427c72);
|
435
|
+
pub const GridItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf2d5c877_a462_4957_a2a5_2c96b303bc63);
|
436
|
+
pub const GridItem_RowSpan_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4582291c_466b_4e93_8e83_3d1715ec0c5e);
|
437
|
+
pub const GridItem_Row_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6223972a_c945_4563_9329_fdc974af2553);
|
438
|
+
pub const Grid_ColumnCount_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfe96f375_44aa_4536_ac7a_2a75d71a3efc);
|
439
|
+
pub const Grid_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x260a2ccb_93a8_4e44_a4c1_3df397f2b02b);
|
440
|
+
pub const Grid_RowCount_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2a9505bf_c2eb_4fb6_b356_8245ae53703e);
|
441
|
+
pub const Group_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xad50aa1c_e8c8_4774_ae1b_dd86df0b3bdc);
|
442
|
+
pub const HCF_AVAILABLE: HIGHCONTRASTW_FLAGS = 2u32;
|
443
|
+
pub const HCF_CONFIRMHOTKEY: HIGHCONTRASTW_FLAGS = 8u32;
|
444
|
+
pub const HCF_HIGHCONTRASTON: HIGHCONTRASTW_FLAGS = 1u32;
|
445
|
+
pub const HCF_HOTKEYACTIVE: HIGHCONTRASTW_FLAGS = 4u32;
|
446
|
+
pub const HCF_HOTKEYAVAILABLE: HIGHCONTRASTW_FLAGS = 64u32;
|
447
|
+
pub const HCF_HOTKEYSOUND: HIGHCONTRASTW_FLAGS = 16u32;
|
448
|
+
pub const HCF_INDICATOR: HIGHCONTRASTW_FLAGS = 32u32;
|
449
|
+
pub const HCF_OPTION_NOTHEMECHANGE: HIGHCONTRASTW_FLAGS = 4096u32;
|
450
|
+
#[repr(C)]
|
451
|
+
#[derive(Clone, Copy)]
|
452
|
+
pub struct HIGHCONTRASTA {
|
453
|
+
pub cbSize: u32,
|
454
|
+
pub dwFlags: HIGHCONTRASTW_FLAGS,
|
455
|
+
pub lpszDefaultScheme: windows_sys::core::PSTR,
|
456
|
+
}
|
457
|
+
impl Default for HIGHCONTRASTA {
|
458
|
+
fn default() -> Self {
|
459
|
+
unsafe { core::mem::zeroed() }
|
460
|
+
}
|
461
|
+
}
|
462
|
+
#[repr(C)]
|
463
|
+
#[derive(Clone, Copy)]
|
464
|
+
pub struct HIGHCONTRASTW {
|
465
|
+
pub cbSize: u32,
|
466
|
+
pub dwFlags: HIGHCONTRASTW_FLAGS,
|
467
|
+
pub lpszDefaultScheme: windows_sys::core::PWSTR,
|
468
|
+
}
|
469
|
+
impl Default for HIGHCONTRASTW {
|
470
|
+
fn default() -> Self {
|
471
|
+
unsafe { core::mem::zeroed() }
|
472
|
+
}
|
473
|
+
}
|
474
|
+
pub type HIGHCONTRASTW_FLAGS = u32;
|
475
|
+
pub type HUIAEVENT = *mut core::ffi::c_void;
|
476
|
+
pub type HUIANODE = *mut core::ffi::c_void;
|
477
|
+
pub type HUIAPATTERNOBJECT = *mut core::ffi::c_void;
|
478
|
+
pub type HUIATEXTRANGE = *mut core::ffi::c_void;
|
479
|
+
pub type HWINEVENTHOOK = *mut core::ffi::c_void;
|
480
|
+
pub const HasKeyboardFocus_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcf8afd39_3f46_4800_9656_b2bf12529905);
|
481
|
+
pub const HeaderItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe6bc12cb_7c8e_49cf_b168_4a93a32bebb0);
|
482
|
+
pub const Header_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5b90cbce_78fb_4614_82b6_554d74718e67);
|
483
|
+
pub const HeadingLevel1: UIA_HEADINGLEVEL_ID = 80051i32;
|
484
|
+
pub const HeadingLevel2: UIA_HEADINGLEVEL_ID = 80052i32;
|
485
|
+
pub const HeadingLevel3: UIA_HEADINGLEVEL_ID = 80053i32;
|
486
|
+
pub const HeadingLevel4: UIA_HEADINGLEVEL_ID = 80054i32;
|
487
|
+
pub const HeadingLevel5: UIA_HEADINGLEVEL_ID = 80055i32;
|
488
|
+
pub const HeadingLevel6: UIA_HEADINGLEVEL_ID = 80056i32;
|
489
|
+
pub const HeadingLevel7: UIA_HEADINGLEVEL_ID = 80057i32;
|
490
|
+
pub const HeadingLevel8: UIA_HEADINGLEVEL_ID = 80058i32;
|
491
|
+
pub const HeadingLevel9: UIA_HEADINGLEVEL_ID = 80059i32;
|
492
|
+
pub const HeadingLevel_None: UIA_HEADINGLEVEL_ID = 80050i32;
|
493
|
+
pub const HeadingLevel_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x29084272_aaaf_4a30_8796_3c12f62b6bbb);
|
494
|
+
pub const HelpText_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x08555685_0977_45c7_a7a6_abaf5684121a);
|
495
|
+
pub type HorizontalTextAlignment = i32;
|
496
|
+
pub const HorizontalTextAlignment_Centered: HorizontalTextAlignment = 1i32;
|
497
|
+
pub const HorizontalTextAlignment_Justified: HorizontalTextAlignment = 3i32;
|
498
|
+
pub const HorizontalTextAlignment_Left: HorizontalTextAlignment = 0i32;
|
499
|
+
pub const HorizontalTextAlignment_Right: HorizontalTextAlignment = 2i32;
|
500
|
+
pub const HostedFragmentRootsInvalidated_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe6bdb03e_0921_4ec5_8dcf_eae877b0426b);
|
501
|
+
pub const Hyperlink_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8a56022c_b00d_4d15_8ff0_5b6b266e5e02);
|
502
|
+
pub const IIS_ControlAccessible: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x38c682a6_9731_43f2_9fae_e901e641b101);
|
503
|
+
pub const IIS_IsOleaccProxy: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x902697fa_80e4_4560_802a_a13f22a64709);
|
504
|
+
pub const Image_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2d3736e4_6b16_4c57_a962_f93260a75243);
|
505
|
+
pub const InputDiscarded_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7f36c367_7b18_417c_97e3_9d58ddc944ab);
|
506
|
+
pub const InputReachedOtherElement_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xed201d8a_4e6c_415e_a874_2460c9b66ba8);
|
507
|
+
pub const InputReachedTarget_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x93ed549a_0549_40f0_bedb_28e44f7de2a3);
|
508
|
+
pub const Invoke_Invoked_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdfd699f0_c915_49dd_b422_dde785c3d24b);
|
509
|
+
pub const Invoke_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd976c2fc_66ea_4a6e_b28f_c24c7546ad37);
|
510
|
+
pub const IsAnnotationPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0b5b3238_6d5c_41b6_bcc4_5e807f6551c4);
|
511
|
+
pub const IsContentElement_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4bda64a8_f5d8_480b_8155_ef2e89adb672);
|
512
|
+
pub const IsControlElement_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x95f35085_abcc_4afd_a5f4_dbb46c230fdb);
|
513
|
+
pub const IsCustomNavigationPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8f8e80d4_2351_48e0_874a_54aa7313889a);
|
514
|
+
pub const IsDataValidForForm_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x445ac684_c3fc_4dd9_acf8_845a579296ba);
|
515
|
+
pub const IsDialog_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9d0dfb9b_8436_4501_bbbb_e534a4fb3b3f);
|
516
|
+
pub const IsDockPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2600a4c4_2ff8_4c96_ae31_8fe619a13c6c);
|
517
|
+
pub const IsDragPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe997a7b7_1d39_4ca7_be0f_277fcf5605cc);
|
518
|
+
pub const IsDropTargetPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0686b62e_8e19_4aaf_873d_384f6d3b92be);
|
519
|
+
pub const IsEnabled_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2109427f_da60_4fed_bf1b_264bdce6eb3a);
|
520
|
+
pub const IsExpandCollapsePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x929d3806_5287_4725_aa16_222afc63d595);
|
521
|
+
pub const IsGridItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5a43e524_f9a2_4b12_84c8_b48a3efedd34);
|
522
|
+
pub const IsGridPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5622c26c_f0ef_4f3b_97cb_714c0868588b);
|
523
|
+
pub const IsInvokePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4e725738_8364_4679_aa6c_f3f41931f750);
|
524
|
+
pub const IsItemContainerPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x624b5ca7_fe40_4957_a019_20c4cf11920f);
|
525
|
+
pub const IsKeyboardFocusable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf7b8552a_0859_4b37_b9cb_51e72092f29f);
|
526
|
+
pub const IsLegacyIAccessiblePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd8ebd0c7_929a_4ee7_8d3a_d3d94413027b);
|
527
|
+
pub const IsMultipleViewPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xff0a31eb_8e25_469d_8d6e_e771a27c1b90);
|
528
|
+
pub const IsObjectModelPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6b21d89b_2841_412f_8ef2_15ca952318ba);
|
529
|
+
pub const IsOffscreen_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x03c3d160_db79_42db_a2ef_1c231eede507);
|
530
|
+
pub const IsPassword_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe8482eb1_687c_497b_bebc_03be53ec1454);
|
531
|
+
pub const IsPeripheral_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xda758276_7ed5_49d4_8e68_ecc9a2d300dd);
|
532
|
+
pub const IsRangeValuePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfda4244a_eb4d_43ff_b5ad_ed36d373ec4c);
|
533
|
+
pub const IsRequiredForForm_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4f5f43cf_59fb_4bde_a270_602e5e1141e9);
|
534
|
+
pub const IsScrollItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1cad1a05_0927_4b76_97e1_0fcdb209b98a);
|
535
|
+
pub const IsScrollPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3ebb7b4a_828a_4b57_9d22_2fea1632ed0d);
|
536
|
+
pub const IsSelectionItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8becd62d_0bc3_4109_bee2_8e6715290e68);
|
537
|
+
pub const IsSelectionPattern2Available_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x490806fb_6e89_4a47_8319_d266e511f021);
|
538
|
+
pub const IsSelectionPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf588acbe_c769_4838_9a60_2686dc1188c4);
|
539
|
+
pub const IsSpreadsheetItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9fe79b2a_2f94_43fd_996b_549e316f4acd);
|
540
|
+
pub const IsSpreadsheetPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6ff43732_e4b4_4555_97bc_ecdbbc4d1888);
|
541
|
+
pub const IsStructuredMarkupPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb0d4c196_2c0b_489c_b165_a405928c6f3d);
|
542
|
+
pub const IsStylesPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x27f353d3_459c_4b59_a490_50611dacafb5);
|
543
|
+
pub const IsSynchronizedInputPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x75d69cc5_d2bf_4943_876e_b45b62a6cc66);
|
544
|
+
pub const IsTableItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xeb36b40d_8ea4_489b_a013_e60d5951fe34);
|
545
|
+
pub const IsTablePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcb83575f_45c2_4048_9c76_159715a139df);
|
546
|
+
pub const IsTextChildPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x559e65df_30ff_43b5_b5ed_5b283b80c7e9);
|
547
|
+
pub const IsTextEditPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7843425c_8b32_484c_9ab5_e3200571ffda);
|
548
|
+
pub const IsTextPattern2Available_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x41cf921d_e3f1_4b22_9c81_e1c3ed331c22);
|
549
|
+
pub const IsTextPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfbe2d69d_aff6_4a45_82e2_fc92a82f5917);
|
550
|
+
pub const IsTogglePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x78686d53_fcd0_4b83_9b78_5832ce63bb5b);
|
551
|
+
pub const IsTransformPattern2Available_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x25980b4b_be04_4710_ab4a_fda31dbd2895);
|
552
|
+
pub const IsTransformPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa7f78804_d68b_4077_a5c6_7a5ea1ac31c5);
|
553
|
+
pub const IsValuePatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0b5020a7_2119_473b_be37_5ceb98bbfb22);
|
554
|
+
pub const IsVirtualizedItemPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x302cb151_2ac8_45d6_977b_d2b3a5a53f20);
|
555
|
+
pub const IsWindowPatternAvailable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe7a57bb1_5888_4155_98dc_b422fd57f2bc);
|
556
|
+
pub const ItemContainer_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3d13da0f_8b9a_4a99_85fa_c5c9a69f1ed4);
|
557
|
+
pub const ItemStatus_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x51de0321_3973_43e7_8913_0b08e813c37f);
|
558
|
+
pub const ItemType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcdda434d_6222_413b_a68a_325dd1d40f39);
|
559
|
+
pub const LIBID_Accessibility: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1ea4dbf0_3c3b_11cf_810c_00aa00389b71);
|
560
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
561
|
+
pub type LPFNACCESSIBLECHILDREN = Option<unsafe extern "system" fn(pacccontainer: *mut core::ffi::c_void, ichildstart: i32, cchildren: i32, rgvarchildren: *mut super::super::System::Variant::VARIANT, pcobtained: *mut i32) -> windows_sys::core::HRESULT>;
|
562
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
563
|
+
pub type LPFNACCESSIBLEOBJECTFROMPOINT = Option<unsafe extern "system" fn(ptscreen: super::super::Foundation::POINT, ppacc: *mut *mut core::ffi::c_void, pvarchild: *mut super::super::System::Variant::VARIANT) -> windows_sys::core::HRESULT>;
|
564
|
+
pub type LPFNACCESSIBLEOBJECTFROMWINDOW = Option<unsafe extern "system" fn(hwnd: super::super::Foundation::HWND, dwid: u32, riid: *const windows_sys::core::GUID, ppvobject: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
565
|
+
pub type LPFNCREATESTDACCESSIBLEOBJECT = Option<unsafe extern "system" fn(hwnd: super::super::Foundation::HWND, idobject: i32, riid: *const windows_sys::core::GUID, ppvobject: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
566
|
+
pub type LPFNLRESULTFROMOBJECT = Option<unsafe extern "system" fn(riid: *const windows_sys::core::GUID, wparam: super::super::Foundation::WPARAM, punk: *mut core::ffi::c_void) -> super::super::Foundation::LRESULT>;
|
567
|
+
pub type LPFNOBJECTFROMLRESULT = Option<unsafe extern "system" fn(lresult: super::super::Foundation::LRESULT, riid: *const windows_sys::core::GUID, wparam: super::super::Foundation::WPARAM, ppvobject: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
568
|
+
pub const LabeledBy_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe5b8924b_fc8a_4a35_8031_cf78ac43e55e);
|
569
|
+
pub const LandmarkType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x454045f2_6f61_49f7_a4f8_b5f0cf82da1e);
|
570
|
+
pub const LayoutInvalidated_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xed7d6544_a6bd_4595_9bae_3d28946cc715);
|
571
|
+
pub const LegacyIAccessible_ChildId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9a191b5d_9ef2_4787_a459_dcde885dd4e8);
|
572
|
+
pub const LegacyIAccessible_DefaultAction_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3b331729_eaad_4502_b85f_92615622913c);
|
573
|
+
pub const LegacyIAccessible_Description_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x46448418_7d70_4ea9_9d27_b7e775cf2ad7);
|
574
|
+
pub const LegacyIAccessible_Help_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x94402352_161c_4b77_a98d_a872cc33947a);
|
575
|
+
pub const LegacyIAccessible_KeyboardShortcut_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8f6909ac_00b8_4259_a41c_966266d43a8a);
|
576
|
+
pub const LegacyIAccessible_Name_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcaeb063d_40ae_4869_aa5a_1b8e5d666739);
|
577
|
+
pub const LegacyIAccessible_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x54cc0a9f_3395_48af_ba8d_73f85690f3e0);
|
578
|
+
pub const LegacyIAccessible_Role_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6856e59f_cbaf_4e31_93e8_bcbf6f7e491c);
|
579
|
+
pub const LegacyIAccessible_Selection_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8aa8b1e0_0891_40cc_8b06_90d7d4166219);
|
580
|
+
pub const LegacyIAccessible_State_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdf985854_2281_4340_ab9c_c60e2c5803f6);
|
581
|
+
pub const LegacyIAccessible_Value_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb5c5b0b6_8217_4a77_97a5_190a85ed0156);
|
582
|
+
pub const Level_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x242ac529_cd36_400f_aad9_7876ef3af627);
|
583
|
+
pub const ListItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7b3717f2_44d1_4a58_98a8_f12a9b8f78e2);
|
584
|
+
pub const List_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9b149ee1_7cca_4cfc_9af1_cac7bddd3031);
|
585
|
+
pub const LiveRegionChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x102d5e90_e6a9_41b6_b1c5_a9b1929d9510);
|
586
|
+
pub type LiveSetting = i32;
|
587
|
+
pub const LiveSetting_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc12bcd8e_2a8e_4950_8ae7_3625111d58eb);
|
588
|
+
pub const LocalizedControlType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8763404f_a1bd_452a_89c4_3f01d3833806);
|
589
|
+
pub const LocalizedLandmarkType_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7ac81980_eafb_4fb2_bf91_f485bef5e8e1);
|
590
|
+
#[repr(C)]
|
591
|
+
#[derive(Clone, Copy, Default)]
|
592
|
+
pub struct MOUSEKEYS {
|
593
|
+
pub cbSize: u32,
|
594
|
+
pub dwFlags: u32,
|
595
|
+
pub iMaxSpeed: u32,
|
596
|
+
pub iTimeToMaxSpeed: u32,
|
597
|
+
pub iCtrlSpeed: u32,
|
598
|
+
pub dwReserved1: u32,
|
599
|
+
pub dwReserved2: u32,
|
600
|
+
}
|
601
|
+
#[repr(C)]
|
602
|
+
#[derive(Clone, Copy)]
|
603
|
+
pub struct MSAAMENUINFO {
|
604
|
+
pub dwMSAASignature: u32,
|
605
|
+
pub cchWText: u32,
|
606
|
+
pub pszWText: windows_sys::core::PWSTR,
|
607
|
+
}
|
608
|
+
impl Default for MSAAMENUINFO {
|
609
|
+
fn default() -> Self {
|
610
|
+
unsafe { core::mem::zeroed() }
|
611
|
+
}
|
612
|
+
}
|
613
|
+
pub const MSAA_MENU_SIG: i32 = -1441927155i32;
|
614
|
+
pub const MenuBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcc384250_0e7b_4ae8_95ae_a08f261b52ee);
|
615
|
+
pub const MenuClosed_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3cf1266e_1582_4041_acd7_88a35a965297);
|
616
|
+
pub const MenuItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf45225d3_d0a0_49d8_9834_9a000d2aeddc);
|
617
|
+
pub const MenuModeEnd_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9ecd4c9f_80dd_47b8_8267_5aec06bb2cff);
|
618
|
+
pub const MenuModeStart_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x18d7c631_166a_4ac9_ae3b_ef4b5420e681);
|
619
|
+
pub const MenuOpened_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xebe2e945_66ca_4ed1_9ff8_2ad7df0a1b08);
|
620
|
+
pub const Menu_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2e9b1440_0ea8_41fd_b374_c1ea6f503cd1);
|
621
|
+
pub const MultipleView_CurrentView_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7a81a67a_b94f_4875_918b_65c8d2f998e5);
|
622
|
+
pub const MultipleView_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x547a6ae4_113f_47c4_850f_db4dfa466b1d);
|
623
|
+
pub const MultipleView_SupportedViews_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8d5db9fd_ce3c_4ae7_b788_400a3c645547);
|
624
|
+
pub const NAVDIR_DOWN: u32 = 2u32;
|
625
|
+
pub const NAVDIR_FIRSTCHILD: u32 = 7u32;
|
626
|
+
pub const NAVDIR_LASTCHILD: u32 = 8u32;
|
627
|
+
pub const NAVDIR_LEFT: u32 = 3u32;
|
628
|
+
pub const NAVDIR_MAX: u32 = 9u32;
|
629
|
+
pub const NAVDIR_MIN: u32 = 0u32;
|
630
|
+
pub const NAVDIR_NEXT: u32 = 5u32;
|
631
|
+
pub const NAVDIR_PREVIOUS: u32 = 6u32;
|
632
|
+
pub const NAVDIR_RIGHT: u32 = 4u32;
|
633
|
+
pub const NAVDIR_UP: u32 = 1u32;
|
634
|
+
pub const Name_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc3a6921b_4a99_44f1_bca6_61187052c431);
|
635
|
+
pub type NavigateDirection = i32;
|
636
|
+
pub const NavigateDirection_FirstChild: NavigateDirection = 3i32;
|
637
|
+
pub const NavigateDirection_LastChild: NavigateDirection = 4i32;
|
638
|
+
pub const NavigateDirection_NextSibling: NavigateDirection = 1i32;
|
639
|
+
pub const NavigateDirection_Parent: NavigateDirection = 0i32;
|
640
|
+
pub const NavigateDirection_PreviousSibling: NavigateDirection = 2i32;
|
641
|
+
pub const NewNativeWindowHandle_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5196b33b_380a_4982_95e1_91f3ef60e024);
|
642
|
+
pub type NormalizeState = i32;
|
643
|
+
pub const NormalizeState_Custom: NormalizeState = 2i32;
|
644
|
+
pub const NormalizeState_None: NormalizeState = 0i32;
|
645
|
+
pub const NormalizeState_View: NormalizeState = 1i32;
|
646
|
+
pub type NotificationKind = i32;
|
647
|
+
pub const NotificationKind_ActionAborted: NotificationKind = 3i32;
|
648
|
+
pub const NotificationKind_ActionCompleted: NotificationKind = 2i32;
|
649
|
+
pub const NotificationKind_ItemAdded: NotificationKind = 0i32;
|
650
|
+
pub const NotificationKind_ItemRemoved: NotificationKind = 1i32;
|
651
|
+
pub const NotificationKind_Other: NotificationKind = 4i32;
|
652
|
+
pub type NotificationProcessing = i32;
|
653
|
+
pub const NotificationProcessing_All: NotificationProcessing = 2i32;
|
654
|
+
pub const NotificationProcessing_CurrentThenMostRecent: NotificationProcessing = 4i32;
|
655
|
+
pub const NotificationProcessing_ImportantAll: NotificationProcessing = 0i32;
|
656
|
+
pub const NotificationProcessing_ImportantMostRecent: NotificationProcessing = 1i32;
|
657
|
+
pub const NotificationProcessing_MostRecent: NotificationProcessing = 3i32;
|
658
|
+
pub const Notification_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x72c5a2f7_9788_480f_b8eb_4dee00f6186f);
|
659
|
+
pub const ObjectModel_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3e04acfe_08fc_47ec_96bc_353fa3b34aa7);
|
660
|
+
pub const Off: LiveSetting = 0i32;
|
661
|
+
pub const OptimizeForVisualContent_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6a852250_c75a_4e5d_b858_e381b0f78861);
|
662
|
+
pub type OrientationType = i32;
|
663
|
+
pub const OrientationType_Horizontal: OrientationType = 1i32;
|
664
|
+
pub const OrientationType_None: OrientationType = 0i32;
|
665
|
+
pub const OrientationType_Vertical: OrientationType = 2i32;
|
666
|
+
pub const Orientation_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa01eee62_3884_4415_887e_678ec21e39ba);
|
667
|
+
pub const OutlineColor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc395d6c0_4b55_4762_a073_fd303a634f52);
|
668
|
+
pub type OutlineStyles = i32;
|
669
|
+
pub const OutlineStyles_Embossed: OutlineStyles = 8i32;
|
670
|
+
pub const OutlineStyles_Engraved: OutlineStyles = 4i32;
|
671
|
+
pub const OutlineStyles_None: OutlineStyles = 0i32;
|
672
|
+
pub const OutlineStyles_Outline: OutlineStyles = 1i32;
|
673
|
+
pub const OutlineStyles_Shadow: OutlineStyles = 2i32;
|
674
|
+
pub const OutlineThickness_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x13e67cc7_dac2_4888_bdd3_375c62fa9618);
|
675
|
+
pub const PROPID_ACC_DEFAULTACTION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x180c072b_c27f_43c7_9922_f63562a4632b);
|
676
|
+
pub const PROPID_ACC_DESCRIPTION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4d48dfe4_bd3f_491f_a648_492d6f20c588);
|
677
|
+
pub const PROPID_ACC_DESCRIPTIONMAP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1ff1435f_8a14_477b_b226_a0abe279975d);
|
678
|
+
pub const PROPID_ACC_DODEFAULTACTION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1ba09523_2e3b_49a6_a059_59682a3c48fd);
|
679
|
+
pub const PROPID_ACC_FOCUS: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6eb335df_1c29_4127_b12c_dee9fd157f2b);
|
680
|
+
pub const PROPID_ACC_HELP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc831e11f_44db_4a99_9768_cb8f978b7231);
|
681
|
+
pub const PROPID_ACC_HELPTOPIC: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x787d1379_8ede_440b_8aec_11f7bf9030b3);
|
682
|
+
pub const PROPID_ACC_KEYBOARDSHORTCUT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7d9bceee_7d1e_4979_9382_5180f4172c34);
|
683
|
+
pub const PROPID_ACC_NAME: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x608d3df8_8128_4aa7_a428_f55e49267291);
|
684
|
+
pub const PROPID_ACC_NAV_DOWN: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x031670ed_3cdf_48d2_9613_138f2dd8a668);
|
685
|
+
pub const PROPID_ACC_NAV_FIRSTCHILD: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcfd02558_557b_4c67_84f9_2a09fce40749);
|
686
|
+
pub const PROPID_ACC_NAV_LASTCHILD: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x302ecaa5_48d5_4f8d_b671_1a8d20a77832);
|
687
|
+
pub const PROPID_ACC_NAV_LEFT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x228086cb_82f1_4a39_8705_dcdc0fff92f5);
|
688
|
+
pub const PROPID_ACC_NAV_NEXT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1cdc5455_8cd9_4c92_a371_3939a2fe3eee);
|
689
|
+
pub const PROPID_ACC_NAV_PREV: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x776d3891_c73b_4480_b3f6_076a16a15af6);
|
690
|
+
pub const PROPID_ACC_NAV_RIGHT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcd211d9f_e1cb_4fe5_a77c_920b884d095b);
|
691
|
+
pub const PROPID_ACC_NAV_UP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x016e1a2b_1a4e_4767_8612_3386f66935ec);
|
692
|
+
pub const PROPID_ACC_PARENT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x474c22b6_ffc2_467a_b1b5_e958b4657330);
|
693
|
+
pub const PROPID_ACC_ROLE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcb905ff2_7bd1_4c05_b3c8_e6c241364d70);
|
694
|
+
pub const PROPID_ACC_ROLEMAP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf79acda2_140d_4fe6_8914_208476328269);
|
695
|
+
pub const PROPID_ACC_SELECTION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb99d073c_d731_405b_9061_d95e8f842984);
|
696
|
+
pub const PROPID_ACC_STATE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa8d4d5b0_0a21_42d0_a5c0_514e984f457b);
|
697
|
+
pub const PROPID_ACC_STATEMAP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x43946c5e_0ac0_4042_b525_07bbdbe17fa7);
|
698
|
+
pub const PROPID_ACC_VALUE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x123fe443_211a_4615_9527_c45a7e93717a);
|
699
|
+
pub const PROPID_ACC_VALUEMAP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xda1c3d79_fc5c_420e_b399_9d1533549e75);
|
700
|
+
pub const Pane_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5c2b3f5b_9182_42a3_8dec_8c04c1ee634d);
|
701
|
+
pub const Polite: LiveSetting = 1i32;
|
702
|
+
pub const PositionInSet_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x33d1dc54_641e_4d76_a6b1_13f341c1f896);
|
703
|
+
pub const ProcessId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x40499998_9c31_4245_a403_87320e59eaf6);
|
704
|
+
pub const ProgressBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x228c9f86_c36c_47bb_9fb6_a5834bfc53a4);
|
705
|
+
pub type PropertyConditionFlags = i32;
|
706
|
+
pub const PropertyConditionFlags_IgnoreCase: PropertyConditionFlags = 1i32;
|
707
|
+
pub const PropertyConditionFlags_MatchSubstring: PropertyConditionFlags = 2i32;
|
708
|
+
pub const PropertyConditionFlags_None: PropertyConditionFlags = 0i32;
|
709
|
+
pub const ProviderDescription_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdca5708a_c16b_4cd9_b889_beb16a804904);
|
710
|
+
pub type ProviderOptions = i32;
|
711
|
+
pub const ProviderOptions_ClientSideProvider: ProviderOptions = 1i32;
|
712
|
+
pub const ProviderOptions_HasNativeIAccessible: ProviderOptions = 128i32;
|
713
|
+
pub const ProviderOptions_NonClientAreaProvider: ProviderOptions = 4i32;
|
714
|
+
pub const ProviderOptions_OverrideProvider: ProviderOptions = 8i32;
|
715
|
+
pub const ProviderOptions_ProviderOwnsSetFocus: ProviderOptions = 16i32;
|
716
|
+
pub const ProviderOptions_RefuseNonClientSupport: ProviderOptions = 64i32;
|
717
|
+
pub const ProviderOptions_ServerSideProvider: ProviderOptions = 2i32;
|
718
|
+
pub const ProviderOptions_UseClientCoordinates: ProviderOptions = 256i32;
|
719
|
+
pub const ProviderOptions_UseComThreading: ProviderOptions = 32i32;
|
720
|
+
pub type ProviderType = i32;
|
721
|
+
pub const ProviderType_BaseHwnd: ProviderType = 0i32;
|
722
|
+
pub const ProviderType_NonClientArea: ProviderType = 2i32;
|
723
|
+
pub const ProviderType_Proxy: ProviderType = 1i32;
|
724
|
+
pub const ROLE_SYSTEM_ALERT: u32 = 8u32;
|
725
|
+
pub const ROLE_SYSTEM_ANIMATION: u32 = 54u32;
|
726
|
+
pub const ROLE_SYSTEM_APPLICATION: u32 = 14u32;
|
727
|
+
pub const ROLE_SYSTEM_BORDER: u32 = 19u32;
|
728
|
+
pub const ROLE_SYSTEM_BUTTONDROPDOWN: u32 = 56u32;
|
729
|
+
pub const ROLE_SYSTEM_BUTTONDROPDOWNGRID: u32 = 58u32;
|
730
|
+
pub const ROLE_SYSTEM_BUTTONMENU: u32 = 57u32;
|
731
|
+
pub const ROLE_SYSTEM_CARET: u32 = 7u32;
|
732
|
+
pub const ROLE_SYSTEM_CELL: u32 = 29u32;
|
733
|
+
pub const ROLE_SYSTEM_CHARACTER: u32 = 32u32;
|
734
|
+
pub const ROLE_SYSTEM_CHART: u32 = 17u32;
|
735
|
+
pub const ROLE_SYSTEM_CHECKBUTTON: u32 = 44u32;
|
736
|
+
pub const ROLE_SYSTEM_CLIENT: u32 = 10u32;
|
737
|
+
pub const ROLE_SYSTEM_CLOCK: u32 = 61u32;
|
738
|
+
pub const ROLE_SYSTEM_COLUMN: u32 = 27u32;
|
739
|
+
pub const ROLE_SYSTEM_COLUMNHEADER: u32 = 25u32;
|
740
|
+
pub const ROLE_SYSTEM_COMBOBOX: u32 = 46u32;
|
741
|
+
pub const ROLE_SYSTEM_CURSOR: u32 = 6u32;
|
742
|
+
pub const ROLE_SYSTEM_DIAGRAM: u32 = 53u32;
|
743
|
+
pub const ROLE_SYSTEM_DIAL: u32 = 49u32;
|
744
|
+
pub const ROLE_SYSTEM_DIALOG: u32 = 18u32;
|
745
|
+
pub const ROLE_SYSTEM_DOCUMENT: u32 = 15u32;
|
746
|
+
pub const ROLE_SYSTEM_DROPLIST: u32 = 47u32;
|
747
|
+
pub const ROLE_SYSTEM_EQUATION: u32 = 55u32;
|
748
|
+
pub const ROLE_SYSTEM_GRAPHIC: u32 = 40u32;
|
749
|
+
pub const ROLE_SYSTEM_GRIP: u32 = 4u32;
|
750
|
+
pub const ROLE_SYSTEM_GROUPING: u32 = 20u32;
|
751
|
+
pub const ROLE_SYSTEM_HELPBALLOON: u32 = 31u32;
|
752
|
+
pub const ROLE_SYSTEM_HOTKEYFIELD: u32 = 50u32;
|
753
|
+
pub const ROLE_SYSTEM_INDICATOR: u32 = 39u32;
|
754
|
+
pub const ROLE_SYSTEM_IPADDRESS: u32 = 63u32;
|
755
|
+
pub const ROLE_SYSTEM_LINK: u32 = 30u32;
|
756
|
+
pub const ROLE_SYSTEM_LIST: u32 = 33u32;
|
757
|
+
pub const ROLE_SYSTEM_LISTITEM: u32 = 34u32;
|
758
|
+
pub const ROLE_SYSTEM_MENUBAR: u32 = 2u32;
|
759
|
+
pub const ROLE_SYSTEM_MENUITEM: u32 = 12u32;
|
760
|
+
pub const ROLE_SYSTEM_MENUPOPUP: u32 = 11u32;
|
761
|
+
pub const ROLE_SYSTEM_OUTLINE: u32 = 35u32;
|
762
|
+
pub const ROLE_SYSTEM_OUTLINEBUTTON: u32 = 64u32;
|
763
|
+
pub const ROLE_SYSTEM_OUTLINEITEM: u32 = 36u32;
|
764
|
+
pub const ROLE_SYSTEM_PAGETAB: u32 = 37u32;
|
765
|
+
pub const ROLE_SYSTEM_PAGETABLIST: u32 = 60u32;
|
766
|
+
pub const ROLE_SYSTEM_PANE: u32 = 16u32;
|
767
|
+
pub const ROLE_SYSTEM_PROGRESSBAR: u32 = 48u32;
|
768
|
+
pub const ROLE_SYSTEM_PROPERTYPAGE: u32 = 38u32;
|
769
|
+
pub const ROLE_SYSTEM_PUSHBUTTON: u32 = 43u32;
|
770
|
+
pub const ROLE_SYSTEM_RADIOBUTTON: u32 = 45u32;
|
771
|
+
pub const ROLE_SYSTEM_ROW: u32 = 28u32;
|
772
|
+
pub const ROLE_SYSTEM_ROWHEADER: u32 = 26u32;
|
773
|
+
pub const ROLE_SYSTEM_SCROLLBAR: u32 = 3u32;
|
774
|
+
pub const ROLE_SYSTEM_SEPARATOR: u32 = 21u32;
|
775
|
+
pub const ROLE_SYSTEM_SLIDER: u32 = 51u32;
|
776
|
+
pub const ROLE_SYSTEM_SOUND: u32 = 5u32;
|
777
|
+
pub const ROLE_SYSTEM_SPINBUTTON: u32 = 52u32;
|
778
|
+
pub const ROLE_SYSTEM_SPLITBUTTON: u32 = 62u32;
|
779
|
+
pub const ROLE_SYSTEM_STATICTEXT: u32 = 41u32;
|
780
|
+
pub const ROLE_SYSTEM_STATUSBAR: u32 = 23u32;
|
781
|
+
pub const ROLE_SYSTEM_TABLE: u32 = 24u32;
|
782
|
+
pub const ROLE_SYSTEM_TEXT: u32 = 42u32;
|
783
|
+
pub const ROLE_SYSTEM_TITLEBAR: u32 = 1u32;
|
784
|
+
pub const ROLE_SYSTEM_TOOLBAR: u32 = 22u32;
|
785
|
+
pub const ROLE_SYSTEM_TOOLTIP: u32 = 13u32;
|
786
|
+
pub const ROLE_SYSTEM_WHITESPACE: u32 = 59u32;
|
787
|
+
pub const ROLE_SYSTEM_WINDOW: u32 = 9u32;
|
788
|
+
pub const RadioButton_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3bdb49db_fe2c_4483_b3e1_e57f219440c6);
|
789
|
+
pub const RangeValue_IsReadOnly_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x25fa1055_debf_4373_a79e_1f1a1908d3c4);
|
790
|
+
pub const RangeValue_LargeChange_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa1f96325_3a3d_4b44_8e1f_4a46d9844019);
|
791
|
+
pub const RangeValue_Maximum_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x19319914_f979_4b35_a1a6_d37e05433473);
|
792
|
+
pub const RangeValue_Minimum_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x78cbd3b2_684d_4860_af93_d1f95cb022fd);
|
793
|
+
pub const RangeValue_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x18b00d87_b1c9_476a_bfbd_5f0bdb926f63);
|
794
|
+
pub const RangeValue_SmallChange_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x81c2c457_3941_4107_9975_139760f7c072);
|
795
|
+
pub const RangeValue_Value_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x131f5d98_c50c_489d_abe5_ae220898c5f7);
|
796
|
+
pub const Rotation_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x767cdc7d_aec0_4110_ad32_30edd403492e);
|
797
|
+
pub type RowOrColumnMajor = i32;
|
798
|
+
pub const RowOrColumnMajor_ColumnMajor: RowOrColumnMajor = 1i32;
|
799
|
+
pub const RowOrColumnMajor_Indeterminate: RowOrColumnMajor = 2i32;
|
800
|
+
pub const RowOrColumnMajor_RowMajor: RowOrColumnMajor = 0i32;
|
801
|
+
pub const RuntimeId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa39eebfa_7fba_4c89_b4d4_b99e2de7d160);
|
802
|
+
pub const SELFLAG_ADDSELECTION: u32 = 8u32;
|
803
|
+
pub const SELFLAG_EXTENDSELECTION: u32 = 4u32;
|
804
|
+
pub const SELFLAG_NONE: u32 = 0u32;
|
805
|
+
pub const SELFLAG_REMOVESELECTION: u32 = 16u32;
|
806
|
+
pub const SELFLAG_TAKEFOCUS: u32 = 1u32;
|
807
|
+
pub const SELFLAG_TAKESELECTION: u32 = 2u32;
|
808
|
+
pub const SELFLAG_VALID: u32 = 31u32;
|
809
|
+
#[repr(C)]
|
810
|
+
#[derive(Clone, Copy)]
|
811
|
+
pub struct SERIALKEYSA {
|
812
|
+
pub cbSize: u32,
|
813
|
+
pub dwFlags: SERIALKEYS_FLAGS,
|
814
|
+
pub lpszActivePort: windows_sys::core::PSTR,
|
815
|
+
pub lpszPort: windows_sys::core::PSTR,
|
816
|
+
pub iBaudRate: u32,
|
817
|
+
pub iPortState: u32,
|
818
|
+
pub iActive: u32,
|
819
|
+
}
|
820
|
+
impl Default for SERIALKEYSA {
|
821
|
+
fn default() -> Self {
|
822
|
+
unsafe { core::mem::zeroed() }
|
823
|
+
}
|
824
|
+
}
|
825
|
+
#[repr(C)]
|
826
|
+
#[derive(Clone, Copy)]
|
827
|
+
pub struct SERIALKEYSW {
|
828
|
+
pub cbSize: u32,
|
829
|
+
pub dwFlags: SERIALKEYS_FLAGS,
|
830
|
+
pub lpszActivePort: windows_sys::core::PWSTR,
|
831
|
+
pub lpszPort: windows_sys::core::PWSTR,
|
832
|
+
pub iBaudRate: u32,
|
833
|
+
pub iPortState: u32,
|
834
|
+
pub iActive: u32,
|
835
|
+
}
|
836
|
+
impl Default for SERIALKEYSW {
|
837
|
+
fn default() -> Self {
|
838
|
+
unsafe { core::mem::zeroed() }
|
839
|
+
}
|
840
|
+
}
|
841
|
+
pub type SERIALKEYS_FLAGS = u32;
|
842
|
+
pub const SERKF_AVAILABLE: SERIALKEYS_FLAGS = 2u32;
|
843
|
+
pub const SERKF_INDICATOR: SERIALKEYS_FLAGS = 4u32;
|
844
|
+
pub const SERKF_SERIALKEYSON: SERIALKEYS_FLAGS = 1u32;
|
845
|
+
pub const SID_ControlElementProvider: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf4791d68_e254_4ba3_9a53_26a5c5497946);
|
846
|
+
pub const SID_IsUIAutomationObject: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb96fdb85_7204_4724_842b_c7059dedb9d0);
|
847
|
+
pub const SKF_AUDIBLEFEEDBACK: STICKYKEYS_FLAGS = 64u32;
|
848
|
+
pub const SKF_AVAILABLE: STICKYKEYS_FLAGS = 2u32;
|
849
|
+
pub const SKF_CONFIRMHOTKEY: STICKYKEYS_FLAGS = 8u32;
|
850
|
+
pub const SKF_HOTKEYACTIVE: STICKYKEYS_FLAGS = 4u32;
|
851
|
+
pub const SKF_HOTKEYSOUND: STICKYKEYS_FLAGS = 16u32;
|
852
|
+
pub const SKF_INDICATOR: STICKYKEYS_FLAGS = 32u32;
|
853
|
+
pub const SKF_LALTLATCHED: STICKYKEYS_FLAGS = 268435456u32;
|
854
|
+
pub const SKF_LALTLOCKED: STICKYKEYS_FLAGS = 1048576u32;
|
855
|
+
pub const SKF_LCTLLATCHED: STICKYKEYS_FLAGS = 67108864u32;
|
856
|
+
pub const SKF_LCTLLOCKED: STICKYKEYS_FLAGS = 262144u32;
|
857
|
+
pub const SKF_LSHIFTLATCHED: STICKYKEYS_FLAGS = 16777216u32;
|
858
|
+
pub const SKF_LSHIFTLOCKED: STICKYKEYS_FLAGS = 65536u32;
|
859
|
+
pub const SKF_LWINLATCHED: STICKYKEYS_FLAGS = 1073741824u32;
|
860
|
+
pub const SKF_LWINLOCKED: STICKYKEYS_FLAGS = 4194304u32;
|
861
|
+
pub const SKF_RALTLATCHED: STICKYKEYS_FLAGS = 536870912u32;
|
862
|
+
pub const SKF_RALTLOCKED: STICKYKEYS_FLAGS = 2097152u32;
|
863
|
+
pub const SKF_RCTLLATCHED: STICKYKEYS_FLAGS = 134217728u32;
|
864
|
+
pub const SKF_RCTLLOCKED: STICKYKEYS_FLAGS = 524288u32;
|
865
|
+
pub const SKF_RSHIFTLATCHED: STICKYKEYS_FLAGS = 33554432u32;
|
866
|
+
pub const SKF_RSHIFTLOCKED: STICKYKEYS_FLAGS = 131072u32;
|
867
|
+
pub const SKF_RWINLATCHED: STICKYKEYS_FLAGS = 2147483648u32;
|
868
|
+
pub const SKF_RWINLOCKED: STICKYKEYS_FLAGS = 8388608u32;
|
869
|
+
pub const SKF_STICKYKEYSON: STICKYKEYS_FLAGS = 1u32;
|
870
|
+
pub const SKF_TRISTATE: STICKYKEYS_FLAGS = 128u32;
|
871
|
+
pub const SKF_TWOKEYSOFF: STICKYKEYS_FLAGS = 256u32;
|
872
|
+
#[repr(C)]
|
873
|
+
#[derive(Clone, Copy)]
|
874
|
+
pub struct SOUNDSENTRYA {
|
875
|
+
pub cbSize: u32,
|
876
|
+
pub dwFlags: SOUNDSENTRY_FLAGS,
|
877
|
+
pub iFSTextEffect: SOUNDSENTRY_TEXT_EFFECT,
|
878
|
+
pub iFSTextEffectMSec: u32,
|
879
|
+
pub iFSTextEffectColorBits: u32,
|
880
|
+
pub iFSGrafEffect: SOUND_SENTRY_GRAPHICS_EFFECT,
|
881
|
+
pub iFSGrafEffectMSec: u32,
|
882
|
+
pub iFSGrafEffectColor: u32,
|
883
|
+
pub iWindowsEffect: SOUNDSENTRY_WINDOWS_EFFECT,
|
884
|
+
pub iWindowsEffectMSec: u32,
|
885
|
+
pub lpszWindowsEffectDLL: windows_sys::core::PSTR,
|
886
|
+
pub iWindowsEffectOrdinal: u32,
|
887
|
+
}
|
888
|
+
impl Default for SOUNDSENTRYA {
|
889
|
+
fn default() -> Self {
|
890
|
+
unsafe { core::mem::zeroed() }
|
891
|
+
}
|
892
|
+
}
|
893
|
+
#[repr(C)]
|
894
|
+
#[derive(Clone, Copy)]
|
895
|
+
pub struct SOUNDSENTRYW {
|
896
|
+
pub cbSize: u32,
|
897
|
+
pub dwFlags: SOUNDSENTRY_FLAGS,
|
898
|
+
pub iFSTextEffect: SOUNDSENTRY_TEXT_EFFECT,
|
899
|
+
pub iFSTextEffectMSec: u32,
|
900
|
+
pub iFSTextEffectColorBits: u32,
|
901
|
+
pub iFSGrafEffect: SOUND_SENTRY_GRAPHICS_EFFECT,
|
902
|
+
pub iFSGrafEffectMSec: u32,
|
903
|
+
pub iFSGrafEffectColor: u32,
|
904
|
+
pub iWindowsEffect: SOUNDSENTRY_WINDOWS_EFFECT,
|
905
|
+
pub iWindowsEffectMSec: u32,
|
906
|
+
pub lpszWindowsEffectDLL: windows_sys::core::PWSTR,
|
907
|
+
pub iWindowsEffectOrdinal: u32,
|
908
|
+
}
|
909
|
+
impl Default for SOUNDSENTRYW {
|
910
|
+
fn default() -> Self {
|
911
|
+
unsafe { core::mem::zeroed() }
|
912
|
+
}
|
913
|
+
}
|
914
|
+
pub type SOUNDSENTRY_FLAGS = u32;
|
915
|
+
pub type SOUNDSENTRY_TEXT_EFFECT = u32;
|
916
|
+
pub type SOUNDSENTRY_WINDOWS_EFFECT = u32;
|
917
|
+
pub type SOUND_SENTRY_GRAPHICS_EFFECT = u32;
|
918
|
+
pub const SSF_AVAILABLE: SOUNDSENTRY_FLAGS = 2u32;
|
919
|
+
pub const SSF_INDICATOR: SOUNDSENTRY_FLAGS = 4u32;
|
920
|
+
pub const SSF_SOUNDSENTRYON: SOUNDSENTRY_FLAGS = 1u32;
|
921
|
+
pub const SSGF_DISPLAY: SOUND_SENTRY_GRAPHICS_EFFECT = 3u32;
|
922
|
+
pub const SSGF_NONE: SOUND_SENTRY_GRAPHICS_EFFECT = 0u32;
|
923
|
+
pub const SSTF_BORDER: SOUNDSENTRY_TEXT_EFFECT = 2u32;
|
924
|
+
pub const SSTF_CHARS: SOUNDSENTRY_TEXT_EFFECT = 1u32;
|
925
|
+
pub const SSTF_DISPLAY: SOUNDSENTRY_TEXT_EFFECT = 3u32;
|
926
|
+
pub const SSTF_NONE: SOUNDSENTRY_TEXT_EFFECT = 0u32;
|
927
|
+
pub const SSWF_CUSTOM: SOUNDSENTRY_WINDOWS_EFFECT = 4u32;
|
928
|
+
pub const SSWF_DISPLAY: SOUNDSENTRY_WINDOWS_EFFECT = 3u32;
|
929
|
+
pub const SSWF_NONE: SOUNDSENTRY_WINDOWS_EFFECT = 0u32;
|
930
|
+
pub const SSWF_TITLE: SOUNDSENTRY_WINDOWS_EFFECT = 1u32;
|
931
|
+
pub const SSWF_WINDOW: SOUNDSENTRY_WINDOWS_EFFECT = 2u32;
|
932
|
+
pub const STATE_SYSTEM_HASPOPUP: u32 = 1073741824u32;
|
933
|
+
pub const STATE_SYSTEM_NORMAL: u32 = 0u32;
|
934
|
+
#[repr(C)]
|
935
|
+
#[derive(Clone, Copy, Default)]
|
936
|
+
pub struct STICKYKEYS {
|
937
|
+
pub cbSize: u32,
|
938
|
+
pub dwFlags: STICKYKEYS_FLAGS,
|
939
|
+
}
|
940
|
+
pub type STICKYKEYS_FLAGS = u32;
|
941
|
+
pub type SayAsInterpretAs = i32;
|
942
|
+
pub const SayAsInterpretAs_Address: SayAsInterpretAs = 11i32;
|
943
|
+
pub const SayAsInterpretAs_Alphanumeric: SayAsInterpretAs = 12i32;
|
944
|
+
pub const SayAsInterpretAs_Cardinal: SayAsInterpretAs = 2i32;
|
945
|
+
pub const SayAsInterpretAs_Currency: SayAsInterpretAs = 8i32;
|
946
|
+
pub const SayAsInterpretAs_Date: SayAsInterpretAs = 5i32;
|
947
|
+
pub const SayAsInterpretAs_Date_DayMonth: SayAsInterpretAs = 20i32;
|
948
|
+
pub const SayAsInterpretAs_Date_DayMonthYear: SayAsInterpretAs = 16i32;
|
949
|
+
pub const SayAsInterpretAs_Date_MonthDay: SayAsInterpretAs = 21i32;
|
950
|
+
pub const SayAsInterpretAs_Date_MonthDayYear: SayAsInterpretAs = 15i32;
|
951
|
+
pub const SayAsInterpretAs_Date_MonthYear: SayAsInterpretAs = 19i32;
|
952
|
+
pub const SayAsInterpretAs_Date_Year: SayAsInterpretAs = 22i32;
|
953
|
+
pub const SayAsInterpretAs_Date_YearMonth: SayAsInterpretAs = 18i32;
|
954
|
+
pub const SayAsInterpretAs_Date_YearMonthDay: SayAsInterpretAs = 17i32;
|
955
|
+
pub const SayAsInterpretAs_Media: SayAsInterpretAs = 14i32;
|
956
|
+
pub const SayAsInterpretAs_Name: SayAsInterpretAs = 13i32;
|
957
|
+
pub const SayAsInterpretAs_Net: SayAsInterpretAs = 9i32;
|
958
|
+
pub const SayAsInterpretAs_None: SayAsInterpretAs = 0i32;
|
959
|
+
pub const SayAsInterpretAs_Number: SayAsInterpretAs = 4i32;
|
960
|
+
pub const SayAsInterpretAs_Ordinal: SayAsInterpretAs = 3i32;
|
961
|
+
pub const SayAsInterpretAs_Spell: SayAsInterpretAs = 1i32;
|
962
|
+
pub const SayAsInterpretAs_Telephone: SayAsInterpretAs = 7i32;
|
963
|
+
pub const SayAsInterpretAs_Time: SayAsInterpretAs = 6i32;
|
964
|
+
pub const SayAsInterpretAs_Time_HoursMinutes12: SayAsInterpretAs = 24i32;
|
965
|
+
pub const SayAsInterpretAs_Time_HoursMinutes24: SayAsInterpretAs = 26i32;
|
966
|
+
pub const SayAsInterpretAs_Time_HoursMinutesSeconds12: SayAsInterpretAs = 23i32;
|
967
|
+
pub const SayAsInterpretAs_Time_HoursMinutesSeconds24: SayAsInterpretAs = 25i32;
|
968
|
+
pub const SayAsInterpretAs_Url: SayAsInterpretAs = 10i32;
|
969
|
+
pub type ScrollAmount = i32;
|
970
|
+
pub const ScrollAmount_LargeDecrement: ScrollAmount = 0i32;
|
971
|
+
pub const ScrollAmount_LargeIncrement: ScrollAmount = 3i32;
|
972
|
+
pub const ScrollAmount_NoAmount: ScrollAmount = 2i32;
|
973
|
+
pub const ScrollAmount_SmallDecrement: ScrollAmount = 1i32;
|
974
|
+
pub const ScrollAmount_SmallIncrement: ScrollAmount = 4i32;
|
975
|
+
pub const ScrollBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdaf34b36_5065_4946_b22f_92595fc0751a);
|
976
|
+
pub const ScrollItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4591d005_a803_4d5c_b4d5_8d2800f906a7);
|
977
|
+
pub const Scroll_HorizontalScrollPercent_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc7c13c0e_eb21_47ff_acc4_b5a3350f5191);
|
978
|
+
pub const Scroll_HorizontalViewSize_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x70c2e5d4_fcb0_4713_a9aa_af92ff79e4cd);
|
979
|
+
pub const Scroll_HorizontallyScrollable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8b925147_28cd_49ae_bd63_f44118d2e719);
|
980
|
+
pub const Scroll_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x895fa4b4_759d_4c50_8e15_03460672003c);
|
981
|
+
pub const Scroll_VerticalScrollPercent_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6c8d7099_b2a8_4948_bff7_3cf9058bfefb);
|
982
|
+
pub const Scroll_VerticalViewSize_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xde6a2e22_d8c7_40c5_83ba_e5f681d53108);
|
983
|
+
pub const Scroll_VerticallyScrollable_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x89164798_0068_4315_b89a_1e7cfbbc3dfc);
|
984
|
+
pub const Selection2_CurrentSelectedItem_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x34257c26_83b5_41a6_939c_ae841c136236);
|
985
|
+
pub const Selection2_FirstSelectedItem_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcc24ea67_369c_4e55_9ff7_38da69540c29);
|
986
|
+
pub const Selection2_ItemCount_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbb49eb9f_456d_4048_b591_9c2026b84636);
|
987
|
+
pub const Selection2_LastSelectedItem_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcf7bda90_2d83_49f8_860c_9ce394cf89b4);
|
988
|
+
pub const SelectionItem_ElementAddedToSelectionEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3c822dd1_c407_4dba_91dd_79d4aed0aec6);
|
989
|
+
pub const SelectionItem_ElementRemovedFromSelectionEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x097fa8a9_7079_41af_8b9c_0934d8305e5c);
|
990
|
+
pub const SelectionItem_ElementSelectedEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb9c7dbfb_4ebe_4532_aaf4_008cf647233c);
|
991
|
+
pub const SelectionItem_IsSelected_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf122835f_cd5f_43df_b79d_4b849e9e6020);
|
992
|
+
pub const SelectionItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9bc64eeb_87c7_4b28_94bb_4d9fa437b6ef);
|
993
|
+
pub const SelectionItem_SelectionContainer_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa4365b6e_9c1e_4b63_8b53_c2421dd1e8fb);
|
994
|
+
pub const Selection_CanSelectMultiple_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x49d73da5_c883_4500_883d_8fcf8daf6cbe);
|
995
|
+
pub const Selection_InvalidatedEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcac14904_16b4_4b53_8e47_4cb1df267bb7);
|
996
|
+
pub const Selection_IsSelectionRequired_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb1ae4422_63fe_44e7_a5a5_a738c829b19a);
|
997
|
+
pub const Selection_Pattern2_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfba25cab_ab98_49f7_a7dc_fe539dc15be7);
|
998
|
+
pub const Selection_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x66e3b7e8_d821_4d25_8761_435d2c8b253f);
|
999
|
+
pub const Selection_Selection_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xaa6dc2a2_0e2b_4d38_96d5_34e470b81853);
|
1000
|
+
pub const SemanticZoom_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5fd34a43_061e_42c8_b589_9dccf74bc43a);
|
1001
|
+
pub const Separator_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8767eba3_2a63_4ab0_ac8d_aa50e23de978);
|
1002
|
+
pub const SizeOfSet_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1600d33c_3b9f_4369_9431_aa293f344cf1);
|
1003
|
+
pub const Size_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2b5f761d_f885_4404_973f_9b1d98e36d8f);
|
1004
|
+
pub const Slider_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb033c24b_3b35_4cea_b609_763682fa660b);
|
1005
|
+
pub const Spinner_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x60cc4b38_3cb1_4161_b442_c6b726c17825);
|
1006
|
+
pub const SplitButton_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7011f01f_4ace_4901_b461_920a6f1ca650);
|
1007
|
+
pub const SpreadsheetItem_AnnotationObjects_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa3194c38_c9bc_4604_9396_ae3f9f457f7b);
|
1008
|
+
pub const SpreadsheetItem_AnnotationTypes_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc70c51d0_d602_4b45_afbc_b4712b96d72b);
|
1009
|
+
pub const SpreadsheetItem_Formula_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe602e47d_1b47_4bea_87cf_3b0b0b5c15b6);
|
1010
|
+
pub const SpreadsheetItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x32cf83ff_f1a8_4a8c_8658_d47ba74e20ba);
|
1011
|
+
pub const Spreadsheet_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6a5b24c9_9d1e_4b85_9e44_c02e3169b10b);
|
1012
|
+
pub const StatusBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd45e7d1b_5873_475f_95a4_0433e1f1b00a);
|
1013
|
+
pub type StructureChangeType = i32;
|
1014
|
+
pub const StructureChangeType_ChildAdded: StructureChangeType = 0i32;
|
1015
|
+
pub const StructureChangeType_ChildRemoved: StructureChangeType = 1i32;
|
1016
|
+
pub const StructureChangeType_ChildrenBulkAdded: StructureChangeType = 3i32;
|
1017
|
+
pub const StructureChangeType_ChildrenBulkRemoved: StructureChangeType = 4i32;
|
1018
|
+
pub const StructureChangeType_ChildrenInvalidated: StructureChangeType = 2i32;
|
1019
|
+
pub const StructureChangeType_ChildrenReordered: StructureChangeType = 5i32;
|
1020
|
+
pub const StructureChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x59977961_3edd_4b11_b13b_676b2a2a6ca9);
|
1021
|
+
pub const StructuredMarkup_CompositionComplete_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc48a3c17_677a_4047_a68d_fc1257528aef);
|
1022
|
+
pub const StructuredMarkup_Deleted_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf9d0a020_e1c1_4ecf_b9aa_52efde7e41e1);
|
1023
|
+
pub const StructuredMarkup_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xabbd0878_8665_4f5c_94fc_36e7d8bb706b);
|
1024
|
+
pub const StructuredMarkup_SelectionChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa7c815f7_ff9f_41c7_a3a7_ab6cbfdb4903);
|
1025
|
+
pub const StyleId_BulletedList: UIA_STYLE_ID = 70015i32;
|
1026
|
+
pub const StyleId_BulletedList_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5963ed64_6426_4632_8caf_a32ad402d91a);
|
1027
|
+
pub const StyleId_Custom: UIA_STYLE_ID = 70000i32;
|
1028
|
+
pub const StyleId_Custom_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xef2edd3e_a999_4b7c_a378_09bbd52a3516);
|
1029
|
+
pub const StyleId_Emphasis: UIA_STYLE_ID = 70013i32;
|
1030
|
+
pub const StyleId_Emphasis_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xca6e7dbe_355e_4820_95a0_925f041d3470);
|
1031
|
+
pub const StyleId_Heading1: UIA_STYLE_ID = 70001i32;
|
1032
|
+
pub const StyleId_Heading1_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7f7e8f69_6866_4621_930c_9a5d0ca5961c);
|
1033
|
+
pub const StyleId_Heading2: UIA_STYLE_ID = 70002i32;
|
1034
|
+
pub const StyleId_Heading2_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbaa9b241_5c69_469d_85ad_474737b52b14);
|
1035
|
+
pub const StyleId_Heading3: UIA_STYLE_ID = 70003i32;
|
1036
|
+
pub const StyleId_Heading3_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbf8be9d2_d8b8_4ec5_8c52_9cfb0d035970);
|
1037
|
+
pub const StyleId_Heading4: UIA_STYLE_ID = 70004i32;
|
1038
|
+
pub const StyleId_Heading4_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8436ffc0_9578_45fc_83a4_ff40053315dd);
|
1039
|
+
pub const StyleId_Heading5: UIA_STYLE_ID = 70005i32;
|
1040
|
+
pub const StyleId_Heading5_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x909f424d_0dbf_406e_97bb_4e773d9798f7);
|
1041
|
+
pub const StyleId_Heading6: UIA_STYLE_ID = 70006i32;
|
1042
|
+
pub const StyleId_Heading6_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x89d23459_5d5b_4824_a420_11d3ed82e40f);
|
1043
|
+
pub const StyleId_Heading7: UIA_STYLE_ID = 70007i32;
|
1044
|
+
pub const StyleId_Heading7_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa3790473_e9ae_422d_b8e3_3b675c6181a4);
|
1045
|
+
pub const StyleId_Heading8: UIA_STYLE_ID = 70008i32;
|
1046
|
+
pub const StyleId_Heading8_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2bc14145_a40c_4881_84ae_f2235685380c);
|
1047
|
+
pub const StyleId_Heading9: UIA_STYLE_ID = 70009i32;
|
1048
|
+
pub const StyleId_Heading9_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc70d9133_bb2a_43d3_8ac6_33657884b0f0);
|
1049
|
+
pub const StyleId_Normal: UIA_STYLE_ID = 70012i32;
|
1050
|
+
pub const StyleId_Normal_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xcd14d429_e45e_4475_a1c5_7f9e6be96eba);
|
1051
|
+
pub const StyleId_NumberedList: UIA_STYLE_ID = 70016i32;
|
1052
|
+
pub const StyleId_NumberedList_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1e96dbd5_64c3_43d0_b1ee_b53b06e3eddf);
|
1053
|
+
pub const StyleId_Quote: UIA_STYLE_ID = 70014i32;
|
1054
|
+
pub const StyleId_Quote_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5d1c21ea_8195_4f6c_87ea_5dabece64c1d);
|
1055
|
+
pub const StyleId_Subtitle: UIA_STYLE_ID = 70011i32;
|
1056
|
+
pub const StyleId_Subtitle_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb5d9fc17_5d6f_4420_b439_7cb19ad434e2);
|
1057
|
+
pub const StyleId_Title: UIA_STYLE_ID = 70010i32;
|
1058
|
+
pub const StyleId_Title_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x15d8201a_ffcf_481f_b0a1_30b63be98f07);
|
1059
|
+
pub const Styles_ExtendedProperties_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf451cda0_ba0a_4681_b0b0_0dbdb53e58f3);
|
1060
|
+
pub const Styles_FillColor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x63eff97a_a1c5_4b1d_84eb_b765f2edd632);
|
1061
|
+
pub const Styles_FillPatternColor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x939a59fe_8fbd_4e75_a271_ac4595195163);
|
1062
|
+
pub const Styles_FillPatternStyle_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x81cf651f_482b_4451_a30a_e1545e554fb8);
|
1063
|
+
pub const Styles_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1ae62655_da72_4d60_a153_e5aa6988e3bf);
|
1064
|
+
pub const Styles_Shape_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc71a23f8_778c_400d_8458_3b543e526984);
|
1065
|
+
pub const Styles_StyleId_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xda82852f_3817_4233_82af_02279e72cc77);
|
1066
|
+
pub const Styles_StyleName_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1c12b035_05d1_4f55_9e8e_1489f3ff550d);
|
1067
|
+
pub type SupportedTextSelection = i32;
|
1068
|
+
pub const SupportedTextSelection_Multiple: SupportedTextSelection = 2i32;
|
1069
|
+
pub const SupportedTextSelection_None: SupportedTextSelection = 0i32;
|
1070
|
+
pub const SupportedTextSelection_Single: SupportedTextSelection = 1i32;
|
1071
|
+
pub type SynchronizedInputType = i32;
|
1072
|
+
pub const SynchronizedInputType_KeyDown: SynchronizedInputType = 2i32;
|
1073
|
+
pub const SynchronizedInputType_KeyUp: SynchronizedInputType = 1i32;
|
1074
|
+
pub const SynchronizedInputType_LeftMouseDown: SynchronizedInputType = 8i32;
|
1075
|
+
pub const SynchronizedInputType_LeftMouseUp: SynchronizedInputType = 4i32;
|
1076
|
+
pub const SynchronizedInputType_RightMouseDown: SynchronizedInputType = 32i32;
|
1077
|
+
pub const SynchronizedInputType_RightMouseUp: SynchronizedInputType = 16i32;
|
1078
|
+
pub const SynchronizedInput_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x05c288a6_c47b_488b_b653_33977a551b8b);
|
1079
|
+
pub const SystemAlert_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd271545d_7a3a_47a7_8474_81d29a2451c9);
|
1080
|
+
#[repr(C)]
|
1081
|
+
#[derive(Clone, Copy, Default)]
|
1082
|
+
pub struct TOGGLEKEYS {
|
1083
|
+
pub cbSize: u32,
|
1084
|
+
pub dwFlags: u32,
|
1085
|
+
}
|
1086
|
+
pub const TabItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2c6a634f_921b_4e6e_b26e_08fcb0798f4c);
|
1087
|
+
pub const Tab_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x38cd1f2d_337a_4bd2_a5e3_adb469e30bd3);
|
1088
|
+
pub const TableItem_ColumnHeaderItems_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x967a56a3_74b6_431e_8de6_99c411031c58);
|
1089
|
+
pub const TableItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdf1343bd_1888_4a29_a50c_b92e6de37f6f);
|
1090
|
+
pub const TableItem_RowHeaderItems_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb3f853a0_0574_4cd8_bcd7_ed5923572d97);
|
1091
|
+
pub const Table_ColumnHeaders_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xaff1d72b_968d_42b1_b459_150b299da664);
|
1092
|
+
pub const Table_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x773bfa0e_5bc4_4deb_921b_de7b3206229e);
|
1093
|
+
pub const Table_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc415218e_a028_461e_aa92_8f925cf79351);
|
1094
|
+
pub const Table_RowHeaders_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd9e35b87_6eb8_4562_aac6_a8a9075236a8);
|
1095
|
+
pub const Table_RowOrColumnMajor_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x83be75c3_29fe_4a30_85e1_2a6277fd106e);
|
1096
|
+
pub const TextChild_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7533cab7_3bfe_41ef_9e85_e2638cbe169e);
|
1097
|
+
pub type TextDecorationLineStyle = i32;
|
1098
|
+
pub const TextDecorationLineStyle_Dash: TextDecorationLineStyle = 5i32;
|
1099
|
+
pub const TextDecorationLineStyle_DashDot: TextDecorationLineStyle = 6i32;
|
1100
|
+
pub const TextDecorationLineStyle_DashDotDot: TextDecorationLineStyle = 7i32;
|
1101
|
+
pub const TextDecorationLineStyle_Dot: TextDecorationLineStyle = 4i32;
|
1102
|
+
pub const TextDecorationLineStyle_Double: TextDecorationLineStyle = 3i32;
|
1103
|
+
pub const TextDecorationLineStyle_DoubleWavy: TextDecorationLineStyle = 11i32;
|
1104
|
+
pub const TextDecorationLineStyle_LongDash: TextDecorationLineStyle = 13i32;
|
1105
|
+
pub const TextDecorationLineStyle_None: TextDecorationLineStyle = 0i32;
|
1106
|
+
pub const TextDecorationLineStyle_Other: TextDecorationLineStyle = -1i32;
|
1107
|
+
pub const TextDecorationLineStyle_Single: TextDecorationLineStyle = 1i32;
|
1108
|
+
pub const TextDecorationLineStyle_ThickDash: TextDecorationLineStyle = 14i32;
|
1109
|
+
pub const TextDecorationLineStyle_ThickDashDot: TextDecorationLineStyle = 15i32;
|
1110
|
+
pub const TextDecorationLineStyle_ThickDashDotDot: TextDecorationLineStyle = 16i32;
|
1111
|
+
pub const TextDecorationLineStyle_ThickDot: TextDecorationLineStyle = 17i32;
|
1112
|
+
pub const TextDecorationLineStyle_ThickLongDash: TextDecorationLineStyle = 18i32;
|
1113
|
+
pub const TextDecorationLineStyle_ThickSingle: TextDecorationLineStyle = 9i32;
|
1114
|
+
pub const TextDecorationLineStyle_ThickWavy: TextDecorationLineStyle = 12i32;
|
1115
|
+
pub const TextDecorationLineStyle_Wavy: TextDecorationLineStyle = 8i32;
|
1116
|
+
pub const TextDecorationLineStyle_WordsOnly: TextDecorationLineStyle = 2i32;
|
1117
|
+
pub type TextEditChangeType = i32;
|
1118
|
+
pub const TextEditChangeType_AutoComplete: TextEditChangeType = 4i32;
|
1119
|
+
pub const TextEditChangeType_AutoCorrect: TextEditChangeType = 1i32;
|
1120
|
+
pub const TextEditChangeType_Composition: TextEditChangeType = 2i32;
|
1121
|
+
pub const TextEditChangeType_CompositionFinalized: TextEditChangeType = 3i32;
|
1122
|
+
pub const TextEditChangeType_None: TextEditChangeType = 0i32;
|
1123
|
+
pub const TextEdit_ConversionTargetChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3388c183_ed4f_4c8b_9baa_364d51d8847f);
|
1124
|
+
pub const TextEdit_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x69f3ff89_5af9_4c75_9340_f2de292e4591);
|
1125
|
+
pub const TextEdit_TextChanged_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x120b0308_ec22_4eb8_9c98_9867cda1b165);
|
1126
|
+
pub type TextPatternRangeEndpoint = i32;
|
1127
|
+
pub const TextPatternRangeEndpoint_End: TextPatternRangeEndpoint = 1i32;
|
1128
|
+
pub const TextPatternRangeEndpoint_Start: TextPatternRangeEndpoint = 0i32;
|
1129
|
+
pub type TextUnit = i32;
|
1130
|
+
pub const TextUnit_Character: TextUnit = 0i32;
|
1131
|
+
pub const TextUnit_Document: TextUnit = 6i32;
|
1132
|
+
pub const TextUnit_Format: TextUnit = 1i32;
|
1133
|
+
pub const TextUnit_Line: TextUnit = 3i32;
|
1134
|
+
pub const TextUnit_Page: TextUnit = 5i32;
|
1135
|
+
pub const TextUnit_Paragraph: TextUnit = 4i32;
|
1136
|
+
pub const TextUnit_Word: TextUnit = 2i32;
|
1137
|
+
pub const Text_AfterParagraphSpacing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x588cbb38_e62f_497c_b5d1_ccdf0ee823d8);
|
1138
|
+
pub const Text_AfterSpacing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x588cbb38_e62f_497c_b5d1_ccdf0ee823d8);
|
1139
|
+
pub const Text_AnimationStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x628209f0_7c9a_4d57_be64_1f1836571ff5);
|
1140
|
+
pub const Text_AnnotationObjects_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xff41cf68_e7ab_40b9_8c72_72a8ed94017d);
|
1141
|
+
pub const Text_AnnotationTypes_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xad2eb431_ee4e_4be1_a7ba_5559155a73ef);
|
1142
|
+
pub const Text_BackgroundColor_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfdc49a07_583d_4f17_ad27_77fc832a3c0b);
|
1143
|
+
pub const Text_BeforeParagraphSpacing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbe7b0ab1_c822_4a24_85e9_c8f2650fc79c);
|
1144
|
+
pub const Text_BeforeSpacing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbe7b0ab1_c822_4a24_85e9_c8f2650fc79c);
|
1145
|
+
pub const Text_BulletStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc1097c90_d5c4_4237_9781_3bec8ba54e48);
|
1146
|
+
pub const Text_CapStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfb059c50_92cc_49a5_ba8f_0aa872bba2f3);
|
1147
|
+
pub const Text_CaretBidiMode_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x929ee7a6_51d3_4715_96dc_b694fa24a168);
|
1148
|
+
pub const Text_CaretPosition_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb227b131_9889_4752_a91b_733efdc5c5a0);
|
1149
|
+
pub const Text_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xae9772dc_d331_4f09_be20_7e6dfaf07b0a);
|
1150
|
+
pub const Text_Culture_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc2025af9_a42d_4ced_a1fb_c6746315222e);
|
1151
|
+
pub const Text_FontName_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x64e63ba8_f2e5_476e_a477_1734feaaf726);
|
1152
|
+
pub const Text_FontSize_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdc5eeeff_0506_4673_93f2_377e4a8e01f1);
|
1153
|
+
pub const Text_FontWeight_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6fc02359_b316_4f5f_b401_f1ce55741853);
|
1154
|
+
pub const Text_ForegroundColor_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x72d1c95d_5e60_471a_96b1_6c1b3b77a436);
|
1155
|
+
pub const Text_HorizontalTextAlignment_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x04ea6161_fba3_477a_952a_bb326d026a5b);
|
1156
|
+
pub const Text_IndentationFirstLine_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x206f9ad5_c1d3_424a_8182_6da9a7f3d632);
|
1157
|
+
pub const Text_IndentationLeading_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5cf66bac_2d45_4a4b_b6c9_f7221d2815b0);
|
1158
|
+
pub const Text_IndentationTrailing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x97ff6c0f_1ce4_408a_b67b_94d83eb69bf2);
|
1159
|
+
pub const Text_IsActive_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf5a4e533_e1b8_436b_935d_b57aa3f558c4);
|
1160
|
+
pub const Text_IsHidden_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x360182fb_bdd7_47f6_ab69_19e33f8a3344);
|
1161
|
+
pub const Text_IsItalic_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfce12a56_1336_4a34_9663_1bab47239320);
|
1162
|
+
pub const Text_IsReadOnly_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa738156b_ca3e_495e_9514_833c440feb11);
|
1163
|
+
pub const Text_IsSubscript_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf0ead858_8f53_413c_873f_1a7d7f5e0de4);
|
1164
|
+
pub const Text_IsSuperscript_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xda706ee4_b3aa_4645_a41f_cd25157dea76);
|
1165
|
+
pub const Text_LineSpacing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x63ff70ae_d943_4b47_8ab7_a7a033d3214b);
|
1166
|
+
pub const Text_Link_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb38ef51d_9e8d_4e46_9144_56ebe177329b);
|
1167
|
+
pub const Text_MarginBottom_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7ee593c4_72b4_4cac_9271_3ed24b0e4d42);
|
1168
|
+
pub const Text_MarginLeading_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9e9242d0_5ed0_4900_8e8a_eecc03835afc);
|
1169
|
+
pub const Text_MarginTop_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x683d936f_c9b9_4a9a_b3d9_d20d33311e2a);
|
1170
|
+
pub const Text_MarginTrailing_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xaf522f98_999d_40af_a5b2_0169d0342002);
|
1171
|
+
pub const Text_OutlineStyles_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5b675b27_db89_46fe_970c_614d523bb97d);
|
1172
|
+
pub const Text_OverlineColor_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x83ab383a_fd43_40da_ab3e_ecf8165cbb6d);
|
1173
|
+
pub const Text_OverlineStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0a234d66_617e_427f_871d_e1ff1e0c213f);
|
1174
|
+
pub const Text_Pattern2_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x498479a2_5b22_448d_b6e4_647490860698);
|
1175
|
+
pub const Text_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8615f05d_7de5_44fd_a679_2ca4b46033a8);
|
1176
|
+
pub const Text_SayAsInterpretAs_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb38ad6ac_eee1_4b6e_88cc_014cefa93fcb);
|
1177
|
+
pub const Text_SelectionActiveEnd_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1f668cc3_9bbf_416b_b0a2_f89f86f6612c);
|
1178
|
+
pub const Text_StrikethroughColor_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbfe15a18_8c41_4c5a_9a0b_04af0e07f487);
|
1179
|
+
pub const Text_StrikethroughStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x72913ef1_da00_4f01_899c_ac5a8577a307);
|
1180
|
+
pub const Text_StyleId_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x14c300de_c32b_449b_ab7c_b0e0789aea5d);
|
1181
|
+
pub const Text_StyleName_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x22c9e091_4d66_45d8_a828_737bab4c98a7);
|
1182
|
+
pub const Text_Tabs_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2e68d00b_92fe_42d8_899a_a784aa4454a1);
|
1183
|
+
pub const Text_TextChangedEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4a342082_f483_48c4_ac11_a84b435e2a84);
|
1184
|
+
pub const Text_TextFlowDirections_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8bdf8739_f420_423e_af77_20a5d973a907);
|
1185
|
+
pub const Text_TextSelectionChangedEvent_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x918edaa1_71b3_49ae_9741_79beb8d358f3);
|
1186
|
+
pub const Text_UnderlineColor_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbfa12c73_fde2_4473_bf64_1036d6aa0f45);
|
1187
|
+
pub const Text_UnderlineStyle_Attribute_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5f3b21c0_ede4_44bd_9c36_3853038cbfeb);
|
1188
|
+
pub const Thumb_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x701ca877_e310_4dd6_b644_797e4faea213);
|
1189
|
+
pub const TitleBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x98aa55bf_3bb0_4b65_836e_2ea30dbc171f);
|
1190
|
+
pub type ToggleState = i32;
|
1191
|
+
pub const ToggleState_Indeterminate: ToggleState = 2i32;
|
1192
|
+
pub const ToggleState_Off: ToggleState = 0i32;
|
1193
|
+
pub const ToggleState_On: ToggleState = 1i32;
|
1194
|
+
pub const Toggle_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0b419760_e2f4_43ff_8c5f_9457c82b56e9);
|
1195
|
+
pub const Toggle_ToggleState_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb23cdc52_22c2_4c6c_9ded_f5c422479ede);
|
1196
|
+
pub const ToolBar_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8f06b751_e182_4e98_8893_2284543a7dce);
|
1197
|
+
pub const ToolTipClosed_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x276d71ef_24a9_49b6_8e97_da98b401bbcd);
|
1198
|
+
pub const ToolTipOpened_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3f4b97ff_2edc_451d_bca4_95a3188d5b03);
|
1199
|
+
pub const ToolTip_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x05ddc6d1_2137_4768_98ea_73f52f7134f3);
|
1200
|
+
pub const Tranform_Pattern2_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8afcfd07_a369_44de_988b_2f7ff49fb8a8);
|
1201
|
+
pub const Transform2_CanZoom_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf357e890_a756_4359_9ca6_86702bf8f381);
|
1202
|
+
pub const Transform2_ZoomLevel_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xeee29f1a_f4a2_4b5b_ac65_95cf93283387);
|
1203
|
+
pub const Transform2_ZoomMaximum_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x42ab6b77_ceb0_4eca_b82a_6cfa5fa1fc08);
|
1204
|
+
pub const Transform2_ZoomMinimum_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x742ccc16_4ad1_4e07_96fe_b122c6e6b22b);
|
1205
|
+
pub const Transform_CanMove_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1b75824d_208b_4fdf_bccd_f1f4e5741f4f);
|
1206
|
+
pub const Transform_CanResize_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbb98dca5_4c1a_41d4_a4f6_ebc128644180);
|
1207
|
+
pub const Transform_CanRotate_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x10079b48_3849_476f_ac96_44a95c8440d9);
|
1208
|
+
pub const Transform_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x24b46fdb_587e_49f1_9c4a_d8e98b664b7b);
|
1209
|
+
pub const TreeItem_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x62c9feb9_8ffc_4878_a3a4_96b030315c18);
|
1210
|
+
pub type TreeScope = i32;
|
1211
|
+
pub const TreeScope_Ancestors: TreeScope = 16i32;
|
1212
|
+
pub const TreeScope_Children: TreeScope = 2i32;
|
1213
|
+
pub const TreeScope_Descendants: TreeScope = 4i32;
|
1214
|
+
pub const TreeScope_Element: TreeScope = 1i32;
|
1215
|
+
pub const TreeScope_None: TreeScope = 0i32;
|
1216
|
+
pub const TreeScope_Parent: TreeScope = 8i32;
|
1217
|
+
pub const TreeScope_Subtree: TreeScope = 7i32;
|
1218
|
+
pub type TreeTraversalOptions = i32;
|
1219
|
+
pub const TreeTraversalOptions_Default: TreeTraversalOptions = 0i32;
|
1220
|
+
pub const TreeTraversalOptions_LastToFirstOrder: TreeTraversalOptions = 2i32;
|
1221
|
+
pub const TreeTraversalOptions_PostOrder: TreeTraversalOptions = 1i32;
|
1222
|
+
pub const Tree_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7561349c_d241_43f4_9908_b5f091bee611);
|
1223
|
+
pub type UIA_ANNOTATIONTYPE = i32;
|
1224
|
+
pub const UIA_AcceleratorKeyPropertyId: UIA_PROPERTY_ID = 30006i32;
|
1225
|
+
pub const UIA_AccessKeyPropertyId: UIA_PROPERTY_ID = 30007i32;
|
1226
|
+
pub const UIA_ActiveTextPositionChangedEventId: UIA_EVENT_ID = 20036i32;
|
1227
|
+
pub const UIA_AfterParagraphSpacingAttributeId: UIA_TEXTATTRIBUTE_ID = 40042i32;
|
1228
|
+
pub const UIA_AnimationStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40000i32;
|
1229
|
+
pub const UIA_AnnotationAnnotationTypeIdPropertyId: UIA_PROPERTY_ID = 30113i32;
|
1230
|
+
pub const UIA_AnnotationAnnotationTypeNamePropertyId: UIA_PROPERTY_ID = 30114i32;
|
1231
|
+
pub const UIA_AnnotationAuthorPropertyId: UIA_PROPERTY_ID = 30115i32;
|
1232
|
+
pub const UIA_AnnotationDateTimePropertyId: UIA_PROPERTY_ID = 30116i32;
|
1233
|
+
pub const UIA_AnnotationObjectsAttributeId: UIA_TEXTATTRIBUTE_ID = 40032i32;
|
1234
|
+
pub const UIA_AnnotationObjectsPropertyId: UIA_PROPERTY_ID = 30156i32;
|
1235
|
+
pub const UIA_AnnotationPatternId: UIA_PATTERN_ID = 10023i32;
|
1236
|
+
pub const UIA_AnnotationTargetPropertyId: UIA_PROPERTY_ID = 30117i32;
|
1237
|
+
pub const UIA_AnnotationTypesAttributeId: UIA_TEXTATTRIBUTE_ID = 40031i32;
|
1238
|
+
pub const UIA_AnnotationTypesPropertyId: UIA_PROPERTY_ID = 30155i32;
|
1239
|
+
pub const UIA_AppBarControlTypeId: UIA_CONTROLTYPE_ID = 50040i32;
|
1240
|
+
pub const UIA_AriaPropertiesPropertyId: UIA_PROPERTY_ID = 30102i32;
|
1241
|
+
pub const UIA_AriaRolePropertyId: UIA_PROPERTY_ID = 30101i32;
|
1242
|
+
pub const UIA_AsyncContentLoadedEventId: UIA_EVENT_ID = 20006i32;
|
1243
|
+
pub const UIA_AutomationFocusChangedEventId: UIA_EVENT_ID = 20005i32;
|
1244
|
+
pub const UIA_AutomationIdPropertyId: UIA_PROPERTY_ID = 30011i32;
|
1245
|
+
pub const UIA_AutomationPropertyChangedEventId: UIA_EVENT_ID = 20004i32;
|
1246
|
+
pub const UIA_BackgroundColorAttributeId: UIA_TEXTATTRIBUTE_ID = 40001i32;
|
1247
|
+
pub const UIA_BeforeParagraphSpacingAttributeId: UIA_TEXTATTRIBUTE_ID = 40041i32;
|
1248
|
+
pub const UIA_BoundingRectanglePropertyId: UIA_PROPERTY_ID = 30001i32;
|
1249
|
+
pub const UIA_BulletStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40002i32;
|
1250
|
+
pub const UIA_ButtonControlTypeId: UIA_CONTROLTYPE_ID = 50000i32;
|
1251
|
+
pub type UIA_CHANGE_ID = i32;
|
1252
|
+
pub type UIA_CONTROLTYPE_ID = i32;
|
1253
|
+
pub const UIA_CalendarControlTypeId: UIA_CONTROLTYPE_ID = 50001i32;
|
1254
|
+
pub const UIA_CapStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40003i32;
|
1255
|
+
pub const UIA_CaretBidiModeAttributeId: UIA_TEXTATTRIBUTE_ID = 40039i32;
|
1256
|
+
pub const UIA_CaretPositionAttributeId: UIA_TEXTATTRIBUTE_ID = 40038i32;
|
1257
|
+
pub const UIA_CenterPointPropertyId: UIA_PROPERTY_ID = 30165i32;
|
1258
|
+
pub const UIA_ChangesEventId: UIA_EVENT_ID = 20034i32;
|
1259
|
+
pub const UIA_CheckBoxControlTypeId: UIA_CONTROLTYPE_ID = 50002i32;
|
1260
|
+
pub const UIA_ClassNamePropertyId: UIA_PROPERTY_ID = 30012i32;
|
1261
|
+
pub const UIA_ClickablePointPropertyId: UIA_PROPERTY_ID = 30014i32;
|
1262
|
+
pub const UIA_ComboBoxControlTypeId: UIA_CONTROLTYPE_ID = 50003i32;
|
1263
|
+
pub const UIA_ControlTypePropertyId: UIA_PROPERTY_ID = 30003i32;
|
1264
|
+
pub const UIA_ControllerForPropertyId: UIA_PROPERTY_ID = 30104i32;
|
1265
|
+
pub const UIA_CultureAttributeId: UIA_TEXTATTRIBUTE_ID = 40004i32;
|
1266
|
+
pub const UIA_CulturePropertyId: UIA_PROPERTY_ID = 30015i32;
|
1267
|
+
pub const UIA_CustomControlTypeId: UIA_CONTROLTYPE_ID = 50025i32;
|
1268
|
+
pub const UIA_CustomLandmarkTypeId: UIA_LANDMARKTYPE_ID = 80000i32;
|
1269
|
+
pub const UIA_CustomNavigationPatternId: UIA_PATTERN_ID = 10033i32;
|
1270
|
+
pub const UIA_DataGridControlTypeId: UIA_CONTROLTYPE_ID = 50028i32;
|
1271
|
+
pub const UIA_DataItemControlTypeId: UIA_CONTROLTYPE_ID = 50029i32;
|
1272
|
+
pub const UIA_DescribedByPropertyId: UIA_PROPERTY_ID = 30105i32;
|
1273
|
+
pub const UIA_DockDockPositionPropertyId: UIA_PROPERTY_ID = 30069i32;
|
1274
|
+
pub const UIA_DockPatternId: UIA_PATTERN_ID = 10011i32;
|
1275
|
+
pub const UIA_DocumentControlTypeId: UIA_CONTROLTYPE_ID = 50030i32;
|
1276
|
+
pub const UIA_DragDropEffectPropertyId: UIA_PROPERTY_ID = 30139i32;
|
1277
|
+
pub const UIA_DragDropEffectsPropertyId: UIA_PROPERTY_ID = 30140i32;
|
1278
|
+
pub const UIA_DragGrabbedItemsPropertyId: UIA_PROPERTY_ID = 30144i32;
|
1279
|
+
pub const UIA_DragIsGrabbedPropertyId: UIA_PROPERTY_ID = 30138i32;
|
1280
|
+
pub const UIA_DragPatternId: UIA_PATTERN_ID = 10030i32;
|
1281
|
+
pub const UIA_Drag_DragCancelEventId: UIA_EVENT_ID = 20027i32;
|
1282
|
+
pub const UIA_Drag_DragCompleteEventId: UIA_EVENT_ID = 20028i32;
|
1283
|
+
pub const UIA_Drag_DragStartEventId: UIA_EVENT_ID = 20026i32;
|
1284
|
+
pub const UIA_DropTargetDropTargetEffectPropertyId: UIA_PROPERTY_ID = 30142i32;
|
1285
|
+
pub const UIA_DropTargetDropTargetEffectsPropertyId: UIA_PROPERTY_ID = 30143i32;
|
1286
|
+
pub const UIA_DropTargetPatternId: UIA_PATTERN_ID = 10031i32;
|
1287
|
+
pub const UIA_DropTarget_DragEnterEventId: UIA_EVENT_ID = 20029i32;
|
1288
|
+
pub const UIA_DropTarget_DragLeaveEventId: UIA_EVENT_ID = 20030i32;
|
1289
|
+
pub const UIA_DropTarget_DroppedEventId: UIA_EVENT_ID = 20031i32;
|
1290
|
+
pub type UIA_EVENT_ID = i32;
|
1291
|
+
pub const UIA_E_ELEMENTNOTAVAILABLE: u32 = 2147746305u32;
|
1292
|
+
pub const UIA_E_ELEMENTNOTENABLED: u32 = 2147746304u32;
|
1293
|
+
pub const UIA_E_INVALIDOPERATION: u32 = 2148734217u32;
|
1294
|
+
pub const UIA_E_NOCLICKABLEPOINT: u32 = 2147746306u32;
|
1295
|
+
pub const UIA_E_NOTSUPPORTED: u32 = 2147746308u32;
|
1296
|
+
pub const UIA_E_PROXYASSEMBLYNOTLOADED: u32 = 2147746307u32;
|
1297
|
+
pub const UIA_E_TIMEOUT: u32 = 2148734213u32;
|
1298
|
+
pub const UIA_EditControlTypeId: UIA_CONTROLTYPE_ID = 50004i32;
|
1299
|
+
pub const UIA_ExpandCollapseExpandCollapseStatePropertyId: UIA_PROPERTY_ID = 30070i32;
|
1300
|
+
pub const UIA_ExpandCollapsePatternId: UIA_PATTERN_ID = 10005i32;
|
1301
|
+
pub const UIA_FillColorPropertyId: UIA_PROPERTY_ID = 30160i32;
|
1302
|
+
pub const UIA_FillTypePropertyId: UIA_PROPERTY_ID = 30162i32;
|
1303
|
+
pub const UIA_FlowsFromPropertyId: UIA_PROPERTY_ID = 30148i32;
|
1304
|
+
pub const UIA_FlowsToPropertyId: UIA_PROPERTY_ID = 30106i32;
|
1305
|
+
pub const UIA_FontNameAttributeId: UIA_TEXTATTRIBUTE_ID = 40005i32;
|
1306
|
+
pub const UIA_FontSizeAttributeId: UIA_TEXTATTRIBUTE_ID = 40006i32;
|
1307
|
+
pub const UIA_FontWeightAttributeId: UIA_TEXTATTRIBUTE_ID = 40007i32;
|
1308
|
+
pub const UIA_ForegroundColorAttributeId: UIA_TEXTATTRIBUTE_ID = 40008i32;
|
1309
|
+
pub const UIA_FormLandmarkTypeId: UIA_LANDMARKTYPE_ID = 80001i32;
|
1310
|
+
pub const UIA_FrameworkIdPropertyId: UIA_PROPERTY_ID = 30024i32;
|
1311
|
+
pub const UIA_FullDescriptionPropertyId: UIA_PROPERTY_ID = 30159i32;
|
1312
|
+
pub const UIA_GridColumnCountPropertyId: UIA_PROPERTY_ID = 30063i32;
|
1313
|
+
pub const UIA_GridItemColumnPropertyId: UIA_PROPERTY_ID = 30065i32;
|
1314
|
+
pub const UIA_GridItemColumnSpanPropertyId: UIA_PROPERTY_ID = 30067i32;
|
1315
|
+
pub const UIA_GridItemContainingGridPropertyId: UIA_PROPERTY_ID = 30068i32;
|
1316
|
+
pub const UIA_GridItemPatternId: UIA_PATTERN_ID = 10007i32;
|
1317
|
+
pub const UIA_GridItemRowPropertyId: UIA_PROPERTY_ID = 30064i32;
|
1318
|
+
pub const UIA_GridItemRowSpanPropertyId: UIA_PROPERTY_ID = 30066i32;
|
1319
|
+
pub const UIA_GridPatternId: UIA_PATTERN_ID = 10006i32;
|
1320
|
+
pub const UIA_GridRowCountPropertyId: UIA_PROPERTY_ID = 30062i32;
|
1321
|
+
pub const UIA_GroupControlTypeId: UIA_CONTROLTYPE_ID = 50026i32;
|
1322
|
+
pub type UIA_HEADINGLEVEL_ID = i32;
|
1323
|
+
pub const UIA_HasKeyboardFocusPropertyId: UIA_PROPERTY_ID = 30008i32;
|
1324
|
+
pub const UIA_HeaderControlTypeId: UIA_CONTROLTYPE_ID = 50034i32;
|
1325
|
+
pub const UIA_HeaderItemControlTypeId: UIA_CONTROLTYPE_ID = 50035i32;
|
1326
|
+
pub const UIA_HeadingLevelPropertyId: UIA_PROPERTY_ID = 30173i32;
|
1327
|
+
pub const UIA_HelpTextPropertyId: UIA_PROPERTY_ID = 30013i32;
|
1328
|
+
pub const UIA_HorizontalTextAlignmentAttributeId: UIA_TEXTATTRIBUTE_ID = 40009i32;
|
1329
|
+
pub const UIA_HostedFragmentRootsInvalidatedEventId: UIA_EVENT_ID = 20025i32;
|
1330
|
+
pub const UIA_HyperlinkControlTypeId: UIA_CONTROLTYPE_ID = 50005i32;
|
1331
|
+
pub const UIA_IAFP_DEFAULT: u32 = 0u32;
|
1332
|
+
pub const UIA_IAFP_UNWRAP_BRIDGE: u32 = 1u32;
|
1333
|
+
pub const UIA_ImageControlTypeId: UIA_CONTROLTYPE_ID = 50006i32;
|
1334
|
+
pub const UIA_IndentationFirstLineAttributeId: UIA_TEXTATTRIBUTE_ID = 40010i32;
|
1335
|
+
pub const UIA_IndentationLeadingAttributeId: UIA_TEXTATTRIBUTE_ID = 40011i32;
|
1336
|
+
pub const UIA_IndentationTrailingAttributeId: UIA_TEXTATTRIBUTE_ID = 40012i32;
|
1337
|
+
pub const UIA_InputDiscardedEventId: UIA_EVENT_ID = 20022i32;
|
1338
|
+
pub const UIA_InputReachedOtherElementEventId: UIA_EVENT_ID = 20021i32;
|
1339
|
+
pub const UIA_InputReachedTargetEventId: UIA_EVENT_ID = 20020i32;
|
1340
|
+
pub const UIA_InvokePatternId: UIA_PATTERN_ID = 10000i32;
|
1341
|
+
pub const UIA_Invoke_InvokedEventId: UIA_EVENT_ID = 20009i32;
|
1342
|
+
pub const UIA_IsActiveAttributeId: UIA_TEXTATTRIBUTE_ID = 40036i32;
|
1343
|
+
pub const UIA_IsAnnotationPatternAvailablePropertyId: UIA_PROPERTY_ID = 30118i32;
|
1344
|
+
pub const UIA_IsContentElementPropertyId: UIA_PROPERTY_ID = 30017i32;
|
1345
|
+
pub const UIA_IsControlElementPropertyId: UIA_PROPERTY_ID = 30016i32;
|
1346
|
+
pub const UIA_IsCustomNavigationPatternAvailablePropertyId: UIA_PROPERTY_ID = 30151i32;
|
1347
|
+
pub const UIA_IsDataValidForFormPropertyId: UIA_PROPERTY_ID = 30103i32;
|
1348
|
+
pub const UIA_IsDialogPropertyId: UIA_PROPERTY_ID = 30174i32;
|
1349
|
+
pub const UIA_IsDockPatternAvailablePropertyId: UIA_PROPERTY_ID = 30027i32;
|
1350
|
+
pub const UIA_IsDragPatternAvailablePropertyId: UIA_PROPERTY_ID = 30137i32;
|
1351
|
+
pub const UIA_IsDropTargetPatternAvailablePropertyId: UIA_PROPERTY_ID = 30141i32;
|
1352
|
+
pub const UIA_IsEnabledPropertyId: UIA_PROPERTY_ID = 30010i32;
|
1353
|
+
pub const UIA_IsExpandCollapsePatternAvailablePropertyId: UIA_PROPERTY_ID = 30028i32;
|
1354
|
+
pub const UIA_IsGridItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30029i32;
|
1355
|
+
pub const UIA_IsGridPatternAvailablePropertyId: UIA_PROPERTY_ID = 30030i32;
|
1356
|
+
pub const UIA_IsHiddenAttributeId: UIA_TEXTATTRIBUTE_ID = 40013i32;
|
1357
|
+
pub const UIA_IsInvokePatternAvailablePropertyId: UIA_PROPERTY_ID = 30031i32;
|
1358
|
+
pub const UIA_IsItalicAttributeId: UIA_TEXTATTRIBUTE_ID = 40014i32;
|
1359
|
+
pub const UIA_IsItemContainerPatternAvailablePropertyId: UIA_PROPERTY_ID = 30108i32;
|
1360
|
+
pub const UIA_IsKeyboardFocusablePropertyId: UIA_PROPERTY_ID = 30009i32;
|
1361
|
+
pub const UIA_IsLegacyIAccessiblePatternAvailablePropertyId: UIA_PROPERTY_ID = 30090i32;
|
1362
|
+
pub const UIA_IsMultipleViewPatternAvailablePropertyId: UIA_PROPERTY_ID = 30032i32;
|
1363
|
+
pub const UIA_IsObjectModelPatternAvailablePropertyId: UIA_PROPERTY_ID = 30112i32;
|
1364
|
+
pub const UIA_IsOffscreenPropertyId: UIA_PROPERTY_ID = 30022i32;
|
1365
|
+
pub const UIA_IsPasswordPropertyId: UIA_PROPERTY_ID = 30019i32;
|
1366
|
+
pub const UIA_IsPeripheralPropertyId: UIA_PROPERTY_ID = 30150i32;
|
1367
|
+
pub const UIA_IsRangeValuePatternAvailablePropertyId: UIA_PROPERTY_ID = 30033i32;
|
1368
|
+
pub const UIA_IsReadOnlyAttributeId: UIA_TEXTATTRIBUTE_ID = 40015i32;
|
1369
|
+
pub const UIA_IsRequiredForFormPropertyId: UIA_PROPERTY_ID = 30025i32;
|
1370
|
+
pub const UIA_IsScrollItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30035i32;
|
1371
|
+
pub const UIA_IsScrollPatternAvailablePropertyId: UIA_PROPERTY_ID = 30034i32;
|
1372
|
+
pub const UIA_IsSelectionItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30036i32;
|
1373
|
+
pub const UIA_IsSelectionPattern2AvailablePropertyId: UIA_PROPERTY_ID = 30168i32;
|
1374
|
+
pub const UIA_IsSelectionPatternAvailablePropertyId: UIA_PROPERTY_ID = 30037i32;
|
1375
|
+
pub const UIA_IsSpreadsheetItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30132i32;
|
1376
|
+
pub const UIA_IsSpreadsheetPatternAvailablePropertyId: UIA_PROPERTY_ID = 30128i32;
|
1377
|
+
pub const UIA_IsStylesPatternAvailablePropertyId: UIA_PROPERTY_ID = 30127i32;
|
1378
|
+
pub const UIA_IsSubscriptAttributeId: UIA_TEXTATTRIBUTE_ID = 40016i32;
|
1379
|
+
pub const UIA_IsSuperscriptAttributeId: UIA_TEXTATTRIBUTE_ID = 40017i32;
|
1380
|
+
pub const UIA_IsSynchronizedInputPatternAvailablePropertyId: UIA_PROPERTY_ID = 30110i32;
|
1381
|
+
pub const UIA_IsTableItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30039i32;
|
1382
|
+
pub const UIA_IsTablePatternAvailablePropertyId: UIA_PROPERTY_ID = 30038i32;
|
1383
|
+
pub const UIA_IsTextChildPatternAvailablePropertyId: UIA_PROPERTY_ID = 30136i32;
|
1384
|
+
pub const UIA_IsTextEditPatternAvailablePropertyId: UIA_PROPERTY_ID = 30149i32;
|
1385
|
+
pub const UIA_IsTextPattern2AvailablePropertyId: UIA_PROPERTY_ID = 30119i32;
|
1386
|
+
pub const UIA_IsTextPatternAvailablePropertyId: UIA_PROPERTY_ID = 30040i32;
|
1387
|
+
pub const UIA_IsTogglePatternAvailablePropertyId: UIA_PROPERTY_ID = 30041i32;
|
1388
|
+
pub const UIA_IsTransformPattern2AvailablePropertyId: UIA_PROPERTY_ID = 30134i32;
|
1389
|
+
pub const UIA_IsTransformPatternAvailablePropertyId: UIA_PROPERTY_ID = 30042i32;
|
1390
|
+
pub const UIA_IsValuePatternAvailablePropertyId: UIA_PROPERTY_ID = 30043i32;
|
1391
|
+
pub const UIA_IsVirtualizedItemPatternAvailablePropertyId: UIA_PROPERTY_ID = 30109i32;
|
1392
|
+
pub const UIA_IsWindowPatternAvailablePropertyId: UIA_PROPERTY_ID = 30044i32;
|
1393
|
+
pub const UIA_ItemContainerPatternId: UIA_PATTERN_ID = 10019i32;
|
1394
|
+
pub const UIA_ItemStatusPropertyId: UIA_PROPERTY_ID = 30026i32;
|
1395
|
+
pub const UIA_ItemTypePropertyId: UIA_PROPERTY_ID = 30021i32;
|
1396
|
+
pub type UIA_LANDMARKTYPE_ID = i32;
|
1397
|
+
pub const UIA_LabeledByPropertyId: UIA_PROPERTY_ID = 30018i32;
|
1398
|
+
pub const UIA_LandmarkTypePropertyId: UIA_PROPERTY_ID = 30157i32;
|
1399
|
+
pub const UIA_LayoutInvalidatedEventId: UIA_EVENT_ID = 20008i32;
|
1400
|
+
pub const UIA_LegacyIAccessibleChildIdPropertyId: UIA_PROPERTY_ID = 30091i32;
|
1401
|
+
pub const UIA_LegacyIAccessibleDefaultActionPropertyId: UIA_PROPERTY_ID = 30100i32;
|
1402
|
+
pub const UIA_LegacyIAccessibleDescriptionPropertyId: UIA_PROPERTY_ID = 30094i32;
|
1403
|
+
pub const UIA_LegacyIAccessibleHelpPropertyId: UIA_PROPERTY_ID = 30097i32;
|
1404
|
+
pub const UIA_LegacyIAccessibleKeyboardShortcutPropertyId: UIA_PROPERTY_ID = 30098i32;
|
1405
|
+
pub const UIA_LegacyIAccessibleNamePropertyId: UIA_PROPERTY_ID = 30092i32;
|
1406
|
+
pub const UIA_LegacyIAccessiblePatternId: UIA_PATTERN_ID = 10018i32;
|
1407
|
+
pub const UIA_LegacyIAccessibleRolePropertyId: UIA_PROPERTY_ID = 30095i32;
|
1408
|
+
pub const UIA_LegacyIAccessibleSelectionPropertyId: UIA_PROPERTY_ID = 30099i32;
|
1409
|
+
pub const UIA_LegacyIAccessibleStatePropertyId: UIA_PROPERTY_ID = 30096i32;
|
1410
|
+
pub const UIA_LegacyIAccessibleValuePropertyId: UIA_PROPERTY_ID = 30093i32;
|
1411
|
+
pub const UIA_LevelPropertyId: UIA_PROPERTY_ID = 30154i32;
|
1412
|
+
pub const UIA_LineSpacingAttributeId: UIA_TEXTATTRIBUTE_ID = 40040i32;
|
1413
|
+
pub const UIA_LinkAttributeId: UIA_TEXTATTRIBUTE_ID = 40035i32;
|
1414
|
+
pub const UIA_ListControlTypeId: UIA_CONTROLTYPE_ID = 50008i32;
|
1415
|
+
pub const UIA_ListItemControlTypeId: UIA_CONTROLTYPE_ID = 50007i32;
|
1416
|
+
pub const UIA_LiveRegionChangedEventId: UIA_EVENT_ID = 20024i32;
|
1417
|
+
pub const UIA_LiveSettingPropertyId: UIA_PROPERTY_ID = 30135i32;
|
1418
|
+
pub const UIA_LocalizedControlTypePropertyId: UIA_PROPERTY_ID = 30004i32;
|
1419
|
+
pub const UIA_LocalizedLandmarkTypePropertyId: UIA_PROPERTY_ID = 30158i32;
|
1420
|
+
pub type UIA_METADATA_ID = i32;
|
1421
|
+
pub const UIA_MainLandmarkTypeId: UIA_LANDMARKTYPE_ID = 80002i32;
|
1422
|
+
pub const UIA_MarginBottomAttributeId: UIA_TEXTATTRIBUTE_ID = 40018i32;
|
1423
|
+
pub const UIA_MarginLeadingAttributeId: UIA_TEXTATTRIBUTE_ID = 40019i32;
|
1424
|
+
pub const UIA_MarginTopAttributeId: UIA_TEXTATTRIBUTE_ID = 40020i32;
|
1425
|
+
pub const UIA_MarginTrailingAttributeId: UIA_TEXTATTRIBUTE_ID = 40021i32;
|
1426
|
+
pub const UIA_MenuBarControlTypeId: UIA_CONTROLTYPE_ID = 50010i32;
|
1427
|
+
pub const UIA_MenuClosedEventId: UIA_EVENT_ID = 20007i32;
|
1428
|
+
pub const UIA_MenuControlTypeId: UIA_CONTROLTYPE_ID = 50009i32;
|
1429
|
+
pub const UIA_MenuItemControlTypeId: UIA_CONTROLTYPE_ID = 50011i32;
|
1430
|
+
pub const UIA_MenuModeEndEventId: UIA_EVENT_ID = 20019i32;
|
1431
|
+
pub const UIA_MenuModeStartEventId: UIA_EVENT_ID = 20018i32;
|
1432
|
+
pub const UIA_MenuOpenedEventId: UIA_EVENT_ID = 20003i32;
|
1433
|
+
pub const UIA_MultipleViewCurrentViewPropertyId: UIA_PROPERTY_ID = 30071i32;
|
1434
|
+
pub const UIA_MultipleViewPatternId: UIA_PATTERN_ID = 10008i32;
|
1435
|
+
pub const UIA_MultipleViewSupportedViewsPropertyId: UIA_PROPERTY_ID = 30072i32;
|
1436
|
+
pub const UIA_NamePropertyId: UIA_PROPERTY_ID = 30005i32;
|
1437
|
+
pub const UIA_NativeWindowHandlePropertyId: UIA_PROPERTY_ID = 30020i32;
|
1438
|
+
pub const UIA_NavigationLandmarkTypeId: UIA_LANDMARKTYPE_ID = 80003i32;
|
1439
|
+
pub const UIA_NotificationEventId: UIA_EVENT_ID = 20035i32;
|
1440
|
+
pub const UIA_ObjectModelPatternId: UIA_PATTERN_ID = 10022i32;
|
1441
|
+
pub const UIA_OptimizeForVisualContentPropertyId: UIA_PROPERTY_ID = 30111i32;
|
1442
|
+
pub const UIA_OrientationPropertyId: UIA_PROPERTY_ID = 30023i32;
|
1443
|
+
pub const UIA_OutlineColorPropertyId: UIA_PROPERTY_ID = 30161i32;
|
1444
|
+
pub const UIA_OutlineStylesAttributeId: UIA_TEXTATTRIBUTE_ID = 40022i32;
|
1445
|
+
pub const UIA_OutlineThicknessPropertyId: UIA_PROPERTY_ID = 30164i32;
|
1446
|
+
pub const UIA_OverlineColorAttributeId: UIA_TEXTATTRIBUTE_ID = 40023i32;
|
1447
|
+
pub const UIA_OverlineStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40024i32;
|
1448
|
+
pub type UIA_PATTERN_ID = i32;
|
1449
|
+
pub const UIA_PFIA_DEFAULT: u32 = 0u32;
|
1450
|
+
pub const UIA_PFIA_UNWRAP_BRIDGE: u32 = 1u32;
|
1451
|
+
pub type UIA_PROPERTY_ID = i32;
|
1452
|
+
pub const UIA_PaneControlTypeId: UIA_CONTROLTYPE_ID = 50033i32;
|
1453
|
+
pub const UIA_PositionInSetPropertyId: UIA_PROPERTY_ID = 30152i32;
|
1454
|
+
pub const UIA_ProcessIdPropertyId: UIA_PROPERTY_ID = 30002i32;
|
1455
|
+
pub const UIA_ProgressBarControlTypeId: UIA_CONTROLTYPE_ID = 50012i32;
|
1456
|
+
pub const UIA_ProviderDescriptionPropertyId: UIA_PROPERTY_ID = 30107i32;
|
1457
|
+
pub const UIA_RadioButtonControlTypeId: UIA_CONTROLTYPE_ID = 50013i32;
|
1458
|
+
pub const UIA_RangeValueIsReadOnlyPropertyId: UIA_PROPERTY_ID = 30048i32;
|
1459
|
+
pub const UIA_RangeValueLargeChangePropertyId: UIA_PROPERTY_ID = 30051i32;
|
1460
|
+
pub const UIA_RangeValueMaximumPropertyId: UIA_PROPERTY_ID = 30050i32;
|
1461
|
+
pub const UIA_RangeValueMinimumPropertyId: UIA_PROPERTY_ID = 30049i32;
|
1462
|
+
pub const UIA_RangeValuePatternId: UIA_PATTERN_ID = 10003i32;
|
1463
|
+
pub const UIA_RangeValueSmallChangePropertyId: UIA_PROPERTY_ID = 30052i32;
|
1464
|
+
pub const UIA_RangeValueValuePropertyId: UIA_PROPERTY_ID = 30047i32;
|
1465
|
+
pub const UIA_RotationPropertyId: UIA_PROPERTY_ID = 30166i32;
|
1466
|
+
pub const UIA_RuntimeIdPropertyId: UIA_PROPERTY_ID = 30000i32;
|
1467
|
+
pub type UIA_STYLE_ID = i32;
|
1468
|
+
pub const UIA_SayAsInterpretAsAttributeId: UIA_TEXTATTRIBUTE_ID = 40043i32;
|
1469
|
+
pub const UIA_SayAsInterpretAsMetadataId: UIA_METADATA_ID = 100000i32;
|
1470
|
+
pub const UIA_ScrollBarControlTypeId: UIA_CONTROLTYPE_ID = 50014i32;
|
1471
|
+
pub const UIA_ScrollHorizontalScrollPercentPropertyId: UIA_PROPERTY_ID = 30053i32;
|
1472
|
+
pub const UIA_ScrollHorizontalViewSizePropertyId: UIA_PROPERTY_ID = 30054i32;
|
1473
|
+
pub const UIA_ScrollHorizontallyScrollablePropertyId: UIA_PROPERTY_ID = 30057i32;
|
1474
|
+
pub const UIA_ScrollItemPatternId: UIA_PATTERN_ID = 10017i32;
|
1475
|
+
pub const UIA_ScrollPatternId: UIA_PATTERN_ID = 10004i32;
|
1476
|
+
pub const UIA_ScrollPatternNoScroll: f64 = -1f64;
|
1477
|
+
pub const UIA_ScrollVerticalScrollPercentPropertyId: UIA_PROPERTY_ID = 30055i32;
|
1478
|
+
pub const UIA_ScrollVerticalViewSizePropertyId: UIA_PROPERTY_ID = 30056i32;
|
1479
|
+
pub const UIA_ScrollVerticallyScrollablePropertyId: UIA_PROPERTY_ID = 30058i32;
|
1480
|
+
pub const UIA_SearchLandmarkTypeId: UIA_LANDMARKTYPE_ID = 80004i32;
|
1481
|
+
pub const UIA_Selection2CurrentSelectedItemPropertyId: UIA_PROPERTY_ID = 30171i32;
|
1482
|
+
pub const UIA_Selection2FirstSelectedItemPropertyId: UIA_PROPERTY_ID = 30169i32;
|
1483
|
+
pub const UIA_Selection2ItemCountPropertyId: UIA_PROPERTY_ID = 30172i32;
|
1484
|
+
pub const UIA_Selection2LastSelectedItemPropertyId: UIA_PROPERTY_ID = 30170i32;
|
1485
|
+
pub const UIA_SelectionActiveEndAttributeId: UIA_TEXTATTRIBUTE_ID = 40037i32;
|
1486
|
+
pub const UIA_SelectionCanSelectMultiplePropertyId: UIA_PROPERTY_ID = 30060i32;
|
1487
|
+
pub const UIA_SelectionIsSelectionRequiredPropertyId: UIA_PROPERTY_ID = 30061i32;
|
1488
|
+
pub const UIA_SelectionItemIsSelectedPropertyId: UIA_PROPERTY_ID = 30079i32;
|
1489
|
+
pub const UIA_SelectionItemPatternId: UIA_PATTERN_ID = 10010i32;
|
1490
|
+
pub const UIA_SelectionItemSelectionContainerPropertyId: UIA_PROPERTY_ID = 30080i32;
|
1491
|
+
pub const UIA_SelectionItem_ElementAddedToSelectionEventId: UIA_EVENT_ID = 20010i32;
|
1492
|
+
pub const UIA_SelectionItem_ElementRemovedFromSelectionEventId: UIA_EVENT_ID = 20011i32;
|
1493
|
+
pub const UIA_SelectionItem_ElementSelectedEventId: UIA_EVENT_ID = 20012i32;
|
1494
|
+
pub const UIA_SelectionPattern2Id: UIA_PATTERN_ID = 10034i32;
|
1495
|
+
pub const UIA_SelectionPatternId: UIA_PATTERN_ID = 10001i32;
|
1496
|
+
pub const UIA_SelectionSelectionPropertyId: UIA_PROPERTY_ID = 30059i32;
|
1497
|
+
pub const UIA_Selection_InvalidatedEventId: UIA_EVENT_ID = 20013i32;
|
1498
|
+
pub const UIA_SemanticZoomControlTypeId: UIA_CONTROLTYPE_ID = 50039i32;
|
1499
|
+
pub const UIA_SeparatorControlTypeId: UIA_CONTROLTYPE_ID = 50038i32;
|
1500
|
+
pub const UIA_SizeOfSetPropertyId: UIA_PROPERTY_ID = 30153i32;
|
1501
|
+
pub const UIA_SizePropertyId: UIA_PROPERTY_ID = 30167i32;
|
1502
|
+
pub const UIA_SliderControlTypeId: UIA_CONTROLTYPE_ID = 50015i32;
|
1503
|
+
pub const UIA_SpinnerControlTypeId: UIA_CONTROLTYPE_ID = 50016i32;
|
1504
|
+
pub const UIA_SplitButtonControlTypeId: UIA_CONTROLTYPE_ID = 50031i32;
|
1505
|
+
pub const UIA_SpreadsheetItemAnnotationObjectsPropertyId: UIA_PROPERTY_ID = 30130i32;
|
1506
|
+
pub const UIA_SpreadsheetItemAnnotationTypesPropertyId: UIA_PROPERTY_ID = 30131i32;
|
1507
|
+
pub const UIA_SpreadsheetItemFormulaPropertyId: UIA_PROPERTY_ID = 30129i32;
|
1508
|
+
pub const UIA_SpreadsheetItemPatternId: UIA_PATTERN_ID = 10027i32;
|
1509
|
+
pub const UIA_SpreadsheetPatternId: UIA_PATTERN_ID = 10026i32;
|
1510
|
+
pub const UIA_StatusBarControlTypeId: UIA_CONTROLTYPE_ID = 50017i32;
|
1511
|
+
pub const UIA_StrikethroughColorAttributeId: UIA_TEXTATTRIBUTE_ID = 40025i32;
|
1512
|
+
pub const UIA_StrikethroughStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40026i32;
|
1513
|
+
pub const UIA_StructureChangedEventId: UIA_EVENT_ID = 20002i32;
|
1514
|
+
pub const UIA_StyleIdAttributeId: UIA_TEXTATTRIBUTE_ID = 40034i32;
|
1515
|
+
pub const UIA_StyleNameAttributeId: UIA_TEXTATTRIBUTE_ID = 40033i32;
|
1516
|
+
pub const UIA_StylesExtendedPropertiesPropertyId: UIA_PROPERTY_ID = 30126i32;
|
1517
|
+
pub const UIA_StylesFillColorPropertyId: UIA_PROPERTY_ID = 30122i32;
|
1518
|
+
pub const UIA_StylesFillPatternColorPropertyId: UIA_PROPERTY_ID = 30125i32;
|
1519
|
+
pub const UIA_StylesFillPatternStylePropertyId: UIA_PROPERTY_ID = 30123i32;
|
1520
|
+
pub const UIA_StylesPatternId: UIA_PATTERN_ID = 10025i32;
|
1521
|
+
pub const UIA_StylesShapePropertyId: UIA_PROPERTY_ID = 30124i32;
|
1522
|
+
pub const UIA_StylesStyleIdPropertyId: UIA_PROPERTY_ID = 30120i32;
|
1523
|
+
pub const UIA_StylesStyleNamePropertyId: UIA_PROPERTY_ID = 30121i32;
|
1524
|
+
pub const UIA_SummaryChangeId: UIA_CHANGE_ID = 90000i32;
|
1525
|
+
pub const UIA_SynchronizedInputPatternId: UIA_PATTERN_ID = 10021i32;
|
1526
|
+
pub const UIA_SystemAlertEventId: UIA_EVENT_ID = 20023i32;
|
1527
|
+
pub type UIA_TEXTATTRIBUTE_ID = i32;
|
1528
|
+
pub const UIA_TabControlTypeId: UIA_CONTROLTYPE_ID = 50018i32;
|
1529
|
+
pub const UIA_TabItemControlTypeId: UIA_CONTROLTYPE_ID = 50019i32;
|
1530
|
+
pub const UIA_TableColumnHeadersPropertyId: UIA_PROPERTY_ID = 30082i32;
|
1531
|
+
pub const UIA_TableControlTypeId: UIA_CONTROLTYPE_ID = 50036i32;
|
1532
|
+
pub const UIA_TableItemColumnHeaderItemsPropertyId: UIA_PROPERTY_ID = 30085i32;
|
1533
|
+
pub const UIA_TableItemPatternId: UIA_PATTERN_ID = 10013i32;
|
1534
|
+
pub const UIA_TableItemRowHeaderItemsPropertyId: UIA_PROPERTY_ID = 30084i32;
|
1535
|
+
pub const UIA_TablePatternId: UIA_PATTERN_ID = 10012i32;
|
1536
|
+
pub const UIA_TableRowHeadersPropertyId: UIA_PROPERTY_ID = 30081i32;
|
1537
|
+
pub const UIA_TableRowOrColumnMajorPropertyId: UIA_PROPERTY_ID = 30083i32;
|
1538
|
+
pub const UIA_TabsAttributeId: UIA_TEXTATTRIBUTE_ID = 40027i32;
|
1539
|
+
pub const UIA_TextChildPatternId: UIA_PATTERN_ID = 10029i32;
|
1540
|
+
pub const UIA_TextControlTypeId: UIA_CONTROLTYPE_ID = 50020i32;
|
1541
|
+
pub const UIA_TextEditPatternId: UIA_PATTERN_ID = 10032i32;
|
1542
|
+
pub const UIA_TextEdit_ConversionTargetChangedEventId: UIA_EVENT_ID = 20033i32;
|
1543
|
+
pub const UIA_TextEdit_TextChangedEventId: UIA_EVENT_ID = 20032i32;
|
1544
|
+
pub const UIA_TextFlowDirectionsAttributeId: UIA_TEXTATTRIBUTE_ID = 40028i32;
|
1545
|
+
pub const UIA_TextPattern2Id: UIA_PATTERN_ID = 10024i32;
|
1546
|
+
pub const UIA_TextPatternId: UIA_PATTERN_ID = 10014i32;
|
1547
|
+
pub const UIA_Text_TextChangedEventId: UIA_EVENT_ID = 20015i32;
|
1548
|
+
pub const UIA_Text_TextSelectionChangedEventId: UIA_EVENT_ID = 20014i32;
|
1549
|
+
pub const UIA_ThumbControlTypeId: UIA_CONTROLTYPE_ID = 50027i32;
|
1550
|
+
pub const UIA_TitleBarControlTypeId: UIA_CONTROLTYPE_ID = 50037i32;
|
1551
|
+
pub const UIA_TogglePatternId: UIA_PATTERN_ID = 10015i32;
|
1552
|
+
pub const UIA_ToggleToggleStatePropertyId: UIA_PROPERTY_ID = 30086i32;
|
1553
|
+
pub const UIA_ToolBarControlTypeId: UIA_CONTROLTYPE_ID = 50021i32;
|
1554
|
+
pub const UIA_ToolTipClosedEventId: UIA_EVENT_ID = 20001i32;
|
1555
|
+
pub const UIA_ToolTipControlTypeId: UIA_CONTROLTYPE_ID = 50022i32;
|
1556
|
+
pub const UIA_ToolTipOpenedEventId: UIA_EVENT_ID = 20000i32;
|
1557
|
+
pub const UIA_Transform2CanZoomPropertyId: UIA_PROPERTY_ID = 30133i32;
|
1558
|
+
pub const UIA_Transform2ZoomLevelPropertyId: UIA_PROPERTY_ID = 30145i32;
|
1559
|
+
pub const UIA_Transform2ZoomMaximumPropertyId: UIA_PROPERTY_ID = 30147i32;
|
1560
|
+
pub const UIA_Transform2ZoomMinimumPropertyId: UIA_PROPERTY_ID = 30146i32;
|
1561
|
+
pub const UIA_TransformCanMovePropertyId: UIA_PROPERTY_ID = 30087i32;
|
1562
|
+
pub const UIA_TransformCanResizePropertyId: UIA_PROPERTY_ID = 30088i32;
|
1563
|
+
pub const UIA_TransformCanRotatePropertyId: UIA_PROPERTY_ID = 30089i32;
|
1564
|
+
pub const UIA_TransformPattern2Id: UIA_PATTERN_ID = 10028i32;
|
1565
|
+
pub const UIA_TransformPatternId: UIA_PATTERN_ID = 10016i32;
|
1566
|
+
pub const UIA_TreeControlTypeId: UIA_CONTROLTYPE_ID = 50023i32;
|
1567
|
+
pub const UIA_TreeItemControlTypeId: UIA_CONTROLTYPE_ID = 50024i32;
|
1568
|
+
pub const UIA_UnderlineColorAttributeId: UIA_TEXTATTRIBUTE_ID = 40029i32;
|
1569
|
+
pub const UIA_UnderlineStyleAttributeId: UIA_TEXTATTRIBUTE_ID = 40030i32;
|
1570
|
+
pub const UIA_ValueIsReadOnlyPropertyId: UIA_PROPERTY_ID = 30046i32;
|
1571
|
+
pub const UIA_ValuePatternId: UIA_PATTERN_ID = 10002i32;
|
1572
|
+
pub const UIA_ValueValuePropertyId: UIA_PROPERTY_ID = 30045i32;
|
1573
|
+
pub const UIA_VirtualizedItemPatternId: UIA_PATTERN_ID = 10020i32;
|
1574
|
+
pub const UIA_VisualEffectsPropertyId: UIA_PROPERTY_ID = 30163i32;
|
1575
|
+
pub const UIA_WindowCanMaximizePropertyId: UIA_PROPERTY_ID = 30073i32;
|
1576
|
+
pub const UIA_WindowCanMinimizePropertyId: UIA_PROPERTY_ID = 30074i32;
|
1577
|
+
pub const UIA_WindowControlTypeId: UIA_CONTROLTYPE_ID = 50032i32;
|
1578
|
+
pub const UIA_WindowIsModalPropertyId: UIA_PROPERTY_ID = 30077i32;
|
1579
|
+
pub const UIA_WindowIsTopmostPropertyId: UIA_PROPERTY_ID = 30078i32;
|
1580
|
+
pub const UIA_WindowPatternId: UIA_PATTERN_ID = 10009i32;
|
1581
|
+
pub const UIA_WindowWindowInteractionStatePropertyId: UIA_PROPERTY_ID = 30076i32;
|
1582
|
+
pub const UIA_WindowWindowVisualStatePropertyId: UIA_PROPERTY_ID = 30075i32;
|
1583
|
+
pub const UIA_Window_WindowClosedEventId: UIA_EVENT_ID = 20017i32;
|
1584
|
+
pub const UIA_Window_WindowOpenedEventId: UIA_EVENT_ID = 20016i32;
|
1585
|
+
#[repr(C)]
|
1586
|
+
#[derive(Clone, Copy)]
|
1587
|
+
pub struct UIAutomationEventInfo {
|
1588
|
+
pub guid: windows_sys::core::GUID,
|
1589
|
+
pub pProgrammaticName: windows_sys::core::PCWSTR,
|
1590
|
+
}
|
1591
|
+
impl Default for UIAutomationEventInfo {
|
1592
|
+
fn default() -> Self {
|
1593
|
+
unsafe { core::mem::zeroed() }
|
1594
|
+
}
|
1595
|
+
}
|
1596
|
+
#[repr(C)]
|
1597
|
+
#[derive(Clone, Copy)]
|
1598
|
+
pub struct UIAutomationMethodInfo {
|
1599
|
+
pub pProgrammaticName: windows_sys::core::PCWSTR,
|
1600
|
+
pub doSetFocus: windows_sys::core::BOOL,
|
1601
|
+
pub cInParameters: u32,
|
1602
|
+
pub cOutParameters: u32,
|
1603
|
+
pub pParameterTypes: *mut UIAutomationType,
|
1604
|
+
pub pParameterNames: *const windows_sys::core::PCWSTR,
|
1605
|
+
}
|
1606
|
+
impl Default for UIAutomationMethodInfo {
|
1607
|
+
fn default() -> Self {
|
1608
|
+
unsafe { core::mem::zeroed() }
|
1609
|
+
}
|
1610
|
+
}
|
1611
|
+
#[repr(C)]
|
1612
|
+
#[derive(Clone, Copy)]
|
1613
|
+
pub struct UIAutomationParameter {
|
1614
|
+
pub r#type: UIAutomationType,
|
1615
|
+
pub pData: *mut core::ffi::c_void,
|
1616
|
+
}
|
1617
|
+
impl Default for UIAutomationParameter {
|
1618
|
+
fn default() -> Self {
|
1619
|
+
unsafe { core::mem::zeroed() }
|
1620
|
+
}
|
1621
|
+
}
|
1622
|
+
#[repr(C)]
|
1623
|
+
#[derive(Clone, Copy)]
|
1624
|
+
pub struct UIAutomationPatternInfo {
|
1625
|
+
pub guid: windows_sys::core::GUID,
|
1626
|
+
pub pProgrammaticName: windows_sys::core::PCWSTR,
|
1627
|
+
pub providerInterfaceId: windows_sys::core::GUID,
|
1628
|
+
pub clientInterfaceId: windows_sys::core::GUID,
|
1629
|
+
pub cProperties: u32,
|
1630
|
+
pub pProperties: *mut UIAutomationPropertyInfo,
|
1631
|
+
pub cMethods: u32,
|
1632
|
+
pub pMethods: *mut UIAutomationMethodInfo,
|
1633
|
+
pub cEvents: u32,
|
1634
|
+
pub pEvents: *mut UIAutomationEventInfo,
|
1635
|
+
pub pPatternHandler: *mut core::ffi::c_void,
|
1636
|
+
}
|
1637
|
+
impl Default for UIAutomationPatternInfo {
|
1638
|
+
fn default() -> Self {
|
1639
|
+
unsafe { core::mem::zeroed() }
|
1640
|
+
}
|
1641
|
+
}
|
1642
|
+
#[repr(C)]
|
1643
|
+
#[derive(Clone, Copy)]
|
1644
|
+
pub struct UIAutomationPropertyInfo {
|
1645
|
+
pub guid: windows_sys::core::GUID,
|
1646
|
+
pub pProgrammaticName: windows_sys::core::PCWSTR,
|
1647
|
+
pub r#type: UIAutomationType,
|
1648
|
+
}
|
1649
|
+
impl Default for UIAutomationPropertyInfo {
|
1650
|
+
fn default() -> Self {
|
1651
|
+
unsafe { core::mem::zeroed() }
|
1652
|
+
}
|
1653
|
+
}
|
1654
|
+
pub type UIAutomationType = i32;
|
1655
|
+
pub const UIAutomationType_Array: UIAutomationType = 65536i32;
|
1656
|
+
pub const UIAutomationType_Bool: UIAutomationType = 2i32;
|
1657
|
+
pub const UIAutomationType_BoolArray: UIAutomationType = 65538i32;
|
1658
|
+
pub const UIAutomationType_Double: UIAutomationType = 4i32;
|
1659
|
+
pub const UIAutomationType_DoubleArray: UIAutomationType = 65540i32;
|
1660
|
+
pub const UIAutomationType_Element: UIAutomationType = 7i32;
|
1661
|
+
pub const UIAutomationType_ElementArray: UIAutomationType = 65543i32;
|
1662
|
+
pub const UIAutomationType_Int: UIAutomationType = 1i32;
|
1663
|
+
pub const UIAutomationType_IntArray: UIAutomationType = 65537i32;
|
1664
|
+
pub const UIAutomationType_Out: UIAutomationType = 131072i32;
|
1665
|
+
pub const UIAutomationType_OutBool: UIAutomationType = 131074i32;
|
1666
|
+
pub const UIAutomationType_OutBoolArray: UIAutomationType = 196610i32;
|
1667
|
+
pub const UIAutomationType_OutDouble: UIAutomationType = 131076i32;
|
1668
|
+
pub const UIAutomationType_OutDoubleArray: UIAutomationType = 196612i32;
|
1669
|
+
pub const UIAutomationType_OutElement: UIAutomationType = 131079i32;
|
1670
|
+
pub const UIAutomationType_OutElementArray: UIAutomationType = 196615i32;
|
1671
|
+
pub const UIAutomationType_OutInt: UIAutomationType = 131073i32;
|
1672
|
+
pub const UIAutomationType_OutIntArray: UIAutomationType = 196609i32;
|
1673
|
+
pub const UIAutomationType_OutPoint: UIAutomationType = 131077i32;
|
1674
|
+
pub const UIAutomationType_OutPointArray: UIAutomationType = 196613i32;
|
1675
|
+
pub const UIAutomationType_OutRect: UIAutomationType = 131078i32;
|
1676
|
+
pub const UIAutomationType_OutRectArray: UIAutomationType = 196614i32;
|
1677
|
+
pub const UIAutomationType_OutString: UIAutomationType = 131075i32;
|
1678
|
+
pub const UIAutomationType_OutStringArray: UIAutomationType = 196611i32;
|
1679
|
+
pub const UIAutomationType_Point: UIAutomationType = 5i32;
|
1680
|
+
pub const UIAutomationType_PointArray: UIAutomationType = 65541i32;
|
1681
|
+
pub const UIAutomationType_Rect: UIAutomationType = 6i32;
|
1682
|
+
pub const UIAutomationType_RectArray: UIAutomationType = 65542i32;
|
1683
|
+
pub const UIAutomationType_String: UIAutomationType = 3i32;
|
1684
|
+
pub const UIAutomationType_StringArray: UIAutomationType = 65539i32;
|
1685
|
+
#[repr(C)]
|
1686
|
+
#[derive(Clone, Copy)]
|
1687
|
+
pub struct UiaAndOrCondition {
|
1688
|
+
pub ConditionType: ConditionType,
|
1689
|
+
pub ppConditions: *mut *mut UiaCondition,
|
1690
|
+
pub cConditions: i32,
|
1691
|
+
}
|
1692
|
+
impl Default for UiaAndOrCondition {
|
1693
|
+
fn default() -> Self {
|
1694
|
+
unsafe { core::mem::zeroed() }
|
1695
|
+
}
|
1696
|
+
}
|
1697
|
+
pub const UiaAppendRuntimeId: u32 = 3u32;
|
1698
|
+
#[repr(C)]
|
1699
|
+
#[derive(Clone, Copy, Default)]
|
1700
|
+
pub struct UiaAsyncContentLoadedEventArgs {
|
1701
|
+
pub Type: EventArgsType,
|
1702
|
+
pub EventId: i32,
|
1703
|
+
pub AsyncContentLoadedState: AsyncContentLoadedState,
|
1704
|
+
pub PercentComplete: f64,
|
1705
|
+
}
|
1706
|
+
#[repr(C)]
|
1707
|
+
#[derive(Clone, Copy)]
|
1708
|
+
pub struct UiaCacheRequest {
|
1709
|
+
pub pViewCondition: *mut UiaCondition,
|
1710
|
+
pub Scope: TreeScope,
|
1711
|
+
pub pProperties: *mut i32,
|
1712
|
+
pub cProperties: i32,
|
1713
|
+
pub pPatterns: *mut i32,
|
1714
|
+
pub cPatterns: i32,
|
1715
|
+
pub automationElementMode: AutomationElementMode,
|
1716
|
+
}
|
1717
|
+
impl Default for UiaCacheRequest {
|
1718
|
+
fn default() -> Self {
|
1719
|
+
unsafe { core::mem::zeroed() }
|
1720
|
+
}
|
1721
|
+
}
|
1722
|
+
#[repr(C)]
|
1723
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1724
|
+
#[derive(Clone, Copy)]
|
1725
|
+
pub struct UiaChangeInfo {
|
1726
|
+
pub uiaId: i32,
|
1727
|
+
pub payload: super::super::System::Variant::VARIANT,
|
1728
|
+
pub extraInfo: super::super::System::Variant::VARIANT,
|
1729
|
+
}
|
1730
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1731
|
+
impl Default for UiaChangeInfo {
|
1732
|
+
fn default() -> Self {
|
1733
|
+
unsafe { core::mem::zeroed() }
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
#[repr(C)]
|
1737
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1738
|
+
#[derive(Clone, Copy)]
|
1739
|
+
pub struct UiaChangesEventArgs {
|
1740
|
+
pub Type: EventArgsType,
|
1741
|
+
pub EventId: i32,
|
1742
|
+
pub EventIdCount: i32,
|
1743
|
+
pub pUiaChanges: *mut UiaChangeInfo,
|
1744
|
+
}
|
1745
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1746
|
+
impl Default for UiaChangesEventArgs {
|
1747
|
+
fn default() -> Self {
|
1748
|
+
unsafe { core::mem::zeroed() }
|
1749
|
+
}
|
1750
|
+
}
|
1751
|
+
#[repr(C)]
|
1752
|
+
#[derive(Clone, Copy, Default)]
|
1753
|
+
pub struct UiaCondition {
|
1754
|
+
pub ConditionType: ConditionType,
|
1755
|
+
}
|
1756
|
+
#[repr(C)]
|
1757
|
+
#[derive(Clone, Copy, Default)]
|
1758
|
+
pub struct UiaEventArgs {
|
1759
|
+
pub Type: EventArgsType,
|
1760
|
+
pub EventId: i32,
|
1761
|
+
}
|
1762
|
+
#[cfg(feature = "Win32_System_Com")]
|
1763
|
+
pub type UiaEventCallback = Option<unsafe extern "system" fn(pargs: *mut UiaEventArgs, prequesteddata: *mut super::super::System::Com::SAFEARRAY, ptreestructure: windows_sys::core::BSTR)>;
|
1764
|
+
#[repr(C)]
|
1765
|
+
#[derive(Clone, Copy)]
|
1766
|
+
pub struct UiaFindParams {
|
1767
|
+
pub MaxDepth: i32,
|
1768
|
+
pub FindFirst: windows_sys::core::BOOL,
|
1769
|
+
pub ExcludeRoot: windows_sys::core::BOOL,
|
1770
|
+
pub pFindCondition: *mut UiaCondition,
|
1771
|
+
}
|
1772
|
+
impl Default for UiaFindParams {
|
1773
|
+
fn default() -> Self {
|
1774
|
+
unsafe { core::mem::zeroed() }
|
1775
|
+
}
|
1776
|
+
}
|
1777
|
+
#[repr(C)]
|
1778
|
+
#[derive(Clone, Copy)]
|
1779
|
+
pub struct UiaNotCondition {
|
1780
|
+
pub ConditionType: ConditionType,
|
1781
|
+
pub pCondition: *mut UiaCondition,
|
1782
|
+
}
|
1783
|
+
impl Default for UiaNotCondition {
|
1784
|
+
fn default() -> Self {
|
1785
|
+
unsafe { core::mem::zeroed() }
|
1786
|
+
}
|
1787
|
+
}
|
1788
|
+
#[repr(C)]
|
1789
|
+
#[derive(Clone, Copy, Default)]
|
1790
|
+
pub struct UiaPoint {
|
1791
|
+
pub x: f64,
|
1792
|
+
pub y: f64,
|
1793
|
+
}
|
1794
|
+
#[repr(C)]
|
1795
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1796
|
+
#[derive(Clone, Copy)]
|
1797
|
+
pub struct UiaPropertyChangedEventArgs {
|
1798
|
+
pub Type: EventArgsType,
|
1799
|
+
pub EventId: UIA_EVENT_ID,
|
1800
|
+
pub PropertyId: i32,
|
1801
|
+
pub OldValue: super::super::System::Variant::VARIANT,
|
1802
|
+
pub NewValue: super::super::System::Variant::VARIANT,
|
1803
|
+
}
|
1804
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1805
|
+
impl Default for UiaPropertyChangedEventArgs {
|
1806
|
+
fn default() -> Self {
|
1807
|
+
unsafe { core::mem::zeroed() }
|
1808
|
+
}
|
1809
|
+
}
|
1810
|
+
#[repr(C)]
|
1811
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1812
|
+
#[derive(Clone, Copy)]
|
1813
|
+
pub struct UiaPropertyCondition {
|
1814
|
+
pub ConditionType: ConditionType,
|
1815
|
+
pub PropertyId: UIA_PROPERTY_ID,
|
1816
|
+
pub Value: super::super::System::Variant::VARIANT,
|
1817
|
+
pub Flags: PropertyConditionFlags,
|
1818
|
+
}
|
1819
|
+
#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))]
|
1820
|
+
impl Default for UiaPropertyCondition {
|
1821
|
+
fn default() -> Self {
|
1822
|
+
unsafe { core::mem::zeroed() }
|
1823
|
+
}
|
1824
|
+
}
|
1825
|
+
#[cfg(feature = "Win32_System_Com")]
|
1826
|
+
pub type UiaProviderCallback = Option<unsafe extern "system" fn(hwnd: super::super::Foundation::HWND, providertype: ProviderType) -> *mut super::super::System::Com::SAFEARRAY>;
|
1827
|
+
#[repr(C)]
|
1828
|
+
#[derive(Clone, Copy, Default)]
|
1829
|
+
pub struct UiaRect {
|
1830
|
+
pub left: f64,
|
1831
|
+
pub top: f64,
|
1832
|
+
pub width: f64,
|
1833
|
+
pub height: f64,
|
1834
|
+
}
|
1835
|
+
pub const UiaRootObjectId: i32 = -25i32;
|
1836
|
+
#[repr(C)]
|
1837
|
+
#[derive(Clone, Copy)]
|
1838
|
+
pub struct UiaStructureChangedEventArgs {
|
1839
|
+
pub Type: EventArgsType,
|
1840
|
+
pub EventId: i32,
|
1841
|
+
pub StructureChangeType: StructureChangeType,
|
1842
|
+
pub pRuntimeId: *mut i32,
|
1843
|
+
pub cRuntimeIdLen: i32,
|
1844
|
+
}
|
1845
|
+
impl Default for UiaStructureChangedEventArgs {
|
1846
|
+
fn default() -> Self {
|
1847
|
+
unsafe { core::mem::zeroed() }
|
1848
|
+
}
|
1849
|
+
}
|
1850
|
+
#[repr(C)]
|
1851
|
+
#[cfg(feature = "Win32_System_Com")]
|
1852
|
+
#[derive(Clone, Copy)]
|
1853
|
+
pub struct UiaTextEditTextChangedEventArgs {
|
1854
|
+
pub Type: EventArgsType,
|
1855
|
+
pub EventId: i32,
|
1856
|
+
pub TextEditChangeType: TextEditChangeType,
|
1857
|
+
pub pTextChange: *mut super::super::System::Com::SAFEARRAY,
|
1858
|
+
}
|
1859
|
+
#[cfg(feature = "Win32_System_Com")]
|
1860
|
+
impl Default for UiaTextEditTextChangedEventArgs {
|
1861
|
+
fn default() -> Self {
|
1862
|
+
unsafe { core::mem::zeroed() }
|
1863
|
+
}
|
1864
|
+
}
|
1865
|
+
#[repr(C)]
|
1866
|
+
#[derive(Clone, Copy)]
|
1867
|
+
pub struct UiaWindowClosedEventArgs {
|
1868
|
+
pub Type: EventArgsType,
|
1869
|
+
pub EventId: i32,
|
1870
|
+
pub pRuntimeId: *mut i32,
|
1871
|
+
pub cRuntimeIdLen: i32,
|
1872
|
+
}
|
1873
|
+
impl Default for UiaWindowClosedEventArgs {
|
1874
|
+
fn default() -> Self {
|
1875
|
+
unsafe { core::mem::zeroed() }
|
1876
|
+
}
|
1877
|
+
}
|
1878
|
+
pub const Value_IsReadOnly_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xeb090f30_e24c_4799_a705_0d247bc037f8);
|
1879
|
+
pub const Value_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x17faad9e_c877_475b_b933_77332779b637);
|
1880
|
+
pub const Value_Value_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe95f5e64_269f_4a85_ba99_4092c3ea2986);
|
1881
|
+
pub const VirtualizedItem_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf510173e_2e71_45e9_a6e5_62f6ed8289d5);
|
1882
|
+
pub type VisualEffects = i32;
|
1883
|
+
pub const VisualEffects_Bevel: VisualEffects = 16i32;
|
1884
|
+
pub const VisualEffects_Glow: VisualEffects = 4i32;
|
1885
|
+
pub const VisualEffects_None: VisualEffects = 0i32;
|
1886
|
+
pub const VisualEffects_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe61a8565_aad9_46d7_9e70_4e8a8420d420);
|
1887
|
+
pub const VisualEffects_Reflection: VisualEffects = 2i32;
|
1888
|
+
pub const VisualEffects_Shadow: VisualEffects = 1i32;
|
1889
|
+
pub const VisualEffects_SoftEdges: VisualEffects = 8i32;
|
1890
|
+
pub type WINEVENTPROC = Option<unsafe extern "system" fn(hwineventhook: HWINEVENTHOOK, event: u32, hwnd: super::super::Foundation::HWND, idobject: i32, idchild: i32, ideventthread: u32, dwmseventtime: u32)>;
|
1891
|
+
pub type WindowInteractionState = i32;
|
1892
|
+
pub const WindowInteractionState_BlockedByModalWindow: WindowInteractionState = 3i32;
|
1893
|
+
pub const WindowInteractionState_Closing: WindowInteractionState = 1i32;
|
1894
|
+
pub const WindowInteractionState_NotResponding: WindowInteractionState = 4i32;
|
1895
|
+
pub const WindowInteractionState_ReadyForUserInteraction: WindowInteractionState = 2i32;
|
1896
|
+
pub const WindowInteractionState_Running: WindowInteractionState = 0i32;
|
1897
|
+
pub type WindowVisualState = i32;
|
1898
|
+
pub const WindowVisualState_Maximized: WindowVisualState = 1i32;
|
1899
|
+
pub const WindowVisualState_Minimized: WindowVisualState = 2i32;
|
1900
|
+
pub const WindowVisualState_Normal: WindowVisualState = 0i32;
|
1901
|
+
pub const Window_CanMaximize_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x64fff53f_635d_41c1_950c_cb5adfbe28e3);
|
1902
|
+
pub const Window_CanMinimize_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb73b4625_5988_4b97_b4c2_a6fe6e78c8c6);
|
1903
|
+
pub const Window_Control_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe13a7242_f462_4f4d_aec1_53b28d6c3290);
|
1904
|
+
pub const Window_IsModal_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xff4e6892_37b9_4fca_8532_ffe674ecfeed);
|
1905
|
+
pub const Window_IsTopmost_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xef7d85d3_0937_4962_9241_b62345f24041);
|
1906
|
+
pub const Window_Pattern_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x27901735_c760_4994_ad11_5919e606b110);
|
1907
|
+
pub const Window_WindowClosed_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xedf141f8_fa67_4e22_bbf7_944e05735ee2);
|
1908
|
+
pub const Window_WindowInteractionState_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4fed26a4_0455_4fa2_b21c_c4da2db1ff9c);
|
1909
|
+
pub const Window_WindowOpened_Event_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd3e81d06_de45_4f2f_9633_de9e02fb65af);
|
1910
|
+
pub const Window_WindowVisualState_Property_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4ab7905f_e860_453e_a30a_f6431e5daad5);
|
1911
|
+
pub type ZoomUnit = i32;
|
1912
|
+
pub const ZoomUnit_LargeDecrement: ZoomUnit = 1i32;
|
1913
|
+
pub const ZoomUnit_LargeIncrement: ZoomUnit = 3i32;
|
1914
|
+
pub const ZoomUnit_NoAmount: ZoomUnit = 0i32;
|
1915
|
+
pub const ZoomUnit_SmallDecrement: ZoomUnit = 2i32;
|
1916
|
+
pub const ZoomUnit_SmallIncrement: ZoomUnit = 4i32;
|