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,3334 @@
|
|
1
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_AbortPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8) -> windows_sys::core::BOOL);
|
2
|
+
#[cfg(feature = "Win32_System_IO")]
|
3
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ControlTransfer(interfacehandle : WINUSB_INTERFACE_HANDLE, setuppacket : WINUSB_SETUP_PACKET, buffer : *mut u8, bufferlength : u32, lengthtransferred : *mut u32, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
4
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_FlushPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8) -> windows_sys::core::BOOL);
|
5
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_Free(interfacehandle : WINUSB_INTERFACE_HANDLE) -> windows_sys::core::BOOL);
|
6
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetAdjustedFrameNumber(currentframenumber : *mut u32, timestamp : i64) -> windows_sys::core::BOOL);
|
7
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetAssociatedInterface(interfacehandle : WINUSB_INTERFACE_HANDLE, associatedinterfaceindex : u8, associatedinterfacehandle : *mut WINUSB_INTERFACE_HANDLE) -> windows_sys::core::BOOL);
|
8
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetCurrentAlternateSetting(interfacehandle : WINUSB_INTERFACE_HANDLE, settingnumber : *mut u8) -> windows_sys::core::BOOL);
|
9
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetCurrentFrameNumber(interfacehandle : WINUSB_INTERFACE_HANDLE, currentframenumber : *mut u32, timestamp : *mut i64) -> windows_sys::core::BOOL);
|
10
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetCurrentFrameNumberAndQpc(interfacehandle : WINUSB_INTERFACE_HANDLE, frameqpcinfo : *const USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION) -> windows_sys::core::BOOL);
|
11
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetDescriptor(interfacehandle : WINUSB_INTERFACE_HANDLE, descriptortype : u8, index : u8, languageid : u16, buffer : *mut u8, bufferlength : u32, lengthtransferred : *mut u32) -> windows_sys::core::BOOL);
|
12
|
+
#[cfg(feature = "Win32_System_IO")]
|
13
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetOverlappedResult(interfacehandle : WINUSB_INTERFACE_HANDLE, lpoverlapped : *const super::super::System::IO:: OVERLAPPED, lpnumberofbytestransferred : *mut u32, bwait : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
14
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetPipePolicy(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8, policytype : WINUSB_PIPE_POLICY, valuelength : *mut u32, value : *mut core::ffi::c_void) -> windows_sys::core::BOOL);
|
15
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_GetPowerPolicy(interfacehandle : WINUSB_INTERFACE_HANDLE, policytype : WINUSB_POWER_POLICY, valuelength : *mut u32, value : *mut core::ffi::c_void) -> windows_sys::core::BOOL);
|
16
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_Initialize(devicehandle : super::super::Foundation:: HANDLE, interfacehandle : *mut WINUSB_INTERFACE_HANDLE) -> windows_sys::core::BOOL);
|
17
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ParseConfigurationDescriptor(configurationdescriptor : *const USB_CONFIGURATION_DESCRIPTOR, startposition : *const core::ffi::c_void, interfacenumber : i32, alternatesetting : i32, interfaceclass : i32, interfacesubclass : i32, interfaceprotocol : i32) -> *mut USB_INTERFACE_DESCRIPTOR);
|
18
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ParseDescriptors(descriptorbuffer : *const core::ffi::c_void, totallength : u32, startposition : *const core::ffi::c_void, descriptortype : i32) -> *mut USB_COMMON_DESCRIPTOR);
|
19
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_QueryDeviceInformation(interfacehandle : WINUSB_INTERFACE_HANDLE, informationtype : u32, bufferlength : *mut u32, buffer : *mut core::ffi::c_void) -> windows_sys::core::BOOL);
|
20
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_QueryInterfaceSettings(interfacehandle : WINUSB_INTERFACE_HANDLE, alternateinterfacenumber : u8, usbaltinterfacedescriptor : *mut USB_INTERFACE_DESCRIPTOR) -> windows_sys::core::BOOL);
|
21
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_QueryPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, alternateinterfacenumber : u8, pipeindex : u8, pipeinformation : *mut WINUSB_PIPE_INFORMATION) -> windows_sys::core::BOOL);
|
22
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_QueryPipeEx(interfacehandle : WINUSB_INTERFACE_HANDLE, alternatesettingnumber : u8, pipeindex : u8, pipeinformationex : *mut WINUSB_PIPE_INFORMATION_EX) -> windows_sys::core::BOOL);
|
23
|
+
#[cfg(feature = "Win32_System_IO")]
|
24
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ReadIsochPipe(bufferhandle : *const core::ffi::c_void, offset : u32, length : u32, framenumber : *mut u32, numberofpackets : u32, isopacketdescriptors : *mut USBD_ISO_PACKET_DESCRIPTOR, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
25
|
+
#[cfg(feature = "Win32_System_IO")]
|
26
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ReadIsochPipeAsap(bufferhandle : *const core::ffi::c_void, offset : u32, length : u32, continuestream : windows_sys::core::BOOL, numberofpackets : u32, isopacketdescriptors : *mut USBD_ISO_PACKET_DESCRIPTOR, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
27
|
+
#[cfg(feature = "Win32_System_IO")]
|
28
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ReadPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8, buffer : *mut u8, bufferlength : u32, lengthtransferred : *mut u32, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
29
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_RegisterIsochBuffer(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8, buffer : *mut u8, bufferlength : u32, isochbufferhandle : *mut *mut core::ffi::c_void) -> windows_sys::core::BOOL);
|
30
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_ResetPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8) -> windows_sys::core::BOOL);
|
31
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_SetCurrentAlternateSetting(interfacehandle : WINUSB_INTERFACE_HANDLE, settingnumber : u8) -> windows_sys::core::BOOL);
|
32
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_SetPipePolicy(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8, policytype : WINUSB_PIPE_POLICY, valuelength : u32, value : *const core::ffi::c_void) -> windows_sys::core::BOOL);
|
33
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_SetPowerPolicy(interfacehandle : WINUSB_INTERFACE_HANDLE, policytype : WINUSB_POWER_POLICY, valuelength : u32, value : *const core::ffi::c_void) -> windows_sys::core::BOOL);
|
34
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_StartTrackingForTimeSync(interfacehandle : WINUSB_INTERFACE_HANDLE, starttrackinginfo : *const USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION) -> windows_sys::core::BOOL);
|
35
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_StopTrackingForTimeSync(interfacehandle : WINUSB_INTERFACE_HANDLE, stoptrackinginfo : *const USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION) -> windows_sys::core::BOOL);
|
36
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_UnregisterIsochBuffer(isochbufferhandle : *const core::ffi::c_void) -> windows_sys::core::BOOL);
|
37
|
+
#[cfg(feature = "Win32_System_IO")]
|
38
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_WriteIsochPipe(bufferhandle : *const core::ffi::c_void, offset : u32, length : u32, framenumber : *mut u32, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
39
|
+
#[cfg(feature = "Win32_System_IO")]
|
40
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_WriteIsochPipeAsap(bufferhandle : *const core::ffi::c_void, offset : u32, length : u32, continuestream : windows_sys::core::BOOL, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
41
|
+
#[cfg(feature = "Win32_System_IO")]
|
42
|
+
windows_targets::link!("winusb.dll" "system" fn WinUsb_WritePipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8, buffer : *const u8, bufferlength : u32, lengthtransferred : *mut u32, overlapped : *const super::super::System::IO:: OVERLAPPED) -> windows_sys::core::BOOL);
|
43
|
+
pub const ALLOW_PARTIAL_READS: WINUSB_PIPE_POLICY = 5u32;
|
44
|
+
pub const ALL_PIPE: PIPE_TYPE = 3i32;
|
45
|
+
#[repr(C)]
|
46
|
+
#[derive(Clone, Copy, Default)]
|
47
|
+
pub struct ALTERNATE_INTERFACE {
|
48
|
+
pub InterfaceNumber: u16,
|
49
|
+
pub AlternateInterfaceNumber: u16,
|
50
|
+
}
|
51
|
+
pub const AUTO_CLEAR_STALL: WINUSB_PIPE_POLICY = 2u32;
|
52
|
+
pub const AUTO_FLUSH: WINUSB_PIPE_POLICY = 6u32;
|
53
|
+
pub const AUTO_SUSPEND: WINUSB_POWER_POLICY = 129u32;
|
54
|
+
pub const AcquireBusInfo: USB_NOTIFICATION_TYPE = 5i32;
|
55
|
+
pub const AcquireControllerName: USB_NOTIFICATION_TYPE = 7i32;
|
56
|
+
pub const AcquireHubName: USB_NOTIFICATION_TYPE = 6i32;
|
57
|
+
pub const BMREQUEST_CLASS: u32 = 1u32;
|
58
|
+
pub const BMREQUEST_DEVICE_TO_HOST: u32 = 1u32;
|
59
|
+
pub const BMREQUEST_HOST_TO_DEVICE: u32 = 0u32;
|
60
|
+
pub const BMREQUEST_STANDARD: u32 = 0u32;
|
61
|
+
pub const BMREQUEST_TO_DEVICE: u32 = 0u32;
|
62
|
+
pub const BMREQUEST_TO_ENDPOINT: u32 = 2u32;
|
63
|
+
pub const BMREQUEST_TO_INTERFACE: u32 = 1u32;
|
64
|
+
pub const BMREQUEST_TO_OTHER: u32 = 3u32;
|
65
|
+
pub const BMREQUEST_VENDOR: u32 = 2u32;
|
66
|
+
#[repr(C)]
|
67
|
+
#[derive(Clone, Copy)]
|
68
|
+
pub union BM_REQUEST_TYPE {
|
69
|
+
pub s: BM_REQUEST_TYPE_0,
|
70
|
+
pub B: u8,
|
71
|
+
}
|
72
|
+
impl Default for BM_REQUEST_TYPE {
|
73
|
+
fn default() -> Self {
|
74
|
+
unsafe { core::mem::zeroed() }
|
75
|
+
}
|
76
|
+
}
|
77
|
+
#[repr(C)]
|
78
|
+
#[derive(Clone, Copy, Default)]
|
79
|
+
pub struct BM_REQUEST_TYPE_0 {
|
80
|
+
pub _bitfield: u8,
|
81
|
+
}
|
82
|
+
pub const BULKIN_FLAG: u32 = 128u32;
|
83
|
+
#[repr(C)]
|
84
|
+
#[derive(Clone, Copy, Default)]
|
85
|
+
pub struct CHANNEL_INFO {
|
86
|
+
pub EventChannelSize: u32,
|
87
|
+
pub uReadDataAlignment: u32,
|
88
|
+
pub uWriteDataAlignment: u32,
|
89
|
+
}
|
90
|
+
pub const CompositeDevice: USB_WMI_DEVICE_NODE_TYPE = 2i32;
|
91
|
+
#[repr(C)]
|
92
|
+
#[derive(Clone, Copy, Default)]
|
93
|
+
pub struct DEVICE_DESCRIPTOR {
|
94
|
+
pub usVendorId: u16,
|
95
|
+
pub usProductId: u16,
|
96
|
+
pub usBcdDevice: u16,
|
97
|
+
pub usLanguageId: u16,
|
98
|
+
}
|
99
|
+
pub const DEVICE_SPEED: u32 = 1u32;
|
100
|
+
#[repr(C)]
|
101
|
+
#[derive(Clone, Copy, Default)]
|
102
|
+
pub struct DRV_VERSION {
|
103
|
+
pub major: u32,
|
104
|
+
pub minor: u32,
|
105
|
+
pub internal: u32,
|
106
|
+
}
|
107
|
+
pub const DeviceCausedOvercurrent: USB_CONNECTION_STATUS = 4i32;
|
108
|
+
pub const DeviceConnected: USB_CONNECTION_STATUS = 1i32;
|
109
|
+
pub const DeviceEnumerating: USB_CONNECTION_STATUS = 9i32;
|
110
|
+
pub const DeviceFailedEnumeration: USB_CONNECTION_STATUS = 2i32;
|
111
|
+
pub const DeviceGeneralFailure: USB_CONNECTION_STATUS = 3i32;
|
112
|
+
pub const DeviceHubNestedTooDeeply: USB_CONNECTION_STATUS = 7i32;
|
113
|
+
pub const DeviceInLegacyHub: USB_CONNECTION_STATUS = 8i32;
|
114
|
+
pub const DeviceNotEnoughBandwidth: USB_CONNECTION_STATUS = 6i32;
|
115
|
+
pub const DeviceNotEnoughPower: USB_CONNECTION_STATUS = 5i32;
|
116
|
+
pub const DeviceReset: USB_CONNECTION_STATUS = 10i32;
|
117
|
+
pub const EHCI_Generic: USB_CONTROLLER_FLAVOR = 1000i32;
|
118
|
+
pub const EHCI_Intel_Medfield: USB_CONTROLLER_FLAVOR = 5001i32;
|
119
|
+
pub const EHCI_Lucent: USB_CONTROLLER_FLAVOR = 3000i32;
|
120
|
+
pub const EHCI_NEC: USB_CONTROLLER_FLAVOR = 2000i32;
|
121
|
+
pub const EHCI_NVIDIA_Tegra2: USB_CONTROLLER_FLAVOR = 4000i32;
|
122
|
+
pub const EHCI_NVIDIA_Tegra3: USB_CONTROLLER_FLAVOR = 4001i32;
|
123
|
+
pub const EVENT_PIPE: PIPE_TYPE = 0i32;
|
124
|
+
pub const EnumerationFailure: USB_NOTIFICATION_TYPE = 0i32;
|
125
|
+
pub const FILE_DEVICE_USB: u32 = 34u32;
|
126
|
+
pub const FILE_DEVICE_USB_SCAN: u32 = 32768u32;
|
127
|
+
pub const FullSpeed: u32 = 2u32;
|
128
|
+
pub const GUID_DEVINTERFACE_USB_BILLBOARD: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5e9adaef_f879_473f_b807_4e5ea77d1b1c);
|
129
|
+
pub const GUID_DEVINTERFACE_USB_DEVICE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa5dcbf10_6530_11d2_901f_00c04fb951ed);
|
130
|
+
pub const GUID_DEVINTERFACE_USB_HOST_CONTROLLER: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3abf6f2d_71c4_462a_8a92_1e6861e6af27);
|
131
|
+
pub const GUID_DEVINTERFACE_USB_HUB: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf18a0e88_c30c_11d0_8815_00a0c906bed8);
|
132
|
+
pub const GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd8dd60df_4589_4cc7_9cd2_659d9e648a9f);
|
133
|
+
pub const GUID_USB_PERFORMANCE_TRACING: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd5de77a6_6ae9_425c_b1e2_f5615fd348a9);
|
134
|
+
pub const GUID_USB_TRANSFER_TRACING: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x681eb8aa_403d_452c_9f8a_f0616fac9540);
|
135
|
+
pub const GUID_USB_WMI_DEVICE_PERF_INFO: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x66c1aa3c_499f_49a0_a9a5_61e2359f6407);
|
136
|
+
pub const GUID_USB_WMI_NODE_INFO: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9c179357_dc7a_4f41_b66b_323b9ddcb5b1);
|
137
|
+
pub const GUID_USB_WMI_STD_DATA: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4e623b20_cb14_11d1_b331_00a0c959bbd2);
|
138
|
+
pub const GUID_USB_WMI_STD_NOTIFICATION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4e623b20_cb14_11d1_b331_00a0c959bbd2);
|
139
|
+
pub const GUID_USB_WMI_SURPRISE_REMOVAL_NOTIFICATION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9bbbf831_a2f2_43b4_96d1_86944b5914b3);
|
140
|
+
pub const GUID_USB_WMI_TRACING: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3a61881b_b4e6_4bf9_ae0f_3cd8f394e52f);
|
141
|
+
pub const HCD_DIAGNOSTIC_MODE_OFF: u32 = 257u32;
|
142
|
+
pub const HCD_DIAGNOSTIC_MODE_ON: u32 = 256u32;
|
143
|
+
pub const HCD_DISABLE_PORT: u32 = 268u32;
|
144
|
+
pub const HCD_ENABLE_PORT: u32 = 269u32;
|
145
|
+
pub const HCD_GET_DRIVERKEY_NAME: u32 = 265u32;
|
146
|
+
pub const HCD_GET_ROOT_HUB_NAME: u32 = 258u32;
|
147
|
+
pub const HCD_GET_STATS_1: u32 = 255u32;
|
148
|
+
pub const HCD_GET_STATS_2: u32 = 266u32;
|
149
|
+
#[repr(C, packed(1))]
|
150
|
+
#[derive(Clone, Copy)]
|
151
|
+
pub struct HCD_ISO_STAT_COUNTERS {
|
152
|
+
pub LateUrbs: u16,
|
153
|
+
pub DoubleBufferedPackets: u16,
|
154
|
+
pub TransfersCF_5ms: u16,
|
155
|
+
pub TransfersCF_2ms: u16,
|
156
|
+
pub TransfersCF_1ms: u16,
|
157
|
+
pub MaxInterruptLatency: u16,
|
158
|
+
pub BadStartFrame: u16,
|
159
|
+
pub StaleUrbs: u16,
|
160
|
+
pub IsoPacketNotAccesed: u16,
|
161
|
+
pub IsoPacketHWError: u16,
|
162
|
+
pub SmallestUrbPacketCount: u16,
|
163
|
+
pub LargestUrbPacketCount: u16,
|
164
|
+
pub IsoCRC_Error: u16,
|
165
|
+
pub IsoOVERRUN_Error: u16,
|
166
|
+
pub IsoINTERNAL_Error: u16,
|
167
|
+
pub IsoUNKNOWN_Error: u16,
|
168
|
+
pub IsoBytesTransferred: u32,
|
169
|
+
pub LateMissedCount: u16,
|
170
|
+
pub HWIsoMissedCount: u16,
|
171
|
+
pub Reserved7: [u32; 8],
|
172
|
+
}
|
173
|
+
impl Default for HCD_ISO_STAT_COUNTERS {
|
174
|
+
fn default() -> Self {
|
175
|
+
unsafe { core::mem::zeroed() }
|
176
|
+
}
|
177
|
+
}
|
178
|
+
#[repr(C, packed(1))]
|
179
|
+
#[derive(Clone, Copy, Default)]
|
180
|
+
pub struct HCD_STAT_COUNTERS {
|
181
|
+
pub BytesTransferred: u32,
|
182
|
+
pub IsoMissedCount: u16,
|
183
|
+
pub DataOverrunErrorCount: u16,
|
184
|
+
pub CrcErrorCount: u16,
|
185
|
+
pub ScheduleOverrunCount: u16,
|
186
|
+
pub TimeoutErrorCount: u16,
|
187
|
+
pub InternalHcErrorCount: u16,
|
188
|
+
pub BufferOverrunErrorCount: u16,
|
189
|
+
pub SWErrorCount: u16,
|
190
|
+
pub StallPidCount: u16,
|
191
|
+
pub PortDisableCount: u16,
|
192
|
+
}
|
193
|
+
#[repr(C, packed(1))]
|
194
|
+
#[derive(Clone, Copy, Default)]
|
195
|
+
pub struct HCD_STAT_INFORMATION_1 {
|
196
|
+
pub Reserved1: u32,
|
197
|
+
pub Reserved2: u32,
|
198
|
+
pub ResetCounters: u32,
|
199
|
+
pub TimeRead: i64,
|
200
|
+
pub Counters: HCD_STAT_COUNTERS,
|
201
|
+
}
|
202
|
+
#[repr(C, packed(1))]
|
203
|
+
#[derive(Clone, Copy, Default)]
|
204
|
+
pub struct HCD_STAT_INFORMATION_2 {
|
205
|
+
pub Reserved1: u32,
|
206
|
+
pub Reserved2: u32,
|
207
|
+
pub ResetCounters: u32,
|
208
|
+
pub TimeRead: i64,
|
209
|
+
pub LockedMemoryUsed: i32,
|
210
|
+
pub Counters: HCD_STAT_COUNTERS,
|
211
|
+
pub IsoCounters: HCD_ISO_STAT_COUNTERS,
|
212
|
+
}
|
213
|
+
pub const HCD_TRACE_READ_REQUEST: u32 = 275u32;
|
214
|
+
pub const HCD_USER_REQUEST: u32 = 270u32;
|
215
|
+
#[repr(C, packed(1))]
|
216
|
+
#[derive(Clone, Copy)]
|
217
|
+
pub struct HUB_DEVICE_CONFIG_INFO {
|
218
|
+
pub Version: u32,
|
219
|
+
pub Length: u32,
|
220
|
+
pub HubFlags: USB_HUB_CAP_FLAGS,
|
221
|
+
pub HardwareIds: USB_ID_STRING,
|
222
|
+
pub CompatibleIds: USB_ID_STRING,
|
223
|
+
pub DeviceDescription: USB_ID_STRING,
|
224
|
+
pub Reserved: [u32; 19],
|
225
|
+
pub UxdSettings: USB_HUB_DEVICE_UXD_SETTINGS,
|
226
|
+
}
|
227
|
+
impl Default for HUB_DEVICE_CONFIG_INFO {
|
228
|
+
fn default() -> Self {
|
229
|
+
unsafe { core::mem::zeroed() }
|
230
|
+
}
|
231
|
+
}
|
232
|
+
pub const HighSpeed: u32 = 3u32;
|
233
|
+
pub const HubDevice: USB_WMI_DEVICE_NODE_TYPE = 1i32;
|
234
|
+
pub const HubNestedTooDeeply: USB_NOTIFICATION_TYPE = 10i32;
|
235
|
+
pub const HubOvercurrent: USB_NOTIFICATION_TYPE = 8i32;
|
236
|
+
pub const HubPowerChange: USB_NOTIFICATION_TYPE = 9i32;
|
237
|
+
pub const IGNORE_SHORT_PACKETS: WINUSB_PIPE_POLICY = 4u32;
|
238
|
+
pub const IOCTL_ABORT_PIPE: u32 = 2147491844u32;
|
239
|
+
pub const IOCTL_CANCEL_IO: u32 = 2147491844u32;
|
240
|
+
pub const IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS: u32 = 2277420u32;
|
241
|
+
pub const IOCTL_GENERICUSBFN_BUS_EVENT_NOTIFICATION: u32 = 2277430u32;
|
242
|
+
pub const IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_IN: u32 = 2277400u32;
|
243
|
+
pub const IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT: u32 = 2277404u32;
|
244
|
+
pub const IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS: u32 = 2277424u32;
|
245
|
+
pub const IOCTL_GENERICUSBFN_GET_CLASS_INFO: u32 = 2277410u32;
|
246
|
+
pub const IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX: u32 = 2277434u32;
|
247
|
+
pub const IOCTL_GENERICUSBFN_GET_INTERFACE_DESCRIPTOR_SET: u32 = 2277438u32;
|
248
|
+
pub const IOCTL_GENERICUSBFN_GET_PIPE_STATE: u32 = 2277414u32;
|
249
|
+
pub const IOCTL_GENERICUSBFN_REGISTER_USB_STRING: u32 = 2277441u32;
|
250
|
+
pub const IOCTL_GENERICUSBFN_SET_PIPE_STATE: u32 = 2277417u32;
|
251
|
+
pub const IOCTL_GENERICUSBFN_TRANSFER_IN: u32 = 2277389u32;
|
252
|
+
pub const IOCTL_GENERICUSBFN_TRANSFER_IN_APPEND_ZERO_PKT: u32 = 2277393u32;
|
253
|
+
pub const IOCTL_GENERICUSBFN_TRANSFER_OUT: u32 = 2277398u32;
|
254
|
+
pub const IOCTL_GET_CHANNEL_ALIGN_RQST: u32 = 2147491860u32;
|
255
|
+
pub const IOCTL_GET_DEVICE_DESCRIPTOR: u32 = 2147491864u32;
|
256
|
+
pub const IOCTL_GET_HCD_DRIVERKEY_NAME: u32 = 2229284u32;
|
257
|
+
pub const IOCTL_GET_PIPE_CONFIGURATION: u32 = 2147491880u32;
|
258
|
+
pub const IOCTL_GET_USB_DESCRIPTOR: u32 = 2147491872u32;
|
259
|
+
pub const IOCTL_GET_VERSION: u32 = 2147491840u32;
|
260
|
+
pub const IOCTL_INDEX: u32 = 2048u32;
|
261
|
+
pub const IOCTL_INTERNAL_USB_CYCLE_PORT: u32 = 2228255u32;
|
262
|
+
pub const IOCTL_INTERNAL_USB_ENABLE_PORT: u32 = 2228247u32;
|
263
|
+
pub const IOCTL_INTERNAL_USB_FAIL_GET_STATUS_FROM_DEVICE: u32 = 2229347u32;
|
264
|
+
pub const IOCTL_INTERNAL_USB_GET_BUSGUID_INFO: u32 = 2229288u32;
|
265
|
+
pub const IOCTL_INTERNAL_USB_GET_BUS_INFO: u32 = 2229280u32;
|
266
|
+
pub const IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME: u32 = 2229284u32;
|
267
|
+
pub const IOCTL_INTERNAL_USB_GET_DEVICE_CONFIG_INFO: u32 = 2229327u32;
|
268
|
+
pub const IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE: u32 = 2229299u32;
|
269
|
+
pub const IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE_EX: u32 = 2229303u32;
|
270
|
+
pub const IOCTL_INTERNAL_USB_GET_HUB_COUNT: u32 = 2228251u32;
|
271
|
+
pub const IOCTL_INTERNAL_USB_GET_HUB_NAME: u32 = 2228256u32;
|
272
|
+
pub const IOCTL_INTERNAL_USB_GET_PARENT_HUB_INFO: u32 = 2229292u32;
|
273
|
+
pub const IOCTL_INTERNAL_USB_GET_PORT_STATUS: u32 = 2228243u32;
|
274
|
+
pub const IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO: u32 = 2228239u32;
|
275
|
+
pub const IOCTL_INTERNAL_USB_GET_TOPOLOGY_ADDRESS: u32 = 2229311u32;
|
276
|
+
pub const IOCTL_INTERNAL_USB_GET_TT_DEVICE_HANDLE: u32 = 2229307u32;
|
277
|
+
pub const IOCTL_INTERNAL_USB_NOTIFY_IDLE_READY: u32 = 2229315u32;
|
278
|
+
pub const IOCTL_INTERNAL_USB_RECORD_FAILURE: u32 = 2228267u32;
|
279
|
+
pub const IOCTL_INTERNAL_USB_REGISTER_COMPOSITE_DEVICE: u32 = 4784131u32;
|
280
|
+
pub const IOCTL_INTERNAL_USB_REQUEST_REMOTE_WAKE_NOTIFICATION: u32 = 4784139u32;
|
281
|
+
pub const IOCTL_INTERNAL_USB_REQ_GLOBAL_RESUME: u32 = 2229323u32;
|
282
|
+
pub const IOCTL_INTERNAL_USB_REQ_GLOBAL_SUSPEND: u32 = 2229319u32;
|
283
|
+
pub const IOCTL_INTERNAL_USB_RESET_PORT: u32 = 2228231u32;
|
284
|
+
pub const IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION: u32 = 2228263u32;
|
285
|
+
pub const IOCTL_INTERNAL_USB_SUBMIT_URB: u32 = 2228227u32;
|
286
|
+
pub const IOCTL_INTERNAL_USB_UNREGISTER_COMPOSITE_DEVICE: u32 = 4784135u32;
|
287
|
+
pub const IOCTL_READ_REGISTERS: u32 = 2147491852u32;
|
288
|
+
pub const IOCTL_RESET_PIPE: u32 = 2147491868u32;
|
289
|
+
pub const IOCTL_SEND_USB_REQUEST: u32 = 2147491876u32;
|
290
|
+
pub const IOCTL_SET_TIMEOUT: u32 = 2147491884u32;
|
291
|
+
pub const IOCTL_USB_DIAGNOSTIC_MODE_OFF: u32 = 2229252u32;
|
292
|
+
pub const IOCTL_USB_DIAGNOSTIC_MODE_ON: u32 = 2229248u32;
|
293
|
+
pub const IOCTL_USB_DIAG_IGNORE_HUBS_OFF: u32 = 2229276u32;
|
294
|
+
pub const IOCTL_USB_DIAG_IGNORE_HUBS_ON: u32 = 2229272u32;
|
295
|
+
pub const IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION: u32 = 2229264u32;
|
296
|
+
pub const IOCTL_USB_GET_DEVICE_CHARACTERISTICS: u32 = 2229376u32;
|
297
|
+
pub const IOCTL_USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC: u32 = 2229368u32;
|
298
|
+
pub const IOCTL_USB_GET_HUB_CAPABILITIES: u32 = 2229308u32;
|
299
|
+
pub const IOCTL_USB_GET_HUB_CAPABILITIES_EX: u32 = 2229328u32;
|
300
|
+
pub const IOCTL_USB_GET_HUB_INFORMATION_EX: u32 = 2229332u32;
|
301
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_ATTRIBUTES: u32 = 2229312u32;
|
302
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME: u32 = 2229280u32;
|
303
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_INFORMATION: u32 = 2229260u32;
|
304
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX: u32 = 2229320u32;
|
305
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX_V2: u32 = 2229340u32;
|
306
|
+
pub const IOCTL_USB_GET_NODE_CONNECTION_NAME: u32 = 2229268u32;
|
307
|
+
pub const IOCTL_USB_GET_NODE_INFORMATION: u32 = 2229256u32;
|
308
|
+
pub const IOCTL_USB_GET_PORT_CONNECTOR_PROPERTIES: u32 = 2229336u32;
|
309
|
+
pub const IOCTL_USB_GET_ROOT_HUB_NAME: u32 = 2229256u32;
|
310
|
+
pub const IOCTL_USB_GET_TRANSPORT_CHARACTERISTICS: u32 = 2229348u32;
|
311
|
+
pub const IOCTL_USB_HCD_DISABLE_PORT: u32 = 2229296u32;
|
312
|
+
pub const IOCTL_USB_HCD_ENABLE_PORT: u32 = 2229300u32;
|
313
|
+
pub const IOCTL_USB_HCD_GET_STATS_1: u32 = 2229244u32;
|
314
|
+
pub const IOCTL_USB_HCD_GET_STATS_2: u32 = 2229288u32;
|
315
|
+
pub const IOCTL_USB_HUB_CYCLE_PORT: u32 = 2229316u32;
|
316
|
+
pub const IOCTL_USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 2229356u32;
|
317
|
+
pub const IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 2229352u32;
|
318
|
+
pub const IOCTL_USB_RESET_HUB: u32 = 2229324u32;
|
319
|
+
pub const IOCTL_USB_START_TRACKING_FOR_TIME_SYNC: u32 = 2229364u32;
|
320
|
+
pub const IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC: u32 = 2229372u32;
|
321
|
+
pub const IOCTL_USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 2229360u32;
|
322
|
+
pub const IOCTL_WAIT_ON_DEVICE_EVENT: u32 = 2147491848u32;
|
323
|
+
pub const IOCTL_WRITE_REGISTERS: u32 = 2147491856u32;
|
324
|
+
#[repr(C)]
|
325
|
+
#[derive(Clone, Copy)]
|
326
|
+
pub struct IO_BLOCK {
|
327
|
+
pub uOffset: u32,
|
328
|
+
pub uLength: u32,
|
329
|
+
pub pbyData: *mut u8,
|
330
|
+
pub uIndex: u32,
|
331
|
+
}
|
332
|
+
impl Default for IO_BLOCK {
|
333
|
+
fn default() -> Self {
|
334
|
+
unsafe { core::mem::zeroed() }
|
335
|
+
}
|
336
|
+
}
|
337
|
+
#[repr(C)]
|
338
|
+
#[derive(Clone, Copy)]
|
339
|
+
pub struct IO_BLOCK_EX {
|
340
|
+
pub uOffset: u32,
|
341
|
+
pub uLength: u32,
|
342
|
+
pub pbyData: *mut u8,
|
343
|
+
pub uIndex: u32,
|
344
|
+
pub bRequest: u8,
|
345
|
+
pub bmRequestType: u8,
|
346
|
+
pub fTransferDirectionIn: u8,
|
347
|
+
}
|
348
|
+
impl Default for IO_BLOCK_EX {
|
349
|
+
fn default() -> Self {
|
350
|
+
unsafe { core::mem::zeroed() }
|
351
|
+
}
|
352
|
+
}
|
353
|
+
pub const InsufficentBandwidth: USB_NOTIFICATION_TYPE = 1i32;
|
354
|
+
pub const InsufficentPower: USB_NOTIFICATION_TYPE = 2i32;
|
355
|
+
pub const KREGMANUSBFNENUMPATH: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Registry\\Machine\\SYSTEM\\CurrentControlSet\\Control\\ManufacturingMode\\Current\\USBFN\\");
|
356
|
+
pub const KREGUSBFNENUMPATH: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Registry\\Machine\\SYSTEM\\CurrentControlSet\\Control\\USBFN\\");
|
357
|
+
pub const LowSpeed: u32 = 1u32;
|
358
|
+
pub const MAXIMUM_TRANSFER_SIZE: WINUSB_PIPE_POLICY = 8u32;
|
359
|
+
pub const MAXIMUM_USB_STRING_LENGTH: u32 = 255u32;
|
360
|
+
pub const MAX_ALTERNATE_NAME_LENGTH: u32 = 40u32;
|
361
|
+
pub const MAX_ASSOCIATION_NAME_LENGTH: u32 = 40u32;
|
362
|
+
pub const MAX_CONFIGURATION_NAME_LENGTH: u32 = 40u32;
|
363
|
+
pub const MAX_INTERFACE_NAME_LENGTH: u32 = 40u32;
|
364
|
+
pub const MAX_NUM_PIPES: u32 = 8u32;
|
365
|
+
pub const MAX_NUM_USBFN_ENDPOINTS: u32 = 15u32;
|
366
|
+
pub const MAX_SUPPORTED_CONFIGURATIONS: u32 = 12u32;
|
367
|
+
pub const MAX_USB_STRING_LENGTH: u32 = 255u32;
|
368
|
+
pub const MS_GENRE_DESCRIPTOR_INDEX: u32 = 1u32;
|
369
|
+
pub const MS_OS_FLAGS_CONTAINERID: u32 = 2u32;
|
370
|
+
pub const MS_OS_STRING_SIGNATURE: windows_sys::core::PCWSTR = windows_sys::core::w!("MSFT100");
|
371
|
+
pub const MS_POWER_DESCRIPTOR_INDEX: u32 = 2u32;
|
372
|
+
pub const ModernDeviceInLegacyHub: USB_NOTIFICATION_TYPE = 11i32;
|
373
|
+
pub const NoDeviceConnected: USB_CONNECTION_STATUS = 0i32;
|
374
|
+
pub const OHCI_Generic: USB_CONTROLLER_FLAVOR = 100i32;
|
375
|
+
pub const OHCI_Hydra: USB_CONTROLLER_FLAVOR = 101i32;
|
376
|
+
pub const OHCI_NEC: USB_CONTROLLER_FLAVOR = 102i32;
|
377
|
+
#[repr(C)]
|
378
|
+
#[derive(Clone, Copy)]
|
379
|
+
pub struct OS_STRING {
|
380
|
+
pub bLength: u8,
|
381
|
+
pub bDescriptorType: u8,
|
382
|
+
pub MicrosoftString: [u16; 7],
|
383
|
+
pub bVendorCode: u8,
|
384
|
+
pub Anonymous: OS_STRING_0,
|
385
|
+
}
|
386
|
+
impl Default for OS_STRING {
|
387
|
+
fn default() -> Self {
|
388
|
+
unsafe { core::mem::zeroed() }
|
389
|
+
}
|
390
|
+
}
|
391
|
+
#[repr(C)]
|
392
|
+
#[derive(Clone, Copy)]
|
393
|
+
pub union OS_STRING_0 {
|
394
|
+
pub bPad: u8,
|
395
|
+
pub bFlags: u8,
|
396
|
+
}
|
397
|
+
impl Default for OS_STRING_0 {
|
398
|
+
fn default() -> Self {
|
399
|
+
unsafe { core::mem::zeroed() }
|
400
|
+
}
|
401
|
+
}
|
402
|
+
pub const OS_STRING_DESCRIPTOR_INDEX: u32 = 238u32;
|
403
|
+
pub const OverCurrent: USB_NOTIFICATION_TYPE = 3i32;
|
404
|
+
#[repr(C, packed(1))]
|
405
|
+
#[derive(Clone, Copy)]
|
406
|
+
pub struct PACKET_PARAMETERS {
|
407
|
+
pub DeviceAddress: u8,
|
408
|
+
pub EndpointAddress: u8,
|
409
|
+
pub MaximumPacketSize: u16,
|
410
|
+
pub Timeout: u32,
|
411
|
+
pub Flags: u32,
|
412
|
+
pub DataLength: u32,
|
413
|
+
pub HubDeviceAddress: u16,
|
414
|
+
pub PortTTNumber: u16,
|
415
|
+
pub ErrorCount: u8,
|
416
|
+
pub Pad: [u8; 3],
|
417
|
+
pub UsbdStatusCode: i32,
|
418
|
+
pub Data: [u8; 4],
|
419
|
+
}
|
420
|
+
impl Default for PACKET_PARAMETERS {
|
421
|
+
fn default() -> Self {
|
422
|
+
unsafe { core::mem::zeroed() }
|
423
|
+
}
|
424
|
+
}
|
425
|
+
pub const PIPE_TRANSFER_TIMEOUT: WINUSB_PIPE_POLICY = 3u32;
|
426
|
+
pub type PIPE_TYPE = i32;
|
427
|
+
pub const PORT_LINK_STATE_COMPLIANCE_MODE: u32 = 10u32;
|
428
|
+
pub const PORT_LINK_STATE_DISABLED: u32 = 4u32;
|
429
|
+
pub const PORT_LINK_STATE_HOT_RESET: u32 = 9u32;
|
430
|
+
pub const PORT_LINK_STATE_INACTIVE: u32 = 6u32;
|
431
|
+
pub const PORT_LINK_STATE_LOOPBACK: u32 = 11u32;
|
432
|
+
pub const PORT_LINK_STATE_POLLING: u32 = 7u32;
|
433
|
+
pub const PORT_LINK_STATE_RECOVERY: u32 = 8u32;
|
434
|
+
pub const PORT_LINK_STATE_RX_DETECT: u32 = 5u32;
|
435
|
+
pub const PORT_LINK_STATE_TEST_MODE: u32 = 11u32;
|
436
|
+
pub const PORT_LINK_STATE_U0: u32 = 0u32;
|
437
|
+
pub const PORT_LINK_STATE_U1: u32 = 1u32;
|
438
|
+
pub const PORT_LINK_STATE_U2: u32 = 2u32;
|
439
|
+
pub const PORT_LINK_STATE_U3: u32 = 3u32;
|
440
|
+
pub const RAW_IO: WINUSB_PIPE_POLICY = 7u32;
|
441
|
+
pub type RAW_PIPE_TYPE = i32;
|
442
|
+
#[repr(C, packed(1))]
|
443
|
+
#[derive(Clone, Copy, Default)]
|
444
|
+
pub struct RAW_RESET_PORT_PARAMETERS {
|
445
|
+
pub PortNumber: u16,
|
446
|
+
pub PortStatus: u16,
|
447
|
+
}
|
448
|
+
#[repr(C, packed(1))]
|
449
|
+
#[derive(Clone, Copy, Default)]
|
450
|
+
pub struct RAW_ROOTPORT_FEATURE {
|
451
|
+
pub PortNumber: u16,
|
452
|
+
pub PortFeature: u16,
|
453
|
+
pub PortStatus: u16,
|
454
|
+
}
|
455
|
+
#[repr(C, packed(1))]
|
456
|
+
#[derive(Clone, Copy, Default)]
|
457
|
+
pub struct RAW_ROOTPORT_PARAMETERS {
|
458
|
+
pub PortNumber: u16,
|
459
|
+
pub PortStatus: u16,
|
460
|
+
}
|
461
|
+
pub const READ_DATA_PIPE: PIPE_TYPE = 1i32;
|
462
|
+
pub const RESET_PIPE_ON_RESUME: WINUSB_PIPE_POLICY = 9u32;
|
463
|
+
pub const ResetOvercurrent: USB_NOTIFICATION_TYPE = 4i32;
|
464
|
+
pub const SHORT_PACKET_TERMINATE: WINUSB_PIPE_POLICY = 1u32;
|
465
|
+
pub const SUSPEND_DELAY: WINUSB_POWER_POLICY = 131u32;
|
466
|
+
pub const UHCI_Generic: USB_CONTROLLER_FLAVOR = 200i32;
|
467
|
+
pub const UHCI_Ich1: USB_CONTROLLER_FLAVOR = 205i32;
|
468
|
+
pub const UHCI_Ich2: USB_CONTROLLER_FLAVOR = 203i32;
|
469
|
+
pub const UHCI_Ich3m: USB_CONTROLLER_FLAVOR = 206i32;
|
470
|
+
pub const UHCI_Ich4: USB_CONTROLLER_FLAVOR = 207i32;
|
471
|
+
pub const UHCI_Ich5: USB_CONTROLLER_FLAVOR = 208i32;
|
472
|
+
pub const UHCI_Ich6: USB_CONTROLLER_FLAVOR = 209i32;
|
473
|
+
pub const UHCI_Intel: USB_CONTROLLER_FLAVOR = 249i32;
|
474
|
+
pub const UHCI_Piix3: USB_CONTROLLER_FLAVOR = 202i32;
|
475
|
+
pub const UHCI_Piix4: USB_CONTROLLER_FLAVOR = 201i32;
|
476
|
+
pub const UHCI_Reserved204: USB_CONTROLLER_FLAVOR = 204i32;
|
477
|
+
pub const UHCI_VIA: USB_CONTROLLER_FLAVOR = 250i32;
|
478
|
+
pub const UHCI_VIA_x01: USB_CONTROLLER_FLAVOR = 251i32;
|
479
|
+
pub const UHCI_VIA_x02: USB_CONTROLLER_FLAVOR = 252i32;
|
480
|
+
pub const UHCI_VIA_x03: USB_CONTROLLER_FLAVOR = 253i32;
|
481
|
+
pub const UHCI_VIA_x04: USB_CONTROLLER_FLAVOR = 254i32;
|
482
|
+
pub const UHCI_VIA_x0E_FIFO: USB_CONTROLLER_FLAVOR = 264i32;
|
483
|
+
#[repr(C)]
|
484
|
+
#[derive(Clone, Copy)]
|
485
|
+
pub struct URB {
|
486
|
+
pub Anonymous: URB_0,
|
487
|
+
}
|
488
|
+
impl Default for URB {
|
489
|
+
fn default() -> Self {
|
490
|
+
unsafe { core::mem::zeroed() }
|
491
|
+
}
|
492
|
+
}
|
493
|
+
#[repr(C)]
|
494
|
+
#[derive(Clone, Copy)]
|
495
|
+
pub union URB_0 {
|
496
|
+
pub UrbHeader: _URB_HEADER,
|
497
|
+
pub UrbSelectInterface: _URB_SELECT_INTERFACE,
|
498
|
+
pub UrbSelectConfiguration: _URB_SELECT_CONFIGURATION,
|
499
|
+
pub UrbPipeRequest: _URB_PIPE_REQUEST,
|
500
|
+
pub UrbFrameLengthControl: _URB_FRAME_LENGTH_CONTROL,
|
501
|
+
pub UrbGetFrameLength: _URB_GET_FRAME_LENGTH,
|
502
|
+
pub UrbSetFrameLength: _URB_SET_FRAME_LENGTH,
|
503
|
+
pub UrbGetCurrentFrameNumber: _URB_GET_CURRENT_FRAME_NUMBER,
|
504
|
+
pub UrbControlTransfer: _URB_CONTROL_TRANSFER,
|
505
|
+
pub UrbControlTransferEx: _URB_CONTROL_TRANSFER_EX,
|
506
|
+
pub UrbBulkOrInterruptTransfer: _URB_BULK_OR_INTERRUPT_TRANSFER,
|
507
|
+
pub UrbIsochronousTransfer: _URB_ISOCH_TRANSFER,
|
508
|
+
pub UrbControlDescriptorRequest: _URB_CONTROL_DESCRIPTOR_REQUEST,
|
509
|
+
pub UrbControlGetStatusRequest: _URB_CONTROL_GET_STATUS_REQUEST,
|
510
|
+
pub UrbControlFeatureRequest: _URB_CONTROL_FEATURE_REQUEST,
|
511
|
+
pub UrbControlVendorClassRequest: _URB_CONTROL_VENDOR_OR_CLASS_REQUEST,
|
512
|
+
pub UrbControlGetInterfaceRequest: _URB_CONTROL_GET_INTERFACE_REQUEST,
|
513
|
+
pub UrbControlGetConfigurationRequest: _URB_CONTROL_GET_CONFIGURATION_REQUEST,
|
514
|
+
pub UrbOSFeatureDescriptorRequest: _URB_OS_FEATURE_DESCRIPTOR_REQUEST,
|
515
|
+
pub UrbOpenStaticStreams: _URB_OPEN_STATIC_STREAMS,
|
516
|
+
pub UrbGetIsochPipeTransferPathDelays: _URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS,
|
517
|
+
}
|
518
|
+
impl Default for URB_0 {
|
519
|
+
fn default() -> Self {
|
520
|
+
unsafe { core::mem::zeroed() }
|
521
|
+
}
|
522
|
+
}
|
523
|
+
pub const URB_FUNCTION_ABORT_PIPE: u32 = 2u32;
|
524
|
+
pub const URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER: u32 = 9u32;
|
525
|
+
pub const URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL: u32 = 55u32;
|
526
|
+
pub const URB_FUNCTION_CLASS_DEVICE: u32 = 26u32;
|
527
|
+
pub const URB_FUNCTION_CLASS_ENDPOINT: u32 = 28u32;
|
528
|
+
pub const URB_FUNCTION_CLASS_INTERFACE: u32 = 27u32;
|
529
|
+
pub const URB_FUNCTION_CLASS_OTHER: u32 = 31u32;
|
530
|
+
pub const URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE: u32 = 16u32;
|
531
|
+
pub const URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT: u32 = 18u32;
|
532
|
+
pub const URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE: u32 = 17u32;
|
533
|
+
pub const URB_FUNCTION_CLEAR_FEATURE_TO_OTHER: u32 = 34u32;
|
534
|
+
pub const URB_FUNCTION_CLOSE_STATIC_STREAMS: u32 = 54u32;
|
535
|
+
pub const URB_FUNCTION_CONTROL_TRANSFER: u32 = 8u32;
|
536
|
+
pub const URB_FUNCTION_CONTROL_TRANSFER_EX: u32 = 50u32;
|
537
|
+
pub const URB_FUNCTION_GET_CONFIGURATION: u32 = 38u32;
|
538
|
+
pub const URB_FUNCTION_GET_CURRENT_FRAME_NUMBER: u32 = 7u32;
|
539
|
+
pub const URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE: u32 = 11u32;
|
540
|
+
pub const URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT: u32 = 36u32;
|
541
|
+
pub const URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE: u32 = 40u32;
|
542
|
+
pub const URB_FUNCTION_GET_FRAME_LENGTH: u32 = 5u32;
|
543
|
+
pub const URB_FUNCTION_GET_INTERFACE: u32 = 39u32;
|
544
|
+
pub const URB_FUNCTION_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS: u32 = 61u32;
|
545
|
+
pub const URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR: u32 = 42u32;
|
546
|
+
pub const URB_FUNCTION_GET_STATUS_FROM_DEVICE: u32 = 19u32;
|
547
|
+
pub const URB_FUNCTION_GET_STATUS_FROM_ENDPOINT: u32 = 21u32;
|
548
|
+
pub const URB_FUNCTION_GET_STATUS_FROM_INTERFACE: u32 = 20u32;
|
549
|
+
pub const URB_FUNCTION_GET_STATUS_FROM_OTHER: u32 = 33u32;
|
550
|
+
pub const URB_FUNCTION_ISOCH_TRANSFER: u32 = 10u32;
|
551
|
+
pub const URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL: u32 = 56u32;
|
552
|
+
pub const URB_FUNCTION_OPEN_STATIC_STREAMS: u32 = 53u32;
|
553
|
+
pub const URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL: u32 = 4u32;
|
554
|
+
pub const URB_FUNCTION_RESERVED_0X0016: u32 = 22u32;
|
555
|
+
pub const URB_FUNCTION_RESERVE_0X001D: u32 = 29u32;
|
556
|
+
pub const URB_FUNCTION_RESERVE_0X002B: u32 = 43u32;
|
557
|
+
pub const URB_FUNCTION_RESERVE_0X002C: u32 = 44u32;
|
558
|
+
pub const URB_FUNCTION_RESERVE_0X002D: u32 = 45u32;
|
559
|
+
pub const URB_FUNCTION_RESERVE_0X002E: u32 = 46u32;
|
560
|
+
pub const URB_FUNCTION_RESERVE_0X002F: u32 = 47u32;
|
561
|
+
pub const URB_FUNCTION_RESERVE_0X0033: u32 = 51u32;
|
562
|
+
pub const URB_FUNCTION_RESERVE_0X0034: u32 = 52u32;
|
563
|
+
pub const URB_FUNCTION_RESET_PIPE: u32 = 30u32;
|
564
|
+
pub const URB_FUNCTION_SELECT_CONFIGURATION: u32 = 0u32;
|
565
|
+
pub const URB_FUNCTION_SELECT_INTERFACE: u32 = 1u32;
|
566
|
+
pub const URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE: u32 = 12u32;
|
567
|
+
pub const URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT: u32 = 37u32;
|
568
|
+
pub const URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE: u32 = 41u32;
|
569
|
+
pub const URB_FUNCTION_SET_FEATURE_TO_DEVICE: u32 = 13u32;
|
570
|
+
pub const URB_FUNCTION_SET_FEATURE_TO_ENDPOINT: u32 = 15u32;
|
571
|
+
pub const URB_FUNCTION_SET_FEATURE_TO_INTERFACE: u32 = 14u32;
|
572
|
+
pub const URB_FUNCTION_SET_FEATURE_TO_OTHER: u32 = 35u32;
|
573
|
+
pub const URB_FUNCTION_SET_FRAME_LENGTH: u32 = 6u32;
|
574
|
+
pub const URB_FUNCTION_SYNC_CLEAR_STALL: u32 = 49u32;
|
575
|
+
pub const URB_FUNCTION_SYNC_RESET_PIPE: u32 = 48u32;
|
576
|
+
pub const URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL: u32 = 30u32;
|
577
|
+
pub const URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL: u32 = 3u32;
|
578
|
+
pub const URB_FUNCTION_VENDOR_DEVICE: u32 = 23u32;
|
579
|
+
pub const URB_FUNCTION_VENDOR_ENDPOINT: u32 = 25u32;
|
580
|
+
pub const URB_FUNCTION_VENDOR_INTERFACE: u32 = 24u32;
|
581
|
+
pub const URB_FUNCTION_VENDOR_OTHER: u32 = 32u32;
|
582
|
+
pub const URB_OPEN_STATIC_STREAMS_VERSION_100: u32 = 256u32;
|
583
|
+
pub const UREGMANUSBFNENUMPATH: windows_sys::core::PCWSTR = windows_sys::core::w!("HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\ManufacturingMode\\Current\\USBFN\\");
|
584
|
+
pub const UREGUSBFNENUMPATH: windows_sys::core::PCWSTR = windows_sys::core::w!("HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\USBFN\\");
|
585
|
+
pub const USBDI_VERSION: u32 = 1536u32;
|
586
|
+
pub const USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE: u32 = 4294967295u32;
|
587
|
+
pub const USBD_DEFAULT_PIPE_TRANSFER: u32 = 8u32;
|
588
|
+
#[repr(C)]
|
589
|
+
#[derive(Clone, Copy)]
|
590
|
+
pub struct USBD_DEVICE_INFORMATION {
|
591
|
+
pub OffsetNext: u32,
|
592
|
+
pub UsbdDeviceHandle: *mut core::ffi::c_void,
|
593
|
+
pub DeviceDescriptor: USB_DEVICE_DESCRIPTOR,
|
594
|
+
}
|
595
|
+
impl Default for USBD_DEVICE_INFORMATION {
|
596
|
+
fn default() -> Self {
|
597
|
+
unsafe { core::mem::zeroed() }
|
598
|
+
}
|
599
|
+
}
|
600
|
+
#[repr(C, packed(1))]
|
601
|
+
#[derive(Clone, Copy)]
|
602
|
+
pub struct USBD_ENDPOINT_OFFLOAD_INFORMATION {
|
603
|
+
pub Size: u32,
|
604
|
+
pub EndpointAddress: u16,
|
605
|
+
pub ResourceId: u32,
|
606
|
+
pub Mode: USBD_ENDPOINT_OFFLOAD_MODE,
|
607
|
+
pub _bitfield1: u32,
|
608
|
+
pub _bitfield2: u32,
|
609
|
+
pub TransferSegmentLA: i64,
|
610
|
+
pub TransferSegmentVA: *mut core::ffi::c_void,
|
611
|
+
pub TransferRingSize: usize,
|
612
|
+
pub TransferRingInitialCycleBit: u32,
|
613
|
+
pub MessageNumber: u32,
|
614
|
+
pub EventRingSegmentLA: i64,
|
615
|
+
pub EventRingSegmentVA: *mut core::ffi::c_void,
|
616
|
+
pub EventRingSize: usize,
|
617
|
+
pub EventRingInitialCycleBit: u32,
|
618
|
+
}
|
619
|
+
impl Default for USBD_ENDPOINT_OFFLOAD_INFORMATION {
|
620
|
+
fn default() -> Self {
|
621
|
+
unsafe { core::mem::zeroed() }
|
622
|
+
}
|
623
|
+
}
|
624
|
+
pub type USBD_ENDPOINT_OFFLOAD_MODE = i32;
|
625
|
+
#[repr(C)]
|
626
|
+
#[derive(Clone, Copy)]
|
627
|
+
pub struct USBD_INTERFACE_INFORMATION {
|
628
|
+
pub Length: u16,
|
629
|
+
pub InterfaceNumber: u8,
|
630
|
+
pub AlternateSetting: u8,
|
631
|
+
pub Class: u8,
|
632
|
+
pub SubClass: u8,
|
633
|
+
pub Protocol: u8,
|
634
|
+
pub Reserved: u8,
|
635
|
+
pub InterfaceHandle: *mut core::ffi::c_void,
|
636
|
+
pub NumberOfPipes: u32,
|
637
|
+
pub Pipes: [USBD_PIPE_INFORMATION; 1],
|
638
|
+
}
|
639
|
+
impl Default for USBD_INTERFACE_INFORMATION {
|
640
|
+
fn default() -> Self {
|
641
|
+
unsafe { core::mem::zeroed() }
|
642
|
+
}
|
643
|
+
}
|
644
|
+
#[repr(C)]
|
645
|
+
#[derive(Clone, Copy, Default)]
|
646
|
+
pub struct USBD_ISO_PACKET_DESCRIPTOR {
|
647
|
+
pub Offset: u32,
|
648
|
+
pub Length: u32,
|
649
|
+
pub Status: i32,
|
650
|
+
}
|
651
|
+
pub const USBD_ISO_START_FRAME_RANGE: u32 = 1024u32;
|
652
|
+
pub const USBD_PF_CHANGE_MAX_PACKET: u32 = 1u32;
|
653
|
+
pub const USBD_PF_ENABLE_RT_THREAD_ACCESS: u32 = 4u32;
|
654
|
+
pub const USBD_PF_HANDLES_SSP_HIGH_BANDWIDTH_ISOCH: u32 = 256u32;
|
655
|
+
pub const USBD_PF_INTERACTIVE_PRIORITY: u32 = 48u32;
|
656
|
+
pub const USBD_PF_MAP_ADD_TRANSFERS: u32 = 8u32;
|
657
|
+
pub const USBD_PF_PRIORITY_MASK: u32 = 240u32;
|
658
|
+
pub const USBD_PF_SHORT_PACKET_OPT: u32 = 2u32;
|
659
|
+
pub const USBD_PF_SSP_HIGH_BANDWIDTH_ISOCH: u32 = 65536u32;
|
660
|
+
pub const USBD_PF_VIDEO_PRIORITY: u32 = 16u32;
|
661
|
+
pub const USBD_PF_VOICE_PRIORITY: u32 = 32u32;
|
662
|
+
#[repr(C)]
|
663
|
+
#[derive(Clone, Copy)]
|
664
|
+
pub struct USBD_PIPE_INFORMATION {
|
665
|
+
pub MaximumPacketSize: u16,
|
666
|
+
pub EndpointAddress: u8,
|
667
|
+
pub Interval: u8,
|
668
|
+
pub PipeType: USBD_PIPE_TYPE,
|
669
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
670
|
+
pub MaximumTransferSize: u32,
|
671
|
+
pub PipeFlags: u32,
|
672
|
+
}
|
673
|
+
impl Default for USBD_PIPE_INFORMATION {
|
674
|
+
fn default() -> Self {
|
675
|
+
unsafe { core::mem::zeroed() }
|
676
|
+
}
|
677
|
+
}
|
678
|
+
pub type USBD_PIPE_TYPE = i32;
|
679
|
+
pub const USBD_PORT_CONNECTED: u32 = 2u32;
|
680
|
+
pub const USBD_PORT_ENABLED: u32 = 1u32;
|
681
|
+
pub const USBD_SHORT_TRANSFER_OK: u32 = 2u32;
|
682
|
+
pub const USBD_START_ISO_TRANSFER_ASAP: u32 = 4u32;
|
683
|
+
#[repr(C)]
|
684
|
+
#[derive(Clone, Copy)]
|
685
|
+
pub struct USBD_STREAM_INFORMATION {
|
686
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
687
|
+
pub StreamID: u32,
|
688
|
+
pub MaximumTransferSize: u32,
|
689
|
+
pub PipeFlags: u32,
|
690
|
+
}
|
691
|
+
impl Default for USBD_STREAM_INFORMATION {
|
692
|
+
fn default() -> Self {
|
693
|
+
unsafe { core::mem::zeroed() }
|
694
|
+
}
|
695
|
+
}
|
696
|
+
pub const USBD_TRANSFER_DIRECTION: u32 = 1u32;
|
697
|
+
pub const USBD_TRANSFER_DIRECTION_IN: u32 = 1u32;
|
698
|
+
pub const USBD_TRANSFER_DIRECTION_OUT: u32 = 0u32;
|
699
|
+
#[repr(C)]
|
700
|
+
#[derive(Clone, Copy, Default)]
|
701
|
+
pub struct USBD_VERSION_INFORMATION {
|
702
|
+
pub USBDI_Version: u32,
|
703
|
+
pub Supported_USB_Version: u32,
|
704
|
+
}
|
705
|
+
#[repr(C)]
|
706
|
+
#[derive(Clone, Copy)]
|
707
|
+
pub struct USBFN_BUS_CONFIGURATION_INFO {
|
708
|
+
pub ConfigurationName: [u16; 40],
|
709
|
+
pub IsCurrent: bool,
|
710
|
+
pub IsActive: bool,
|
711
|
+
}
|
712
|
+
impl Default for USBFN_BUS_CONFIGURATION_INFO {
|
713
|
+
fn default() -> Self {
|
714
|
+
unsafe { core::mem::zeroed() }
|
715
|
+
}
|
716
|
+
}
|
717
|
+
pub type USBFN_BUS_SPEED = i32;
|
718
|
+
#[repr(C)]
|
719
|
+
#[derive(Clone, Copy)]
|
720
|
+
pub struct USBFN_CLASS_INFORMATION_PACKET {
|
721
|
+
pub FullSpeedClassInterface: USBFN_CLASS_INTERFACE,
|
722
|
+
pub HighSpeedClassInterface: USBFN_CLASS_INTERFACE,
|
723
|
+
pub InterfaceName: [u16; 40],
|
724
|
+
pub InterfaceGuid: [u16; 39],
|
725
|
+
pub HasInterfaceGuid: bool,
|
726
|
+
pub SuperSpeedClassInterface: USBFN_CLASS_INTERFACE,
|
727
|
+
}
|
728
|
+
impl Default for USBFN_CLASS_INFORMATION_PACKET {
|
729
|
+
fn default() -> Self {
|
730
|
+
unsafe { core::mem::zeroed() }
|
731
|
+
}
|
732
|
+
}
|
733
|
+
#[repr(C)]
|
734
|
+
#[derive(Clone, Copy)]
|
735
|
+
pub struct USBFN_CLASS_INFORMATION_PACKET_EX {
|
736
|
+
pub FullSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
|
737
|
+
pub HighSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
|
738
|
+
pub SuperSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
|
739
|
+
pub InterfaceName: [u16; 40],
|
740
|
+
pub InterfaceGuid: [u16; 39],
|
741
|
+
pub HasInterfaceGuid: bool,
|
742
|
+
}
|
743
|
+
impl Default for USBFN_CLASS_INFORMATION_PACKET_EX {
|
744
|
+
fn default() -> Self {
|
745
|
+
unsafe { core::mem::zeroed() }
|
746
|
+
}
|
747
|
+
}
|
748
|
+
#[repr(C)]
|
749
|
+
#[derive(Clone, Copy)]
|
750
|
+
pub struct USBFN_CLASS_INTERFACE {
|
751
|
+
pub InterfaceNumber: u8,
|
752
|
+
pub PipeCount: u8,
|
753
|
+
pub PipeArr: [USBFN_PIPE_INFORMATION; 16],
|
754
|
+
}
|
755
|
+
impl Default for USBFN_CLASS_INTERFACE {
|
756
|
+
fn default() -> Self {
|
757
|
+
unsafe { core::mem::zeroed() }
|
758
|
+
}
|
759
|
+
}
|
760
|
+
#[repr(C)]
|
761
|
+
#[derive(Clone, Copy)]
|
762
|
+
pub struct USBFN_CLASS_INTERFACE_EX {
|
763
|
+
pub BaseInterfaceNumber: u8,
|
764
|
+
pub InterfaceCount: u8,
|
765
|
+
pub PipeCount: u8,
|
766
|
+
pub PipeArr: [USBFN_PIPE_INFORMATION; 16],
|
767
|
+
}
|
768
|
+
impl Default for USBFN_CLASS_INTERFACE_EX {
|
769
|
+
fn default() -> Self {
|
770
|
+
unsafe { core::mem::zeroed() }
|
771
|
+
}
|
772
|
+
}
|
773
|
+
pub type USBFN_DEVICE_STATE = i32;
|
774
|
+
pub type USBFN_DIRECTION = i32;
|
775
|
+
pub type USBFN_EVENT = i32;
|
776
|
+
#[repr(C)]
|
777
|
+
#[derive(Clone, Copy)]
|
778
|
+
pub struct USBFN_INTERFACE_INFO {
|
779
|
+
pub InterfaceNumber: u8,
|
780
|
+
pub Speed: USBFN_BUS_SPEED,
|
781
|
+
pub Size: u16,
|
782
|
+
pub InterfaceDescriptorSet: [u8; 1],
|
783
|
+
}
|
784
|
+
impl Default for USBFN_INTERFACE_INFO {
|
785
|
+
fn default() -> Self {
|
786
|
+
unsafe { core::mem::zeroed() }
|
787
|
+
}
|
788
|
+
}
|
789
|
+
pub const USBFN_INTERRUPT_ENDPOINT_SIZE_NOT_UPDATEABLE_MASK: u32 = 128u32;
|
790
|
+
#[repr(C)]
|
791
|
+
#[derive(Clone, Copy)]
|
792
|
+
pub struct USBFN_NOTIFICATION {
|
793
|
+
pub Event: USBFN_EVENT,
|
794
|
+
pub u: USBFN_NOTIFICATION_0,
|
795
|
+
}
|
796
|
+
impl Default for USBFN_NOTIFICATION {
|
797
|
+
fn default() -> Self {
|
798
|
+
unsafe { core::mem::zeroed() }
|
799
|
+
}
|
800
|
+
}
|
801
|
+
#[repr(C)]
|
802
|
+
#[derive(Clone, Copy)]
|
803
|
+
pub union USBFN_NOTIFICATION_0 {
|
804
|
+
pub BusSpeed: USBFN_BUS_SPEED,
|
805
|
+
pub SetupPacket: USB_DEFAULT_PIPE_SETUP_PACKET,
|
806
|
+
pub ConfigurationValue: u16,
|
807
|
+
pub PortType: USBFN_PORT_TYPE,
|
808
|
+
pub AlternateInterface: ALTERNATE_INTERFACE,
|
809
|
+
}
|
810
|
+
impl Default for USBFN_NOTIFICATION_0 {
|
811
|
+
fn default() -> Self {
|
812
|
+
unsafe { core::mem::zeroed() }
|
813
|
+
}
|
814
|
+
}
|
815
|
+
#[repr(C)]
|
816
|
+
#[derive(Clone, Copy, Default)]
|
817
|
+
pub struct USBFN_PIPE_INFORMATION {
|
818
|
+
pub EpDesc: USB_ENDPOINT_DESCRIPTOR,
|
819
|
+
pub PipeId: u32,
|
820
|
+
}
|
821
|
+
pub type USBFN_PORT_TYPE = i32;
|
822
|
+
#[repr(C)]
|
823
|
+
#[derive(Clone, Copy)]
|
824
|
+
pub struct USBFN_USB_STRING {
|
825
|
+
pub StringIndex: u8,
|
826
|
+
pub UsbString: [u16; 255],
|
827
|
+
}
|
828
|
+
impl Default for USBFN_USB_STRING {
|
829
|
+
fn default() -> Self {
|
830
|
+
unsafe { core::mem::zeroed() }
|
831
|
+
}
|
832
|
+
}
|
833
|
+
#[repr(C)]
|
834
|
+
#[derive(Clone, Copy, Default)]
|
835
|
+
pub struct USBSCAN_GET_DESCRIPTOR {
|
836
|
+
pub DescriptorType: u8,
|
837
|
+
pub Index: u8,
|
838
|
+
pub LanguageId: u16,
|
839
|
+
}
|
840
|
+
pub const USBSCAN_PIPE_BULK: RAW_PIPE_TYPE = 2i32;
|
841
|
+
#[repr(C)]
|
842
|
+
#[derive(Clone, Copy)]
|
843
|
+
pub struct USBSCAN_PIPE_CONFIGURATION {
|
844
|
+
pub NumberOfPipes: u32,
|
845
|
+
pub PipeInfo: [USBSCAN_PIPE_INFORMATION; 8],
|
846
|
+
}
|
847
|
+
impl Default for USBSCAN_PIPE_CONFIGURATION {
|
848
|
+
fn default() -> Self {
|
849
|
+
unsafe { core::mem::zeroed() }
|
850
|
+
}
|
851
|
+
}
|
852
|
+
pub const USBSCAN_PIPE_CONTROL: RAW_PIPE_TYPE = 0i32;
|
853
|
+
#[repr(C)]
|
854
|
+
#[derive(Clone, Copy, Default)]
|
855
|
+
pub struct USBSCAN_PIPE_INFORMATION {
|
856
|
+
pub MaximumPacketSize: u16,
|
857
|
+
pub EndpointAddress: u8,
|
858
|
+
pub Interval: u8,
|
859
|
+
pub PipeType: RAW_PIPE_TYPE,
|
860
|
+
}
|
861
|
+
pub const USBSCAN_PIPE_INTERRUPT: RAW_PIPE_TYPE = 3i32;
|
862
|
+
pub const USBSCAN_PIPE_ISOCHRONOUS: RAW_PIPE_TYPE = 1i32;
|
863
|
+
#[repr(C)]
|
864
|
+
#[derive(Clone, Copy, Default)]
|
865
|
+
pub struct USBSCAN_TIMEOUT {
|
866
|
+
pub TimeoutRead: u32,
|
867
|
+
pub TimeoutWrite: u32,
|
868
|
+
pub TimeoutEvent: u32,
|
869
|
+
}
|
870
|
+
#[repr(C, packed(1))]
|
871
|
+
#[derive(Clone, Copy, Default)]
|
872
|
+
pub struct USBUSER_BANDWIDTH_INFO_REQUEST {
|
873
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
874
|
+
pub BandwidthInformation: USB_BANDWIDTH_INFO,
|
875
|
+
}
|
876
|
+
#[repr(C, packed(1))]
|
877
|
+
#[derive(Clone, Copy, Default)]
|
878
|
+
pub struct USBUSER_BUS_STATISTICS_0_REQUEST {
|
879
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
880
|
+
pub BusStatistics0: USB_BUS_STATISTICS_0,
|
881
|
+
}
|
882
|
+
pub const USBUSER_CLEAR_ROOTPORT_FEATURE: u32 = 536870918u32;
|
883
|
+
#[repr(C, packed(1))]
|
884
|
+
#[derive(Clone, Copy, Default)]
|
885
|
+
pub struct USBUSER_CLOSE_RAW_DEVICE {
|
886
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
887
|
+
pub Parameters: USB_CLOSE_RAW_DEVICE_PARAMETERS,
|
888
|
+
}
|
889
|
+
#[repr(C, packed(1))]
|
890
|
+
#[derive(Clone, Copy, Default)]
|
891
|
+
pub struct USBUSER_CONTROLLER_INFO_0 {
|
892
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
893
|
+
pub Info0: USB_CONTROLLER_INFO_0,
|
894
|
+
}
|
895
|
+
#[repr(C, packed(1))]
|
896
|
+
#[derive(Clone, Copy, Default)]
|
897
|
+
pub struct USBUSER_CONTROLLER_UNICODE_NAME {
|
898
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
899
|
+
pub UnicodeName: USB_UNICODE_NAME,
|
900
|
+
}
|
901
|
+
pub const USBUSER_GET_BANDWIDTH_INFORMATION: u32 = 5u32;
|
902
|
+
pub const USBUSER_GET_BUS_STATISTICS_0: u32 = 6u32;
|
903
|
+
pub const USBUSER_GET_CONTROLLER_DRIVER_KEY: u32 = 2u32;
|
904
|
+
pub const USBUSER_GET_CONTROLLER_INFO_0: u32 = 1u32;
|
905
|
+
#[repr(C, packed(1))]
|
906
|
+
#[derive(Clone, Copy, Default)]
|
907
|
+
pub struct USBUSER_GET_DRIVER_VERSION {
|
908
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
909
|
+
pub Parameters: USB_DRIVER_VERSION_PARAMETERS,
|
910
|
+
}
|
911
|
+
pub const USBUSER_GET_POWER_STATE_MAP: u32 = 4u32;
|
912
|
+
pub const USBUSER_GET_ROOTHUB_SYMBOLIC_NAME: u32 = 7u32;
|
913
|
+
pub const USBUSER_GET_ROOTPORT_STATUS: u32 = 536870919u32;
|
914
|
+
#[repr(C, packed(1))]
|
915
|
+
#[derive(Clone, Copy, Default)]
|
916
|
+
pub struct USBUSER_GET_USB2HW_VERSION {
|
917
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
918
|
+
pub Parameters: USB_USB2HW_VERSION_PARAMETERS,
|
919
|
+
}
|
920
|
+
pub const USBUSER_GET_USB2_HW_VERSION: u32 = 9u32;
|
921
|
+
pub const USBUSER_GET_USB_DRIVER_VERSION: u32 = 8u32;
|
922
|
+
pub const USBUSER_INVALID_REQUEST: u32 = 4294967280u32;
|
923
|
+
#[repr(C, packed(1))]
|
924
|
+
#[derive(Clone, Copy, Default)]
|
925
|
+
pub struct USBUSER_OPEN_RAW_DEVICE {
|
926
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
927
|
+
pub Parameters: USB_OPEN_RAW_DEVICE_PARAMETERS,
|
928
|
+
}
|
929
|
+
pub const USBUSER_OP_CLOSE_RAW_DEVICE: u32 = 536870915u32;
|
930
|
+
pub const USBUSER_OP_MASK_DEVONLY_API: u32 = 268435456u32;
|
931
|
+
pub const USBUSER_OP_MASK_HCTEST_API: u32 = 536870912u32;
|
932
|
+
pub const USBUSER_OP_OPEN_RAW_DEVICE: u32 = 536870914u32;
|
933
|
+
pub const USBUSER_OP_RAW_RESET_PORT: u32 = 536870913u32;
|
934
|
+
pub const USBUSER_OP_SEND_ONE_PACKET: u32 = 268435457u32;
|
935
|
+
pub const USBUSER_OP_SEND_RAW_COMMAND: u32 = 536870916u32;
|
936
|
+
pub const USBUSER_PASS_THRU: u32 = 3u32;
|
937
|
+
#[repr(C, packed(1))]
|
938
|
+
#[derive(Clone, Copy, Default)]
|
939
|
+
pub struct USBUSER_PASS_THRU_REQUEST {
|
940
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
941
|
+
pub PassThru: USB_PASS_THRU_PARAMETERS,
|
942
|
+
}
|
943
|
+
#[repr(C, packed(1))]
|
944
|
+
#[derive(Clone, Copy, Default)]
|
945
|
+
pub struct USBUSER_POWER_INFO_REQUEST {
|
946
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
947
|
+
pub PowerInformation: USB_POWER_INFO,
|
948
|
+
}
|
949
|
+
#[repr(C, packed(1))]
|
950
|
+
#[derive(Clone, Copy, Default)]
|
951
|
+
pub struct USBUSER_RAW_RESET_ROOT_PORT {
|
952
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
953
|
+
pub Parameters: RAW_RESET_PORT_PARAMETERS,
|
954
|
+
}
|
955
|
+
#[repr(C, packed(1))]
|
956
|
+
#[derive(Clone, Copy, Default)]
|
957
|
+
pub struct USBUSER_REFRESH_HCT_REG {
|
958
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
959
|
+
pub Flags: u32,
|
960
|
+
}
|
961
|
+
#[repr(C, packed(1))]
|
962
|
+
#[derive(Clone, Copy, Default)]
|
963
|
+
pub struct USBUSER_REQUEST_HEADER {
|
964
|
+
pub UsbUserRequest: u32,
|
965
|
+
pub UsbUserStatusCode: USB_USER_ERROR_CODE,
|
966
|
+
pub RequestBufferLength: u32,
|
967
|
+
pub ActualBufferLength: u32,
|
968
|
+
}
|
969
|
+
#[repr(C, packed(1))]
|
970
|
+
#[derive(Clone, Copy, Default)]
|
971
|
+
pub struct USBUSER_ROOTPORT_FEATURE_REQUEST {
|
972
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
973
|
+
pub Parameters: RAW_ROOTPORT_FEATURE,
|
974
|
+
}
|
975
|
+
#[repr(C, packed(1))]
|
976
|
+
#[derive(Clone, Copy, Default)]
|
977
|
+
pub struct USBUSER_ROOTPORT_PARAMETERS {
|
978
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
979
|
+
pub Parameters: RAW_ROOTPORT_PARAMETERS,
|
980
|
+
}
|
981
|
+
#[repr(C, packed(1))]
|
982
|
+
#[derive(Clone, Copy, Default)]
|
983
|
+
pub struct USBUSER_SEND_ONE_PACKET {
|
984
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
985
|
+
pub PacketParameters: PACKET_PARAMETERS,
|
986
|
+
}
|
987
|
+
#[repr(C, packed(1))]
|
988
|
+
#[derive(Clone, Copy, Default)]
|
989
|
+
pub struct USBUSER_SEND_RAW_COMMAND {
|
990
|
+
pub Header: USBUSER_REQUEST_HEADER,
|
991
|
+
pub Parameters: USB_SEND_RAW_COMMAND_PARAMETERS,
|
992
|
+
}
|
993
|
+
pub const USBUSER_SET_ROOTPORT_FEATURE: u32 = 536870917u32;
|
994
|
+
pub const USBUSER_USB_REFRESH_HCT_REG: u32 = 10u32;
|
995
|
+
pub const USBUSER_VERSION: u32 = 4u32;
|
996
|
+
pub const USB_20_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK: u32 = 252u32;
|
997
|
+
pub const USB_20_HUB_DESCRIPTOR_TYPE: u32 = 41u32;
|
998
|
+
#[repr(C, packed(1))]
|
999
|
+
#[derive(Clone, Copy)]
|
1000
|
+
pub union USB_20_PORT_CHANGE {
|
1001
|
+
pub AsUshort16: u16,
|
1002
|
+
pub Anonymous: USB_20_PORT_CHANGE_0,
|
1003
|
+
}
|
1004
|
+
impl Default for USB_20_PORT_CHANGE {
|
1005
|
+
fn default() -> Self {
|
1006
|
+
unsafe { core::mem::zeroed() }
|
1007
|
+
}
|
1008
|
+
}
|
1009
|
+
#[repr(C, packed(1))]
|
1010
|
+
#[derive(Clone, Copy, Default)]
|
1011
|
+
pub struct USB_20_PORT_CHANGE_0 {
|
1012
|
+
pub _bitfield: u16,
|
1013
|
+
}
|
1014
|
+
#[repr(C, packed(1))]
|
1015
|
+
#[derive(Clone, Copy)]
|
1016
|
+
pub union USB_20_PORT_STATUS {
|
1017
|
+
pub AsUshort16: u16,
|
1018
|
+
pub Anonymous: USB_20_PORT_STATUS_0,
|
1019
|
+
}
|
1020
|
+
impl Default for USB_20_PORT_STATUS {
|
1021
|
+
fn default() -> Self {
|
1022
|
+
unsafe { core::mem::zeroed() }
|
1023
|
+
}
|
1024
|
+
}
|
1025
|
+
#[repr(C, packed(1))]
|
1026
|
+
#[derive(Clone, Copy, Default)]
|
1027
|
+
pub struct USB_20_PORT_STATUS_0 {
|
1028
|
+
pub _bitfield: u16,
|
1029
|
+
}
|
1030
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK: u32 = 204u32;
|
1031
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_MASK: u32 = 48u32;
|
1032
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_NOTIFICATION: u32 = 16u32;
|
1033
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_PERIODIC: u32 = 0u32;
|
1034
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED10: u32 = 32u32;
|
1035
|
+
pub const USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED11: u32 = 48u32;
|
1036
|
+
#[repr(C, packed(1))]
|
1037
|
+
#[derive(Clone, Copy, Default)]
|
1038
|
+
pub struct USB_30_HUB_DESCRIPTOR {
|
1039
|
+
pub bLength: u8,
|
1040
|
+
pub bDescriptorType: u8,
|
1041
|
+
pub bNumberOfPorts: u8,
|
1042
|
+
pub wHubCharacteristics: u16,
|
1043
|
+
pub bPowerOnToPowerGood: u8,
|
1044
|
+
pub bHubControlCurrent: u8,
|
1045
|
+
pub bHubHdrDecLat: u8,
|
1046
|
+
pub wHubDelay: u16,
|
1047
|
+
pub DeviceRemovable: u16,
|
1048
|
+
}
|
1049
|
+
pub const USB_30_HUB_DESCRIPTOR_TYPE: u32 = 42u32;
|
1050
|
+
#[repr(C, packed(1))]
|
1051
|
+
#[derive(Clone, Copy)]
|
1052
|
+
pub union USB_30_PORT_CHANGE {
|
1053
|
+
pub AsUshort16: u16,
|
1054
|
+
pub Anonymous: USB_30_PORT_CHANGE_0,
|
1055
|
+
}
|
1056
|
+
impl Default for USB_30_PORT_CHANGE {
|
1057
|
+
fn default() -> Self {
|
1058
|
+
unsafe { core::mem::zeroed() }
|
1059
|
+
}
|
1060
|
+
}
|
1061
|
+
#[repr(C, packed(1))]
|
1062
|
+
#[derive(Clone, Copy, Default)]
|
1063
|
+
pub struct USB_30_PORT_CHANGE_0 {
|
1064
|
+
pub _bitfield: u16,
|
1065
|
+
}
|
1066
|
+
#[repr(C, packed(1))]
|
1067
|
+
#[derive(Clone, Copy)]
|
1068
|
+
pub union USB_30_PORT_STATUS {
|
1069
|
+
pub AsUshort16: u16,
|
1070
|
+
pub Anonymous: USB_30_PORT_STATUS_0,
|
1071
|
+
}
|
1072
|
+
impl Default for USB_30_PORT_STATUS {
|
1073
|
+
fn default() -> Self {
|
1074
|
+
unsafe { core::mem::zeroed() }
|
1075
|
+
}
|
1076
|
+
}
|
1077
|
+
#[repr(C, packed(1))]
|
1078
|
+
#[derive(Clone, Copy, Default)]
|
1079
|
+
pub struct USB_30_PORT_STATUS_0 {
|
1080
|
+
pub _bitfield: u16,
|
1081
|
+
}
|
1082
|
+
#[repr(C, packed(1))]
|
1083
|
+
#[derive(Clone, Copy)]
|
1084
|
+
pub struct USB_ACQUIRE_INFO {
|
1085
|
+
pub NotificationType: USB_NOTIFICATION_TYPE,
|
1086
|
+
pub TotalSize: u32,
|
1087
|
+
pub Buffer: [u16; 1],
|
1088
|
+
}
|
1089
|
+
impl Default for USB_ACQUIRE_INFO {
|
1090
|
+
fn default() -> Self {
|
1091
|
+
unsafe { core::mem::zeroed() }
|
1092
|
+
}
|
1093
|
+
}
|
1094
|
+
pub const USB_ALLOW_FIRMWARE_UPDATE: u32 = 1u32;
|
1095
|
+
#[repr(C, packed(1))]
|
1096
|
+
#[derive(Clone, Copy, Default)]
|
1097
|
+
pub struct USB_BANDWIDTH_INFO {
|
1098
|
+
pub DeviceCount: u32,
|
1099
|
+
pub TotalBusBandwidth: u32,
|
1100
|
+
pub Total32secBandwidth: u32,
|
1101
|
+
pub AllocedBulkAndControl: u32,
|
1102
|
+
pub AllocedIso: u32,
|
1103
|
+
pub AllocedInterrupt_1ms: u32,
|
1104
|
+
pub AllocedInterrupt_2ms: u32,
|
1105
|
+
pub AllocedInterrupt_4ms: u32,
|
1106
|
+
pub AllocedInterrupt_8ms: u32,
|
1107
|
+
pub AllocedInterrupt_16ms: u32,
|
1108
|
+
pub AllocedInterrupt_32ms: u32,
|
1109
|
+
}
|
1110
|
+
#[repr(C, packed(1))]
|
1111
|
+
#[derive(Clone, Copy, Default)]
|
1112
|
+
pub struct USB_BOS_DESCRIPTOR {
|
1113
|
+
pub bLength: u8,
|
1114
|
+
pub bDescriptorType: u8,
|
1115
|
+
pub wTotalLength: u16,
|
1116
|
+
pub bNumDeviceCaps: u8,
|
1117
|
+
}
|
1118
|
+
pub const USB_BOS_DESCRIPTOR_TYPE: u32 = 15u32;
|
1119
|
+
#[repr(C, packed(1))]
|
1120
|
+
#[derive(Clone, Copy, Default)]
|
1121
|
+
pub struct USB_BUS_NOTIFICATION {
|
1122
|
+
pub NotificationType: USB_NOTIFICATION_TYPE,
|
1123
|
+
pub TotalBandwidth: u32,
|
1124
|
+
pub ConsumedBandwidth: u32,
|
1125
|
+
pub ControllerNameLength: u32,
|
1126
|
+
}
|
1127
|
+
#[repr(C, packed(1))]
|
1128
|
+
#[derive(Clone, Copy, Default)]
|
1129
|
+
pub struct USB_BUS_STATISTICS_0 {
|
1130
|
+
pub DeviceCount: u32,
|
1131
|
+
pub CurrentSystemTime: i64,
|
1132
|
+
pub CurrentUsbFrame: u32,
|
1133
|
+
pub BulkBytes: u32,
|
1134
|
+
pub IsoBytes: u32,
|
1135
|
+
pub InterruptBytes: u32,
|
1136
|
+
pub ControlDataBytes: u32,
|
1137
|
+
pub PciInterruptCount: u32,
|
1138
|
+
pub HardResetCount: u32,
|
1139
|
+
pub WorkerSignalCount: u32,
|
1140
|
+
pub CommonBufferBytes: u32,
|
1141
|
+
pub WorkerIdleTimeMs: u32,
|
1142
|
+
pub RootHubEnabled: bool,
|
1143
|
+
pub RootHubDevicePowerState: u8,
|
1144
|
+
pub Unused: u8,
|
1145
|
+
pub NameIndex: u8,
|
1146
|
+
}
|
1147
|
+
pub type USB_CHANGE_REGISTRATION_HANDLE = *mut core::ffi::c_void;
|
1148
|
+
pub const USB_CHARGING_POLICY_DEFAULT: u32 = 0u32;
|
1149
|
+
pub const USB_CHARGING_POLICY_ICCHPF: u32 = 1u32;
|
1150
|
+
pub const USB_CHARGING_POLICY_ICCLPF: u32 = 2u32;
|
1151
|
+
pub const USB_CHARGING_POLICY_NO_POWER: u32 = 3u32;
|
1152
|
+
#[repr(C, packed(1))]
|
1153
|
+
#[derive(Clone, Copy, Default)]
|
1154
|
+
pub struct USB_CLOSE_RAW_DEVICE_PARAMETERS {
|
1155
|
+
pub xxx: u32,
|
1156
|
+
}
|
1157
|
+
#[repr(C)]
|
1158
|
+
#[derive(Clone, Copy, Default)]
|
1159
|
+
pub struct USB_COMMON_DESCRIPTOR {
|
1160
|
+
pub bLength: u8,
|
1161
|
+
pub bDescriptorType: u8,
|
1162
|
+
}
|
1163
|
+
#[repr(C)]
|
1164
|
+
#[derive(Clone, Copy)]
|
1165
|
+
pub struct USB_COMPOSITE_DEVICE_INFO {
|
1166
|
+
pub DeviceDescriptor: USB_DEVICE_DESCRIPTOR,
|
1167
|
+
pub CurrentConfigDescriptor: USB_CONFIGURATION_DESCRIPTOR,
|
1168
|
+
pub CurrentConfigurationValue: u8,
|
1169
|
+
pub NumberOfFunctions: u8,
|
1170
|
+
pub FunctionInfo: [USB_COMPOSITE_FUNCTION_INFO; 1],
|
1171
|
+
}
|
1172
|
+
impl Default for USB_COMPOSITE_DEVICE_INFO {
|
1173
|
+
fn default() -> Self {
|
1174
|
+
unsafe { core::mem::zeroed() }
|
1175
|
+
}
|
1176
|
+
}
|
1177
|
+
#[repr(C)]
|
1178
|
+
#[derive(Clone, Copy, Default)]
|
1179
|
+
pub struct USB_COMPOSITE_FUNCTION_INFO {
|
1180
|
+
pub FunctionNumber: u8,
|
1181
|
+
pub BaseInterfaceNumber: u8,
|
1182
|
+
pub NumberOfInterfaces: u8,
|
1183
|
+
pub FunctionIsIdle: bool,
|
1184
|
+
}
|
1185
|
+
#[repr(C, packed(1))]
|
1186
|
+
#[derive(Clone, Copy, Default)]
|
1187
|
+
pub struct USB_CONFIGURATION_DESCRIPTOR {
|
1188
|
+
pub bLength: u8,
|
1189
|
+
pub bDescriptorType: u8,
|
1190
|
+
pub wTotalLength: u16,
|
1191
|
+
pub bNumInterfaces: u8,
|
1192
|
+
pub bConfigurationValue: u8,
|
1193
|
+
pub iConfiguration: u8,
|
1194
|
+
pub bmAttributes: u8,
|
1195
|
+
pub MaxPower: u8,
|
1196
|
+
}
|
1197
|
+
pub const USB_CONFIGURATION_DESCRIPTOR_TYPE: u32 = 2u32;
|
1198
|
+
#[repr(C, packed(1))]
|
1199
|
+
#[derive(Clone, Copy)]
|
1200
|
+
pub struct USB_CONFIGURATION_POWER_DESCRIPTOR {
|
1201
|
+
pub bLength: u8,
|
1202
|
+
pub bDescriptorType: u8,
|
1203
|
+
pub SelfPowerConsumedD0: [u8; 3],
|
1204
|
+
pub bPowerSummaryId: u8,
|
1205
|
+
pub bBusPowerSavingD1: u8,
|
1206
|
+
pub bSelfPowerSavingD1: u8,
|
1207
|
+
pub bBusPowerSavingD2: u8,
|
1208
|
+
pub bSelfPowerSavingD2: u8,
|
1209
|
+
pub bBusPowerSavingD3: u8,
|
1210
|
+
pub bSelfPowerSavingD3: u8,
|
1211
|
+
pub TransitionTimeFromD1: u16,
|
1212
|
+
pub TransitionTimeFromD2: u16,
|
1213
|
+
pub TransitionTimeFromD3: u16,
|
1214
|
+
}
|
1215
|
+
impl Default for USB_CONFIGURATION_POWER_DESCRIPTOR {
|
1216
|
+
fn default() -> Self {
|
1217
|
+
unsafe { core::mem::zeroed() }
|
1218
|
+
}
|
1219
|
+
}
|
1220
|
+
pub const USB_CONFIG_BUS_POWERED: u32 = 128u32;
|
1221
|
+
pub const USB_CONFIG_POWERED_MASK: u32 = 192u32;
|
1222
|
+
pub const USB_CONFIG_POWER_DESCRIPTOR_TYPE: u32 = 7u32;
|
1223
|
+
pub const USB_CONFIG_REMOTE_WAKEUP: u32 = 32u32;
|
1224
|
+
pub const USB_CONFIG_RESERVED: u32 = 31u32;
|
1225
|
+
pub const USB_CONFIG_SELF_POWERED: u32 = 64u32;
|
1226
|
+
#[repr(C, packed(1))]
|
1227
|
+
#[derive(Clone, Copy, Default)]
|
1228
|
+
pub struct USB_CONNECTION_NOTIFICATION {
|
1229
|
+
pub NotificationType: USB_NOTIFICATION_TYPE,
|
1230
|
+
pub ConnectionNumber: u32,
|
1231
|
+
pub RequestedBandwidth: u32,
|
1232
|
+
pub EnumerationFailReason: u32,
|
1233
|
+
pub PowerRequested: u32,
|
1234
|
+
pub HubNameLength: u32,
|
1235
|
+
}
|
1236
|
+
pub type USB_CONNECTION_STATUS = i32;
|
1237
|
+
#[repr(C, packed(1))]
|
1238
|
+
#[derive(Clone, Copy, Default)]
|
1239
|
+
pub struct USB_CONTROLLER_DEVICE_INFO {
|
1240
|
+
pub PciVendorId: u32,
|
1241
|
+
pub PciDeviceId: u32,
|
1242
|
+
pub PciRevision: u32,
|
1243
|
+
pub NumberOfRootPorts: u32,
|
1244
|
+
pub HcFeatureFlags: u32,
|
1245
|
+
}
|
1246
|
+
pub type USB_CONTROLLER_FLAVOR = i32;
|
1247
|
+
#[repr(C, packed(1))]
|
1248
|
+
#[derive(Clone, Copy, Default)]
|
1249
|
+
pub struct USB_CONTROLLER_INFO_0 {
|
1250
|
+
pub PciVendorId: u32,
|
1251
|
+
pub PciDeviceId: u32,
|
1252
|
+
pub PciRevision: u32,
|
1253
|
+
pub NumberOfRootPorts: u32,
|
1254
|
+
pub ControllerFlavor: USB_CONTROLLER_FLAVOR,
|
1255
|
+
pub HcFeatureFlags: u32,
|
1256
|
+
}
|
1257
|
+
pub const USB_CYCLE_PORT: u32 = 7u32;
|
1258
|
+
#[repr(C, packed(1))]
|
1259
|
+
#[derive(Clone, Copy, Default)]
|
1260
|
+
pub struct USB_CYCLE_PORT_PARAMS {
|
1261
|
+
pub ConnectionIndex: u32,
|
1262
|
+
pub StatusReturned: u32,
|
1263
|
+
}
|
1264
|
+
pub const USB_DEBUG_DESCRIPTOR_TYPE: u32 = 10u32;
|
1265
|
+
pub const USB_DEFAULT_DEVICE_ADDRESS: u32 = 0u32;
|
1266
|
+
pub const USB_DEFAULT_ENDPOINT_ADDRESS: u32 = 0u32;
|
1267
|
+
pub const USB_DEFAULT_MAX_PACKET: u32 = 64u32;
|
1268
|
+
#[repr(C, packed(1))]
|
1269
|
+
#[derive(Clone, Copy)]
|
1270
|
+
pub struct USB_DEFAULT_PIPE_SETUP_PACKET {
|
1271
|
+
pub bmRequestType: BM_REQUEST_TYPE,
|
1272
|
+
pub bRequest: u8,
|
1273
|
+
pub wValue: USB_DEFAULT_PIPE_SETUP_PACKET_0,
|
1274
|
+
pub wIndex: USB_DEFAULT_PIPE_SETUP_PACKET_1,
|
1275
|
+
pub wLength: u16,
|
1276
|
+
}
|
1277
|
+
impl Default for USB_DEFAULT_PIPE_SETUP_PACKET {
|
1278
|
+
fn default() -> Self {
|
1279
|
+
unsafe { core::mem::zeroed() }
|
1280
|
+
}
|
1281
|
+
}
|
1282
|
+
#[repr(C, packed(1))]
|
1283
|
+
#[derive(Clone, Copy)]
|
1284
|
+
pub union USB_DEFAULT_PIPE_SETUP_PACKET_1 {
|
1285
|
+
pub Anonymous: USB_DEFAULT_PIPE_SETUP_PACKET_1_0,
|
1286
|
+
pub W: u16,
|
1287
|
+
}
|
1288
|
+
impl Default for USB_DEFAULT_PIPE_SETUP_PACKET_1 {
|
1289
|
+
fn default() -> Self {
|
1290
|
+
unsafe { core::mem::zeroed() }
|
1291
|
+
}
|
1292
|
+
}
|
1293
|
+
#[repr(C)]
|
1294
|
+
#[derive(Clone, Copy, Default)]
|
1295
|
+
pub struct USB_DEFAULT_PIPE_SETUP_PACKET_1_0 {
|
1296
|
+
pub LowByte: u8,
|
1297
|
+
pub HiByte: u8,
|
1298
|
+
}
|
1299
|
+
#[repr(C, packed(1))]
|
1300
|
+
#[derive(Clone, Copy)]
|
1301
|
+
pub union USB_DEFAULT_PIPE_SETUP_PACKET_0 {
|
1302
|
+
pub Anonymous: USB_DEFAULT_PIPE_SETUP_PACKET_0_0,
|
1303
|
+
pub W: u16,
|
1304
|
+
}
|
1305
|
+
impl Default for USB_DEFAULT_PIPE_SETUP_PACKET_0 {
|
1306
|
+
fn default() -> Self {
|
1307
|
+
unsafe { core::mem::zeroed() }
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
#[repr(C)]
|
1311
|
+
#[derive(Clone, Copy, Default)]
|
1312
|
+
pub struct USB_DEFAULT_PIPE_SETUP_PACKET_0_0 {
|
1313
|
+
pub LowByte: u8,
|
1314
|
+
pub HiByte: u8,
|
1315
|
+
}
|
1316
|
+
#[repr(C, packed(1))]
|
1317
|
+
#[derive(Clone, Copy)]
|
1318
|
+
pub struct USB_DESCRIPTOR_REQUEST {
|
1319
|
+
pub ConnectionIndex: u32,
|
1320
|
+
pub SetupPacket: USB_DESCRIPTOR_REQUEST_0,
|
1321
|
+
pub Data: [u8; 1],
|
1322
|
+
}
|
1323
|
+
impl Default for USB_DESCRIPTOR_REQUEST {
|
1324
|
+
fn default() -> Self {
|
1325
|
+
unsafe { core::mem::zeroed() }
|
1326
|
+
}
|
1327
|
+
}
|
1328
|
+
#[repr(C, packed(1))]
|
1329
|
+
#[derive(Clone, Copy, Default)]
|
1330
|
+
pub struct USB_DESCRIPTOR_REQUEST_0 {
|
1331
|
+
pub bmRequest: u8,
|
1332
|
+
pub bRequest: u8,
|
1333
|
+
pub wValue: u16,
|
1334
|
+
pub wIndex: u16,
|
1335
|
+
pub wLength: u16,
|
1336
|
+
}
|
1337
|
+
pub const USB_DEVICE_CAPABILITY_BATTERY_INFO: u32 = 7u32;
|
1338
|
+
pub const USB_DEVICE_CAPABILITY_BILLBOARD: u32 = 13u32;
|
1339
|
+
#[repr(C, packed(1))]
|
1340
|
+
#[derive(Clone, Copy)]
|
1341
|
+
pub struct USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR {
|
1342
|
+
pub bLength: u8,
|
1343
|
+
pub bDescriptorType: u8,
|
1344
|
+
pub bDevCapabilityType: u8,
|
1345
|
+
pub iAddtionalInfoURL: u8,
|
1346
|
+
pub bNumberOfAlternateModes: u8,
|
1347
|
+
pub bPreferredAlternateMode: u8,
|
1348
|
+
pub VconnPower: USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_0,
|
1349
|
+
pub bmConfigured: [u8; 32],
|
1350
|
+
pub bReserved: u32,
|
1351
|
+
pub AlternateMode: [USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_1; 1],
|
1352
|
+
}
|
1353
|
+
impl Default for USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR {
|
1354
|
+
fn default() -> Self {
|
1355
|
+
unsafe { core::mem::zeroed() }
|
1356
|
+
}
|
1357
|
+
}
|
1358
|
+
#[repr(C, packed(1))]
|
1359
|
+
#[derive(Clone, Copy, Default)]
|
1360
|
+
pub struct USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_1 {
|
1361
|
+
pub wSVID: u16,
|
1362
|
+
pub bAlternateMode: u8,
|
1363
|
+
pub iAlternateModeSetting: u8,
|
1364
|
+
}
|
1365
|
+
#[repr(C, packed(1))]
|
1366
|
+
#[derive(Clone, Copy)]
|
1367
|
+
pub union USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_0 {
|
1368
|
+
pub AsUshort: u16,
|
1369
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_0_0,
|
1370
|
+
}
|
1371
|
+
impl Default for USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_0 {
|
1372
|
+
fn default() -> Self {
|
1373
|
+
unsafe { core::mem::zeroed() }
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
#[repr(C, packed(1))]
|
1377
|
+
#[derive(Clone, Copy, Default)]
|
1378
|
+
pub struct USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR_0_0 {
|
1379
|
+
pub _bitfield: u16,
|
1380
|
+
}
|
1381
|
+
pub const USB_DEVICE_CAPABILITY_CONTAINER_ID: u32 = 4u32;
|
1382
|
+
#[repr(C)]
|
1383
|
+
#[derive(Clone, Copy)]
|
1384
|
+
pub struct USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR {
|
1385
|
+
pub bLength: u8,
|
1386
|
+
pub bDescriptorType: u8,
|
1387
|
+
pub bDevCapabilityType: u8,
|
1388
|
+
pub bReserved: u8,
|
1389
|
+
pub ContainerID: [u8; 16],
|
1390
|
+
}
|
1391
|
+
impl Default for USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR {
|
1392
|
+
fn default() -> Self {
|
1393
|
+
unsafe { core::mem::zeroed() }
|
1394
|
+
}
|
1395
|
+
}
|
1396
|
+
#[repr(C)]
|
1397
|
+
#[derive(Clone, Copy, Default)]
|
1398
|
+
pub struct USB_DEVICE_CAPABILITY_DESCRIPTOR {
|
1399
|
+
pub bLength: u8,
|
1400
|
+
pub bDescriptorType: u8,
|
1401
|
+
pub bDevCapabilityType: u8,
|
1402
|
+
}
|
1403
|
+
pub const USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE: u32 = 16u32;
|
1404
|
+
pub const USB_DEVICE_CAPABILITY_FIRMWARE_STATUS: u32 = 17u32;
|
1405
|
+
#[repr(C)]
|
1406
|
+
#[derive(Clone, Copy)]
|
1407
|
+
pub struct USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR {
|
1408
|
+
pub bLength: u8,
|
1409
|
+
pub bDescriptorType: u8,
|
1410
|
+
pub bDevCapabilityType: u8,
|
1411
|
+
pub bcdDescriptorVersion: u8,
|
1412
|
+
pub bmAttributes: USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR_0,
|
1413
|
+
}
|
1414
|
+
impl Default for USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR {
|
1415
|
+
fn default() -> Self {
|
1416
|
+
unsafe { core::mem::zeroed() }
|
1417
|
+
}
|
1418
|
+
}
|
1419
|
+
#[repr(C, packed(1))]
|
1420
|
+
#[derive(Clone, Copy)]
|
1421
|
+
pub union USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR_0 {
|
1422
|
+
pub AsUlong: u32,
|
1423
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR_0_0,
|
1424
|
+
}
|
1425
|
+
impl Default for USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR_0 {
|
1426
|
+
fn default() -> Self {
|
1427
|
+
unsafe { core::mem::zeroed() }
|
1428
|
+
}
|
1429
|
+
}
|
1430
|
+
#[repr(C, packed(1))]
|
1431
|
+
#[derive(Clone, Copy, Default)]
|
1432
|
+
pub struct USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR_0_0 {
|
1433
|
+
pub _bitfield: u32,
|
1434
|
+
}
|
1435
|
+
pub const USB_DEVICE_CAPABILITY_MAX_U1_LATENCY: u32 = 10u32;
|
1436
|
+
pub const USB_DEVICE_CAPABILITY_MAX_U2_LATENCY: u32 = 2047u32;
|
1437
|
+
pub const USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT: u32 = 8u32;
|
1438
|
+
#[repr(C, packed(1))]
|
1439
|
+
#[derive(Clone, Copy)]
|
1440
|
+
pub struct USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR {
|
1441
|
+
pub bLength: u8,
|
1442
|
+
pub bDescriptorType: u8,
|
1443
|
+
pub bDevCapabilityType: u8,
|
1444
|
+
pub bReserved: u8,
|
1445
|
+
pub bmCapabilities: USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR_0,
|
1446
|
+
pub wMinVoltage: u16,
|
1447
|
+
pub wMaxVoltage: u16,
|
1448
|
+
pub wReserved: u16,
|
1449
|
+
pub dwMaxOperatingPower: u32,
|
1450
|
+
pub dwMaxPeakPower: u32,
|
1451
|
+
pub dwMaxPeakPowerTime: u32,
|
1452
|
+
}
|
1453
|
+
impl Default for USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR {
|
1454
|
+
fn default() -> Self {
|
1455
|
+
unsafe { core::mem::zeroed() }
|
1456
|
+
}
|
1457
|
+
}
|
1458
|
+
#[repr(C, packed(1))]
|
1459
|
+
#[derive(Clone, Copy)]
|
1460
|
+
pub union USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR_0 {
|
1461
|
+
pub AsUshort: u16,
|
1462
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR_0_0,
|
1463
|
+
}
|
1464
|
+
impl Default for USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR_0 {
|
1465
|
+
fn default() -> Self {
|
1466
|
+
unsafe { core::mem::zeroed() }
|
1467
|
+
}
|
1468
|
+
}
|
1469
|
+
#[repr(C, packed(1))]
|
1470
|
+
#[derive(Clone, Copy, Default)]
|
1471
|
+
pub struct USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR_0_0 {
|
1472
|
+
pub _bitfield: u16,
|
1473
|
+
}
|
1474
|
+
pub const USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT: u32 = 9u32;
|
1475
|
+
pub const USB_DEVICE_CAPABILITY_PLATFORM: u32 = 5u32;
|
1476
|
+
#[repr(C, packed(1))]
|
1477
|
+
#[derive(Clone, Copy)]
|
1478
|
+
pub struct USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR {
|
1479
|
+
pub bLength: u8,
|
1480
|
+
pub bDescriptorType: u8,
|
1481
|
+
pub bDevCapabilityType: u8,
|
1482
|
+
pub bReserved: u8,
|
1483
|
+
pub PlatformCapabilityUuid: windows_sys::core::GUID,
|
1484
|
+
pub CapabililityData: [u8; 1],
|
1485
|
+
}
|
1486
|
+
impl Default for USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR {
|
1487
|
+
fn default() -> Self {
|
1488
|
+
unsafe { core::mem::zeroed() }
|
1489
|
+
}
|
1490
|
+
}
|
1491
|
+
pub const USB_DEVICE_CAPABILITY_POWER_DELIVERY: u32 = 6u32;
|
1492
|
+
#[repr(C, packed(1))]
|
1493
|
+
#[derive(Clone, Copy)]
|
1494
|
+
pub struct USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR {
|
1495
|
+
pub bLength: u8,
|
1496
|
+
pub bDescriptorType: u8,
|
1497
|
+
pub bDevCapabilityType: u8,
|
1498
|
+
pub bReserved: u8,
|
1499
|
+
pub bmAttributes: USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR_0,
|
1500
|
+
pub bmProviderPorts: u16,
|
1501
|
+
pub bmConsumerPorts: u16,
|
1502
|
+
pub bcdBCVersion: u16,
|
1503
|
+
pub bcdPDVersion: u16,
|
1504
|
+
pub bcdUSBTypeCVersion: u16,
|
1505
|
+
}
|
1506
|
+
impl Default for USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR {
|
1507
|
+
fn default() -> Self {
|
1508
|
+
unsafe { core::mem::zeroed() }
|
1509
|
+
}
|
1510
|
+
}
|
1511
|
+
#[repr(C, packed(1))]
|
1512
|
+
#[derive(Clone, Copy)]
|
1513
|
+
pub union USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR_0 {
|
1514
|
+
pub AsUlong: u32,
|
1515
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR_0_0,
|
1516
|
+
}
|
1517
|
+
impl Default for USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR_0 {
|
1518
|
+
fn default() -> Self {
|
1519
|
+
unsafe { core::mem::zeroed() }
|
1520
|
+
}
|
1521
|
+
}
|
1522
|
+
#[repr(C, packed(1))]
|
1523
|
+
#[derive(Clone, Copy, Default)]
|
1524
|
+
pub struct USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR_0_0 {
|
1525
|
+
pub _bitfield: u32,
|
1526
|
+
}
|
1527
|
+
pub const USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT: u32 = 11u32;
|
1528
|
+
#[repr(C, packed(1))]
|
1529
|
+
#[derive(Clone, Copy)]
|
1530
|
+
pub union USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED {
|
1531
|
+
pub AsUlong32: u32,
|
1532
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_0,
|
1533
|
+
}
|
1534
|
+
impl Default for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED {
|
1535
|
+
fn default() -> Self {
|
1536
|
+
unsafe { core::mem::zeroed() }
|
1537
|
+
}
|
1538
|
+
}
|
1539
|
+
#[repr(C, packed(1))]
|
1540
|
+
#[derive(Clone, Copy, Default)]
|
1541
|
+
pub struct USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_0 {
|
1542
|
+
pub _bitfield: u32,
|
1543
|
+
}
|
1544
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX: u32 = 0u32;
|
1545
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX: u32 = 1u32;
|
1546
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS: u32 = 0u32;
|
1547
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS: u32 = 3u32;
|
1548
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS: u32 = 1u32;
|
1549
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS: u32 = 2u32;
|
1550
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC: u32 = 1u32;
|
1551
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC: u32 = 0u32;
|
1552
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS: u32 = 0u32;
|
1553
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP: u32 = 1u32;
|
1554
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB: u32 = 10u32;
|
1555
|
+
#[repr(C, packed(1))]
|
1556
|
+
#[derive(Clone, Copy)]
|
1557
|
+
pub struct USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR {
|
1558
|
+
pub bLength: u8,
|
1559
|
+
pub bDescriptorType: u8,
|
1560
|
+
pub bDevCapabilityType: u8,
|
1561
|
+
pub bReserved: u8,
|
1562
|
+
pub bmAttributes: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_0,
|
1563
|
+
pub wFunctionalitySupport: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_1,
|
1564
|
+
pub wReserved: u16,
|
1565
|
+
pub bmSublinkSpeedAttr: [USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED; 1],
|
1566
|
+
}
|
1567
|
+
impl Default for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR {
|
1568
|
+
fn default() -> Self {
|
1569
|
+
unsafe { core::mem::zeroed() }
|
1570
|
+
}
|
1571
|
+
}
|
1572
|
+
#[repr(C, packed(1))]
|
1573
|
+
#[derive(Clone, Copy)]
|
1574
|
+
pub union USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_0 {
|
1575
|
+
pub AsUlong: u32,
|
1576
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_0_0,
|
1577
|
+
}
|
1578
|
+
impl Default for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_0 {
|
1579
|
+
fn default() -> Self {
|
1580
|
+
unsafe { core::mem::zeroed() }
|
1581
|
+
}
|
1582
|
+
}
|
1583
|
+
#[repr(C, packed(1))]
|
1584
|
+
#[derive(Clone, Copy, Default)]
|
1585
|
+
pub struct USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_0_0 {
|
1586
|
+
pub _bitfield: u32,
|
1587
|
+
}
|
1588
|
+
#[repr(C, packed(1))]
|
1589
|
+
#[derive(Clone, Copy)]
|
1590
|
+
pub union USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_1 {
|
1591
|
+
pub AsUshort: u16,
|
1592
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_1_0,
|
1593
|
+
}
|
1594
|
+
impl Default for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_1 {
|
1595
|
+
fn default() -> Self {
|
1596
|
+
unsafe { core::mem::zeroed() }
|
1597
|
+
}
|
1598
|
+
}
|
1599
|
+
#[repr(C, packed(1))]
|
1600
|
+
#[derive(Clone, Copy, Default)]
|
1601
|
+
pub struct USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR_1_0 {
|
1602
|
+
pub _bitfield: u16,
|
1603
|
+
}
|
1604
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE: u32 = 2u32;
|
1605
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_RESERVED_MASK: u32 = 253u32;
|
1606
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL: u32 = 2u32;
|
1607
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH: u32 = 4u32;
|
1608
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW: u32 = 1u32;
|
1609
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK: u32 = 65520u32;
|
1610
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER: u32 = 8u32;
|
1611
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE: u32 = 10u32;
|
1612
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE: u32 = 2047u32;
|
1613
|
+
pub const USB_DEVICE_CAPABILITY_SUPERSPEED_USB: u32 = 3u32;
|
1614
|
+
#[repr(C, packed(1))]
|
1615
|
+
#[derive(Clone, Copy, Default)]
|
1616
|
+
pub struct USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR {
|
1617
|
+
pub bLength: u8,
|
1618
|
+
pub bDescriptorType: u8,
|
1619
|
+
pub bDevCapabilityType: u8,
|
1620
|
+
pub bmAttributes: u8,
|
1621
|
+
pub wSpeedsSupported: u16,
|
1622
|
+
pub bFunctionalitySupport: u8,
|
1623
|
+
pub bU1DevExitLat: u8,
|
1624
|
+
pub wU2DevExitLat: u16,
|
1625
|
+
}
|
1626
|
+
pub const USB_DEVICE_CAPABILITY_USB20_EXTENSION: u32 = 2u32;
|
1627
|
+
pub const USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK: u32 = 4294901985u32;
|
1628
|
+
#[repr(C)]
|
1629
|
+
#[derive(Clone, Copy)]
|
1630
|
+
pub struct USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR {
|
1631
|
+
pub bLength: u8,
|
1632
|
+
pub bDescriptorType: u8,
|
1633
|
+
pub bDevCapabilityType: u8,
|
1634
|
+
pub bmAttributes: USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_0,
|
1635
|
+
}
|
1636
|
+
impl Default for USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR {
|
1637
|
+
fn default() -> Self {
|
1638
|
+
unsafe { core::mem::zeroed() }
|
1639
|
+
}
|
1640
|
+
}
|
1641
|
+
#[repr(C, packed(1))]
|
1642
|
+
#[derive(Clone, Copy)]
|
1643
|
+
pub union USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_0 {
|
1644
|
+
pub AsUlong: u32,
|
1645
|
+
pub Anonymous: USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_0_0,
|
1646
|
+
}
|
1647
|
+
impl Default for USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_0 {
|
1648
|
+
fn default() -> Self {
|
1649
|
+
unsafe { core::mem::zeroed() }
|
1650
|
+
}
|
1651
|
+
}
|
1652
|
+
#[repr(C, packed(1))]
|
1653
|
+
#[derive(Clone, Copy, Default)]
|
1654
|
+
pub struct USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR_0_0 {
|
1655
|
+
pub _bitfield: u32,
|
1656
|
+
}
|
1657
|
+
pub const USB_DEVICE_CAPABILITY_WIRELESS_USB: u32 = 1u32;
|
1658
|
+
#[repr(C, packed(1))]
|
1659
|
+
#[derive(Clone, Copy)]
|
1660
|
+
pub struct USB_DEVICE_CHARACTERISTICS {
|
1661
|
+
pub Version: u32,
|
1662
|
+
pub Reserved: [u32; 2],
|
1663
|
+
pub UsbDeviceCharacteristicsFlags: u32,
|
1664
|
+
pub MaximumSendPathDelayInMilliSeconds: u32,
|
1665
|
+
pub MaximumCompletionPathDelayInMilliSeconds: u32,
|
1666
|
+
}
|
1667
|
+
impl Default for USB_DEVICE_CHARACTERISTICS {
|
1668
|
+
fn default() -> Self {
|
1669
|
+
unsafe { core::mem::zeroed() }
|
1670
|
+
}
|
1671
|
+
}
|
1672
|
+
pub const USB_DEVICE_CHARACTERISTICS_MAXIMUM_PATH_DELAYS_AVAILABLE: u32 = 1u32;
|
1673
|
+
pub const USB_DEVICE_CHARACTERISTICS_VERSION_1: u32 = 1u32;
|
1674
|
+
pub const USB_DEVICE_CLASS_APPLICATION_SPECIFIC: u32 = 254u32;
|
1675
|
+
pub const USB_DEVICE_CLASS_AUDIO: u32 = 1u32;
|
1676
|
+
pub const USB_DEVICE_CLASS_AUDIO_VIDEO: u32 = 16u32;
|
1677
|
+
pub const USB_DEVICE_CLASS_BILLBOARD: u32 = 17u32;
|
1678
|
+
pub const USB_DEVICE_CLASS_CDC_DATA: u32 = 10u32;
|
1679
|
+
pub const USB_DEVICE_CLASS_COMMUNICATIONS: u32 = 2u32;
|
1680
|
+
pub const USB_DEVICE_CLASS_CONTENT_SECURITY: u32 = 13u32;
|
1681
|
+
pub const USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE: u32 = 220u32;
|
1682
|
+
pub const USB_DEVICE_CLASS_HUB: u32 = 9u32;
|
1683
|
+
pub const USB_DEVICE_CLASS_HUMAN_INTERFACE: u32 = 3u32;
|
1684
|
+
pub const USB_DEVICE_CLASS_IMAGE: u32 = 6u32;
|
1685
|
+
pub const USB_DEVICE_CLASS_MISCELLANEOUS: u32 = 239u32;
|
1686
|
+
pub const USB_DEVICE_CLASS_MONITOR: u32 = 4u32;
|
1687
|
+
pub const USB_DEVICE_CLASS_PERSONAL_HEALTHCARE: u32 = 15u32;
|
1688
|
+
pub const USB_DEVICE_CLASS_PHYSICAL_INTERFACE: u32 = 5u32;
|
1689
|
+
pub const USB_DEVICE_CLASS_POWER: u32 = 6u32;
|
1690
|
+
pub const USB_DEVICE_CLASS_PRINTER: u32 = 7u32;
|
1691
|
+
pub const USB_DEVICE_CLASS_RESERVED: u32 = 0u32;
|
1692
|
+
pub const USB_DEVICE_CLASS_SMART_CARD: u32 = 11u32;
|
1693
|
+
pub const USB_DEVICE_CLASS_STORAGE: u32 = 8u32;
|
1694
|
+
pub const USB_DEVICE_CLASS_VENDOR_SPECIFIC: u32 = 255u32;
|
1695
|
+
pub const USB_DEVICE_CLASS_VIDEO: u32 = 14u32;
|
1696
|
+
pub const USB_DEVICE_CLASS_WIRELESS_CONTROLLER: u32 = 224u32;
|
1697
|
+
#[repr(C, packed(1))]
|
1698
|
+
#[derive(Clone, Copy, Default)]
|
1699
|
+
pub struct USB_DEVICE_DESCRIPTOR {
|
1700
|
+
pub bLength: u8,
|
1701
|
+
pub bDescriptorType: u8,
|
1702
|
+
pub bcdUSB: u16,
|
1703
|
+
pub bDeviceClass: u8,
|
1704
|
+
pub bDeviceSubClass: u8,
|
1705
|
+
pub bDeviceProtocol: u8,
|
1706
|
+
pub bMaxPacketSize0: u8,
|
1707
|
+
pub idVendor: u16,
|
1708
|
+
pub idProduct: u16,
|
1709
|
+
pub bcdDevice: u16,
|
1710
|
+
pub iManufacturer: u8,
|
1711
|
+
pub iProduct: u8,
|
1712
|
+
pub iSerialNumber: u8,
|
1713
|
+
pub bNumConfigurations: u8,
|
1714
|
+
}
|
1715
|
+
pub const USB_DEVICE_DESCRIPTOR_TYPE: u32 = 1u32;
|
1716
|
+
pub const USB_DEVICE_FIRMWARE_HASH_LENGTH: u32 = 32u32;
|
1717
|
+
#[repr(C, packed(1))]
|
1718
|
+
#[derive(Clone, Copy)]
|
1719
|
+
pub struct USB_DEVICE_INFO {
|
1720
|
+
pub DeviceState: USB_DEVICE_STATE,
|
1721
|
+
pub PortNumber: u16,
|
1722
|
+
pub DeviceDescriptor: USB_DEVICE_DESCRIPTOR,
|
1723
|
+
pub CurrentConfigurationValue: u8,
|
1724
|
+
pub Speed: USB_DEVICE_SPEED,
|
1725
|
+
pub DeviceAddress: u16,
|
1726
|
+
pub ConnectionIndex: u32,
|
1727
|
+
pub ConnectionStatus: USB_CONNECTION_STATUS,
|
1728
|
+
pub PnpHardwareId: [u16; 128],
|
1729
|
+
pub PnpCompatibleId: [u16; 128],
|
1730
|
+
pub SerialNumberId: [u16; 128],
|
1731
|
+
pub PnpDeviceDescription: [u16; 128],
|
1732
|
+
pub NumberOfOpenPipes: u32,
|
1733
|
+
pub PipeList: [USB_PIPE_INFO; 1],
|
1734
|
+
}
|
1735
|
+
impl Default for USB_DEVICE_INFO {
|
1736
|
+
fn default() -> Self {
|
1737
|
+
unsafe { core::mem::zeroed() }
|
1738
|
+
}
|
1739
|
+
}
|
1740
|
+
#[repr(C, packed(1))]
|
1741
|
+
#[derive(Clone, Copy)]
|
1742
|
+
pub struct USB_DEVICE_NODE_INFO {
|
1743
|
+
pub Sig: u32,
|
1744
|
+
pub LengthInBytes: u32,
|
1745
|
+
pub DeviceDescription: [u16; 40],
|
1746
|
+
pub NodeType: USB_WMI_DEVICE_NODE_TYPE,
|
1747
|
+
pub BusAddress: USB_TOPOLOGY_ADDRESS,
|
1748
|
+
pub Anonymous: USB_DEVICE_NODE_INFO_0,
|
1749
|
+
}
|
1750
|
+
impl Default for USB_DEVICE_NODE_INFO {
|
1751
|
+
fn default() -> Self {
|
1752
|
+
unsafe { core::mem::zeroed() }
|
1753
|
+
}
|
1754
|
+
}
|
1755
|
+
#[repr(C)]
|
1756
|
+
#[derive(Clone, Copy)]
|
1757
|
+
pub union USB_DEVICE_NODE_INFO_0 {
|
1758
|
+
pub UsbDeviceInfo: USB_DEVICE_INFO,
|
1759
|
+
pub HubDeviceInfo: USB_HUB_DEVICE_INFO,
|
1760
|
+
pub CompositeDeviceInfo: USB_COMPOSITE_DEVICE_INFO,
|
1761
|
+
pub ControllerDeviceInfo: USB_CONTROLLER_DEVICE_INFO,
|
1762
|
+
pub DeviceInformation: [u8; 4],
|
1763
|
+
}
|
1764
|
+
impl Default for USB_DEVICE_NODE_INFO_0 {
|
1765
|
+
fn default() -> Self {
|
1766
|
+
unsafe { core::mem::zeroed() }
|
1767
|
+
}
|
1768
|
+
}
|
1769
|
+
#[repr(C, packed(1))]
|
1770
|
+
#[derive(Clone, Copy)]
|
1771
|
+
pub struct USB_DEVICE_PERFORMANCE_INFO {
|
1772
|
+
pub BulkBytes: u32,
|
1773
|
+
pub ControlDataBytes: u32,
|
1774
|
+
pub IsoBytes: u32,
|
1775
|
+
pub InterruptBytes: u32,
|
1776
|
+
pub BulkUrbCount: u32,
|
1777
|
+
pub ControlUrbCount: u32,
|
1778
|
+
pub IsoUrbCount: u32,
|
1779
|
+
pub InterruptUrbCount: u32,
|
1780
|
+
pub AllocedInterrupt: [u32; 6],
|
1781
|
+
pub AllocedIso: u32,
|
1782
|
+
pub Total32secBandwidth: u32,
|
1783
|
+
pub TotalTtBandwidth: u32,
|
1784
|
+
pub DeviceDescription: [u16; 60],
|
1785
|
+
pub DeviceSpeed: USB_DEVICE_SPEED,
|
1786
|
+
pub TotalIsoLatency: u32,
|
1787
|
+
pub DroppedIsoPackets: u32,
|
1788
|
+
pub TransferErrors: u32,
|
1789
|
+
pub PciInterruptCount: u32,
|
1790
|
+
pub HcIdleState: u32,
|
1791
|
+
pub HcAsyncIdleState: u32,
|
1792
|
+
pub HcAsyncCacheFlushCount: u32,
|
1793
|
+
pub HcPeriodicIdleState: u32,
|
1794
|
+
pub HcPeriodicCacheFlushCount: u32,
|
1795
|
+
}
|
1796
|
+
impl Default for USB_DEVICE_PERFORMANCE_INFO {
|
1797
|
+
fn default() -> Self {
|
1798
|
+
unsafe { core::mem::zeroed() }
|
1799
|
+
}
|
1800
|
+
}
|
1801
|
+
#[repr(C, packed(1))]
|
1802
|
+
#[derive(Clone, Copy, Default)]
|
1803
|
+
pub struct USB_DEVICE_QUALIFIER_DESCRIPTOR {
|
1804
|
+
pub bLength: u8,
|
1805
|
+
pub bDescriptorType: u8,
|
1806
|
+
pub bcdUSB: u16,
|
1807
|
+
pub bDeviceClass: u8,
|
1808
|
+
pub bDeviceSubClass: u8,
|
1809
|
+
pub bDeviceProtocol: u8,
|
1810
|
+
pub bMaxPacketSize0: u8,
|
1811
|
+
pub bNumConfigurations: u8,
|
1812
|
+
pub bReserved: u8,
|
1813
|
+
}
|
1814
|
+
pub const USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE: u32 = 6u32;
|
1815
|
+
pub type USB_DEVICE_SPEED = i32;
|
1816
|
+
#[repr(C, packed(1))]
|
1817
|
+
#[derive(Clone, Copy, Default)]
|
1818
|
+
pub struct USB_DEVICE_STATE {
|
1819
|
+
pub _bitfield: u32,
|
1820
|
+
}
|
1821
|
+
#[repr(C, packed(1))]
|
1822
|
+
#[derive(Clone, Copy)]
|
1823
|
+
pub union USB_DEVICE_STATUS {
|
1824
|
+
pub AsUshort16: u16,
|
1825
|
+
pub Anonymous: USB_DEVICE_STATUS_0,
|
1826
|
+
}
|
1827
|
+
impl Default for USB_DEVICE_STATUS {
|
1828
|
+
fn default() -> Self {
|
1829
|
+
unsafe { core::mem::zeroed() }
|
1830
|
+
}
|
1831
|
+
}
|
1832
|
+
#[repr(C, packed(1))]
|
1833
|
+
#[derive(Clone, Copy, Default)]
|
1834
|
+
pub struct USB_DEVICE_STATUS_0 {
|
1835
|
+
pub _bitfield: u16,
|
1836
|
+
}
|
1837
|
+
pub type USB_DEVICE_TYPE = i32;
|
1838
|
+
pub const USB_DIAG_IGNORE_HUBS_OFF: u32 = 263u32;
|
1839
|
+
pub const USB_DIAG_IGNORE_HUBS_ON: u32 = 262u32;
|
1840
|
+
pub const USB_DISALLOW_FIRMWARE_UPDATE: u32 = 0u32;
|
1841
|
+
#[repr(C, packed(1))]
|
1842
|
+
#[derive(Clone, Copy, Default)]
|
1843
|
+
pub struct USB_DRIVER_VERSION_PARAMETERS {
|
1844
|
+
pub DriverTrackingCode: u32,
|
1845
|
+
pub USBDI_Version: u32,
|
1846
|
+
pub USBUSER_Version: u32,
|
1847
|
+
pub CheckedPortDriver: bool,
|
1848
|
+
pub CheckedMiniportDriver: bool,
|
1849
|
+
pub USB_Version: u16,
|
1850
|
+
}
|
1851
|
+
pub const USB_ENABLE_PORT: u32 = 5u32;
|
1852
|
+
pub const USB_ENDPOINT_ADDRESS_MASK: u32 = 15u32;
|
1853
|
+
#[repr(C, packed(1))]
|
1854
|
+
#[derive(Clone, Copy, Default)]
|
1855
|
+
pub struct USB_ENDPOINT_DESCRIPTOR {
|
1856
|
+
pub bLength: u8,
|
1857
|
+
pub bDescriptorType: u8,
|
1858
|
+
pub bEndpointAddress: u8,
|
1859
|
+
pub bmAttributes: u8,
|
1860
|
+
pub wMaxPacketSize: u16,
|
1861
|
+
pub bInterval: u8,
|
1862
|
+
}
|
1863
|
+
pub const USB_ENDPOINT_DESCRIPTOR_TYPE: u32 = 5u32;
|
1864
|
+
pub const USB_ENDPOINT_DIRECTION_MASK: u32 = 128u32;
|
1865
|
+
#[repr(C, packed(1))]
|
1866
|
+
#[derive(Clone, Copy)]
|
1867
|
+
pub union USB_ENDPOINT_STATUS {
|
1868
|
+
pub AsUshort16: u16,
|
1869
|
+
pub Anonymous: USB_ENDPOINT_STATUS_0,
|
1870
|
+
}
|
1871
|
+
impl Default for USB_ENDPOINT_STATUS {
|
1872
|
+
fn default() -> Self {
|
1873
|
+
unsafe { core::mem::zeroed() }
|
1874
|
+
}
|
1875
|
+
}
|
1876
|
+
#[repr(C, packed(1))]
|
1877
|
+
#[derive(Clone, Copy, Default)]
|
1878
|
+
pub struct USB_ENDPOINT_STATUS_0 {
|
1879
|
+
pub _bitfield: u16,
|
1880
|
+
}
|
1881
|
+
pub const USB_ENDPOINT_SUPERSPEED_BULK_MAX_PACKET_SIZE: u32 = 1024u32;
|
1882
|
+
pub const USB_ENDPOINT_SUPERSPEED_CONTROL_MAX_PACKET_SIZE: u32 = 512u32;
|
1883
|
+
pub const USB_ENDPOINT_SUPERSPEED_INTERRUPT_MAX_PACKET_SIZE: u32 = 1024u32;
|
1884
|
+
pub const USB_ENDPOINT_SUPERSPEED_ISO_MAX_PACKET_SIZE: u32 = 1024u32;
|
1885
|
+
pub const USB_ENDPOINT_TYPE_BULK: u32 = 2u32;
|
1886
|
+
pub const USB_ENDPOINT_TYPE_BULK_RESERVED_MASK: u32 = 252u32;
|
1887
|
+
pub const USB_ENDPOINT_TYPE_CONTROL: u32 = 0u32;
|
1888
|
+
pub const USB_ENDPOINT_TYPE_CONTROL_RESERVED_MASK: u32 = 252u32;
|
1889
|
+
pub const USB_ENDPOINT_TYPE_INTERRUPT: u32 = 3u32;
|
1890
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS: u32 = 1u32;
|
1891
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_RESERVED_MASK: u32 = 192u32;
|
1892
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ADAPTIVE: u32 = 8u32;
|
1893
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ASYNCHRONOUS: u32 = 4u32;
|
1894
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_MASK: u32 = 12u32;
|
1895
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_NO_SYNCHRONIZATION: u32 = 0u32;
|
1896
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_SYNCHRONOUS: u32 = 12u32;
|
1897
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_DATA_ENDOINT: u32 = 0u32;
|
1898
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_FEEDBACK_ENDPOINT: u32 = 16u32;
|
1899
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_IMPLICIT_FEEDBACK_DATA_ENDPOINT: u32 = 32u32;
|
1900
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_MASK: u32 = 48u32;
|
1901
|
+
pub const USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_RESERVED: u32 = 48u32;
|
1902
|
+
pub const USB_ENDPOINT_TYPE_MASK: u32 = 3u32;
|
1903
|
+
pub const USB_FAIL_GET_STATUS: u32 = 280u32;
|
1904
|
+
pub const USB_FEATURE_BATTERY_WAKE_MASK: u32 = 40u32;
|
1905
|
+
pub const USB_FEATURE_CHARGING_POLICY: u32 = 54u32;
|
1906
|
+
pub const USB_FEATURE_ENDPOINT_STALL: u32 = 0u32;
|
1907
|
+
pub const USB_FEATURE_FUNCTION_SUSPEND: u32 = 0u32;
|
1908
|
+
pub const USB_FEATURE_INTERFACE_POWER_D0: u32 = 2u32;
|
1909
|
+
pub const USB_FEATURE_INTERFACE_POWER_D1: u32 = 3u32;
|
1910
|
+
pub const USB_FEATURE_INTERFACE_POWER_D2: u32 = 4u32;
|
1911
|
+
pub const USB_FEATURE_INTERFACE_POWER_D3: u32 = 5u32;
|
1912
|
+
pub const USB_FEATURE_LDM_ENABLE: u32 = 53u32;
|
1913
|
+
pub const USB_FEATURE_LTM_ENABLE: u32 = 50u32;
|
1914
|
+
pub const USB_FEATURE_OS_IS_PD_AWARE: u32 = 41u32;
|
1915
|
+
pub const USB_FEATURE_POLICY_MODE: u32 = 42u32;
|
1916
|
+
pub const USB_FEATURE_REMOTE_WAKEUP: u32 = 1u32;
|
1917
|
+
pub const USB_FEATURE_TEST_MODE: u32 = 2u32;
|
1918
|
+
pub const USB_FEATURE_U1_ENABLE: u32 = 48u32;
|
1919
|
+
pub const USB_FEATURE_U2_ENABLE: u32 = 49u32;
|
1920
|
+
#[repr(C, packed(1))]
|
1921
|
+
#[derive(Clone, Copy)]
|
1922
|
+
pub struct USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION {
|
1923
|
+
pub TimeTrackingHandle: super::super::Foundation::HANDLE,
|
1924
|
+
pub InputFrameNumber: u32,
|
1925
|
+
pub InputMicroFrameNumber: u32,
|
1926
|
+
pub QueryPerformanceCounterAtInputFrameOrMicroFrame: i64,
|
1927
|
+
pub QueryPerformanceCounterFrequency: i64,
|
1928
|
+
pub PredictedAccuracyInMicroSeconds: u32,
|
1929
|
+
pub CurrentGenerationID: u32,
|
1930
|
+
pub CurrentQueryPerformanceCounter: i64,
|
1931
|
+
pub CurrentHardwareFrameNumber: u32,
|
1932
|
+
pub CurrentHardwareMicroFrameNumber: u32,
|
1933
|
+
pub CurrentUSBFrameNumber: u32,
|
1934
|
+
}
|
1935
|
+
impl Default for USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION {
|
1936
|
+
fn default() -> Self {
|
1937
|
+
unsafe { core::mem::zeroed() }
|
1938
|
+
}
|
1939
|
+
}
|
1940
|
+
#[repr(C)]
|
1941
|
+
#[derive(Clone, Copy)]
|
1942
|
+
pub union USB_FUNCTION_SUSPEND_OPTIONS {
|
1943
|
+
pub AsUchar: u8,
|
1944
|
+
pub Anonymous: USB_FUNCTION_SUSPEND_OPTIONS_0,
|
1945
|
+
}
|
1946
|
+
impl Default for USB_FUNCTION_SUSPEND_OPTIONS {
|
1947
|
+
fn default() -> Self {
|
1948
|
+
unsafe { core::mem::zeroed() }
|
1949
|
+
}
|
1950
|
+
}
|
1951
|
+
#[repr(C)]
|
1952
|
+
#[derive(Clone, Copy, Default)]
|
1953
|
+
pub struct USB_FUNCTION_SUSPEND_OPTIONS_0 {
|
1954
|
+
pub _bitfield: u8,
|
1955
|
+
}
|
1956
|
+
pub const USB_GETSTATUS_LTM_ENABLE: u32 = 16u32;
|
1957
|
+
pub const USB_GETSTATUS_REMOTE_WAKEUP_ENABLED: u32 = 2u32;
|
1958
|
+
pub const USB_GETSTATUS_SELF_POWERED: u32 = 1u32;
|
1959
|
+
pub const USB_GETSTATUS_U1_ENABLE: u32 = 4u32;
|
1960
|
+
pub const USB_GETSTATUS_U2_ENABLE: u32 = 8u32;
|
1961
|
+
pub const USB_GET_BUSGUID_INFO: u32 = 266u32;
|
1962
|
+
pub const USB_GET_BUS_INFO: u32 = 264u32;
|
1963
|
+
pub const USB_GET_CONTROLLER_NAME: u32 = 265u32;
|
1964
|
+
pub const USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION: u32 = 260u32;
|
1965
|
+
pub const USB_GET_DEVICE_CHARACTERISTICS: u32 = 288u32;
|
1966
|
+
pub const USB_GET_DEVICE_HANDLE: u32 = 268u32;
|
1967
|
+
pub const USB_GET_DEVICE_HANDLE_EX: u32 = 269u32;
|
1968
|
+
pub const USB_GET_FIRMWARE_ALLOWED_OR_DISALLOWED_STATE: u32 = 0u32;
|
1969
|
+
pub const USB_GET_FIRMWARE_HASH: u32 = 1u32;
|
1970
|
+
pub const USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC: u32 = 286u32;
|
1971
|
+
pub const USB_GET_HUB_CAPABILITIES: u32 = 271u32;
|
1972
|
+
pub const USB_GET_HUB_CAPABILITIES_EX: u32 = 276u32;
|
1973
|
+
pub const USB_GET_HUB_CONFIG_INFO: u32 = 275u32;
|
1974
|
+
pub const USB_GET_HUB_COUNT: u32 = 6u32;
|
1975
|
+
pub const USB_GET_HUB_INFORMATION_EX: u32 = 277u32;
|
1976
|
+
pub const USB_GET_HUB_NAME: u32 = 8u32;
|
1977
|
+
pub const USB_GET_NODE_CONNECTION_ATTRIBUTES: u32 = 272u32;
|
1978
|
+
pub const USB_GET_NODE_CONNECTION_DRIVERKEY_NAME: u32 = 264u32;
|
1979
|
+
pub const USB_GET_NODE_CONNECTION_INFORMATION: u32 = 259u32;
|
1980
|
+
pub const USB_GET_NODE_CONNECTION_INFORMATION_EX: u32 = 274u32;
|
1981
|
+
pub const USB_GET_NODE_CONNECTION_INFORMATION_EX_V2: u32 = 279u32;
|
1982
|
+
pub const USB_GET_NODE_CONNECTION_NAME: u32 = 261u32;
|
1983
|
+
pub const USB_GET_NODE_INFORMATION: u32 = 258u32;
|
1984
|
+
pub const USB_GET_PARENT_HUB_INFO: u32 = 267u32;
|
1985
|
+
pub const USB_GET_PORT_CONNECTOR_PROPERTIES: u32 = 278u32;
|
1986
|
+
pub const USB_GET_PORT_STATUS: u32 = 4u32;
|
1987
|
+
pub const USB_GET_ROOTHUB_PDO: u32 = 3u32;
|
1988
|
+
pub const USB_GET_TOPOLOGY_ADDRESS: u32 = 271u32;
|
1989
|
+
pub const USB_GET_TRANSPORT_CHARACTERISTICS: u32 = 281u32;
|
1990
|
+
pub const USB_GET_TT_DEVICE_HANDLE: u32 = 270u32;
|
1991
|
+
#[repr(C, packed(1))]
|
1992
|
+
#[derive(Clone, Copy)]
|
1993
|
+
pub struct USB_HCD_DRIVERKEY_NAME {
|
1994
|
+
pub ActualLength: u32,
|
1995
|
+
pub DriverKeyName: [u16; 1],
|
1996
|
+
}
|
1997
|
+
impl Default for USB_HCD_DRIVERKEY_NAME {
|
1998
|
+
fn default() -> Self {
|
1999
|
+
unsafe { core::mem::zeroed() }
|
2000
|
+
}
|
2001
|
+
}
|
2002
|
+
pub const USB_HC_FEATURE_FLAG_PORT_POWER_SWITCHING: u32 = 1u32;
|
2003
|
+
pub const USB_HC_FEATURE_FLAG_SEL_SUSPEND: u32 = 2u32;
|
2004
|
+
pub const USB_HC_FEATURE_LEGACY_BIOS: u32 = 4u32;
|
2005
|
+
pub const USB_HC_FEATURE_TIME_SYNC_API: u32 = 8u32;
|
2006
|
+
#[repr(C, packed(1))]
|
2007
|
+
#[derive(Clone, Copy)]
|
2008
|
+
pub union USB_HIGH_SPEED_MAXPACKET {
|
2009
|
+
pub us: u16,
|
2010
|
+
}
|
2011
|
+
impl Default for USB_HIGH_SPEED_MAXPACKET {
|
2012
|
+
fn default() -> Self {
|
2013
|
+
unsafe { core::mem::zeroed() }
|
2014
|
+
}
|
2015
|
+
}
|
2016
|
+
#[repr(C, packed(1))]
|
2017
|
+
#[derive(Clone, Copy, Default)]
|
2018
|
+
pub struct USB_HIGH_SPEED_MAXPACKET_0 {
|
2019
|
+
pub _bitfield: u16,
|
2020
|
+
}
|
2021
|
+
#[repr(C)]
|
2022
|
+
#[derive(Clone, Copy)]
|
2023
|
+
pub union USB_HUB_30_PORT_REMOTE_WAKE_MASK {
|
2024
|
+
pub AsUchar8: u8,
|
2025
|
+
pub Anonymous: USB_HUB_30_PORT_REMOTE_WAKE_MASK_0,
|
2026
|
+
}
|
2027
|
+
impl Default for USB_HUB_30_PORT_REMOTE_WAKE_MASK {
|
2028
|
+
fn default() -> Self {
|
2029
|
+
unsafe { core::mem::zeroed() }
|
2030
|
+
}
|
2031
|
+
}
|
2032
|
+
#[repr(C)]
|
2033
|
+
#[derive(Clone, Copy, Default)]
|
2034
|
+
pub struct USB_HUB_30_PORT_REMOTE_WAKE_MASK_0 {
|
2035
|
+
pub _bitfield: u8,
|
2036
|
+
}
|
2037
|
+
#[repr(C, packed(1))]
|
2038
|
+
#[derive(Clone, Copy, Default)]
|
2039
|
+
pub struct USB_HUB_CAPABILITIES {
|
2040
|
+
pub _bitfield: u32,
|
2041
|
+
}
|
2042
|
+
#[repr(C)]
|
2043
|
+
#[derive(Clone, Copy)]
|
2044
|
+
pub struct USB_HUB_CAPABILITIES_EX {
|
2045
|
+
pub CapabilityFlags: USB_HUB_CAP_FLAGS,
|
2046
|
+
}
|
2047
|
+
impl Default for USB_HUB_CAPABILITIES_EX {
|
2048
|
+
fn default() -> Self {
|
2049
|
+
unsafe { core::mem::zeroed() }
|
2050
|
+
}
|
2051
|
+
}
|
2052
|
+
#[repr(C, packed(1))]
|
2053
|
+
#[derive(Clone, Copy)]
|
2054
|
+
pub union USB_HUB_CAP_FLAGS {
|
2055
|
+
pub ul: u32,
|
2056
|
+
pub Anonymous: USB_HUB_CAP_FLAGS_0,
|
2057
|
+
}
|
2058
|
+
impl Default for USB_HUB_CAP_FLAGS {
|
2059
|
+
fn default() -> Self {
|
2060
|
+
unsafe { core::mem::zeroed() }
|
2061
|
+
}
|
2062
|
+
}
|
2063
|
+
#[repr(C, packed(1))]
|
2064
|
+
#[derive(Clone, Copy, Default)]
|
2065
|
+
pub struct USB_HUB_CAP_FLAGS_0 {
|
2066
|
+
pub _bitfield: u32,
|
2067
|
+
}
|
2068
|
+
#[repr(C, packed(1))]
|
2069
|
+
#[derive(Clone, Copy)]
|
2070
|
+
pub union USB_HUB_CHANGE {
|
2071
|
+
pub AsUshort16: u16,
|
2072
|
+
pub Anonymous: USB_HUB_CHANGE_0,
|
2073
|
+
}
|
2074
|
+
impl Default for USB_HUB_CHANGE {
|
2075
|
+
fn default() -> Self {
|
2076
|
+
unsafe { core::mem::zeroed() }
|
2077
|
+
}
|
2078
|
+
}
|
2079
|
+
#[repr(C, packed(1))]
|
2080
|
+
#[derive(Clone, Copy, Default)]
|
2081
|
+
pub struct USB_HUB_CHANGE_0 {
|
2082
|
+
pub _bitfield: u16,
|
2083
|
+
}
|
2084
|
+
pub const USB_HUB_CYCLE_PORT: u32 = 273u32;
|
2085
|
+
#[repr(C, packed(1))]
|
2086
|
+
#[derive(Clone, Copy)]
|
2087
|
+
pub struct USB_HUB_DESCRIPTOR {
|
2088
|
+
pub bDescriptorLength: u8,
|
2089
|
+
pub bDescriptorType: u8,
|
2090
|
+
pub bNumberOfPorts: u8,
|
2091
|
+
pub wHubCharacteristics: u16,
|
2092
|
+
pub bPowerOnToPowerGood: u8,
|
2093
|
+
pub bHubControlCurrent: u8,
|
2094
|
+
pub bRemoveAndPowerMask: [u8; 64],
|
2095
|
+
}
|
2096
|
+
impl Default for USB_HUB_DESCRIPTOR {
|
2097
|
+
fn default() -> Self {
|
2098
|
+
unsafe { core::mem::zeroed() }
|
2099
|
+
}
|
2100
|
+
}
|
2101
|
+
#[repr(C, packed(1))]
|
2102
|
+
#[derive(Clone, Copy)]
|
2103
|
+
pub struct USB_HUB_DEVICE_INFO {
|
2104
|
+
pub HubDescriptor: USB_HUB_DESCRIPTOR,
|
2105
|
+
pub HubNumber: u32,
|
2106
|
+
pub DeviceAddress: u16,
|
2107
|
+
pub HubIsSelfPowered: bool,
|
2108
|
+
pub HubIsRootHub: bool,
|
2109
|
+
pub HubCapabilities: USB_HUB_CAPABILITIES,
|
2110
|
+
pub NumberOfHubPorts: u32,
|
2111
|
+
pub PortInfo: [USB_HUB_PORT_INFORMATION; 1],
|
2112
|
+
}
|
2113
|
+
impl Default for USB_HUB_DEVICE_INFO {
|
2114
|
+
fn default() -> Self {
|
2115
|
+
unsafe { core::mem::zeroed() }
|
2116
|
+
}
|
2117
|
+
}
|
2118
|
+
#[repr(C, packed(1))]
|
2119
|
+
#[derive(Clone, Copy)]
|
2120
|
+
pub struct USB_HUB_DEVICE_UXD_SETTINGS {
|
2121
|
+
pub Version: u32,
|
2122
|
+
pub PnpGuid: windows_sys::core::GUID,
|
2123
|
+
pub OwnerGuid: windows_sys::core::GUID,
|
2124
|
+
pub DeleteOnShutdown: u32,
|
2125
|
+
pub DeleteOnReload: u32,
|
2126
|
+
pub DeleteOnDisconnect: u32,
|
2127
|
+
pub Reserved: [u32; 5],
|
2128
|
+
}
|
2129
|
+
impl Default for USB_HUB_DEVICE_UXD_SETTINGS {
|
2130
|
+
fn default() -> Self {
|
2131
|
+
unsafe { core::mem::zeroed() }
|
2132
|
+
}
|
2133
|
+
}
|
2134
|
+
#[repr(C)]
|
2135
|
+
#[derive(Clone, Copy, Default)]
|
2136
|
+
pub struct USB_HUB_INFORMATION {
|
2137
|
+
pub HubDescriptor: USB_HUB_DESCRIPTOR,
|
2138
|
+
pub HubIsBusPowered: bool,
|
2139
|
+
}
|
2140
|
+
#[repr(C, packed(1))]
|
2141
|
+
#[derive(Clone, Copy)]
|
2142
|
+
pub struct USB_HUB_INFORMATION_EX {
|
2143
|
+
pub HubType: USB_HUB_TYPE,
|
2144
|
+
pub HighestPortNumber: u16,
|
2145
|
+
pub u: USB_HUB_INFORMATION_EX_0,
|
2146
|
+
}
|
2147
|
+
impl Default for USB_HUB_INFORMATION_EX {
|
2148
|
+
fn default() -> Self {
|
2149
|
+
unsafe { core::mem::zeroed() }
|
2150
|
+
}
|
2151
|
+
}
|
2152
|
+
#[repr(C)]
|
2153
|
+
#[derive(Clone, Copy)]
|
2154
|
+
pub union USB_HUB_INFORMATION_EX_0 {
|
2155
|
+
pub UsbHubDescriptor: USB_HUB_DESCRIPTOR,
|
2156
|
+
pub Usb30HubDescriptor: USB_30_HUB_DESCRIPTOR,
|
2157
|
+
}
|
2158
|
+
impl Default for USB_HUB_INFORMATION_EX_0 {
|
2159
|
+
fn default() -> Self {
|
2160
|
+
unsafe { core::mem::zeroed() }
|
2161
|
+
}
|
2162
|
+
}
|
2163
|
+
#[repr(C, packed(1))]
|
2164
|
+
#[derive(Clone, Copy)]
|
2165
|
+
pub struct USB_HUB_NAME {
|
2166
|
+
pub ActualLength: u32,
|
2167
|
+
pub HubName: [u16; 1],
|
2168
|
+
}
|
2169
|
+
impl Default for USB_HUB_NAME {
|
2170
|
+
fn default() -> Self {
|
2171
|
+
unsafe { core::mem::zeroed() }
|
2172
|
+
}
|
2173
|
+
}
|
2174
|
+
pub type USB_HUB_NODE = i32;
|
2175
|
+
#[repr(C, packed(1))]
|
2176
|
+
#[derive(Clone, Copy, Default)]
|
2177
|
+
pub struct USB_HUB_PORT_INFORMATION {
|
2178
|
+
pub DeviceState: USB_DEVICE_STATE,
|
2179
|
+
pub PortNumber: u16,
|
2180
|
+
pub DeviceAddress: u16,
|
2181
|
+
pub ConnectionIndex: u32,
|
2182
|
+
pub ConnectionStatus: USB_CONNECTION_STATUS,
|
2183
|
+
}
|
2184
|
+
#[repr(C, packed(1))]
|
2185
|
+
#[derive(Clone, Copy)]
|
2186
|
+
pub union USB_HUB_STATUS {
|
2187
|
+
pub AsUshort16: u16,
|
2188
|
+
pub Anonymous: USB_HUB_STATUS_0,
|
2189
|
+
}
|
2190
|
+
impl Default for USB_HUB_STATUS {
|
2191
|
+
fn default() -> Self {
|
2192
|
+
unsafe { core::mem::zeroed() }
|
2193
|
+
}
|
2194
|
+
}
|
2195
|
+
#[repr(C, packed(1))]
|
2196
|
+
#[derive(Clone, Copy, Default)]
|
2197
|
+
pub struct USB_HUB_STATUS_0 {
|
2198
|
+
pub _bitfield: u16,
|
2199
|
+
}
|
2200
|
+
#[repr(C, packed(1))]
|
2201
|
+
#[derive(Clone, Copy)]
|
2202
|
+
pub union USB_HUB_STATUS_AND_CHANGE {
|
2203
|
+
pub AsUlong32: u32,
|
2204
|
+
pub Anonymous: USB_HUB_STATUS_AND_CHANGE_0,
|
2205
|
+
}
|
2206
|
+
impl Default for USB_HUB_STATUS_AND_CHANGE {
|
2207
|
+
fn default() -> Self {
|
2208
|
+
unsafe { core::mem::zeroed() }
|
2209
|
+
}
|
2210
|
+
}
|
2211
|
+
#[repr(C)]
|
2212
|
+
#[derive(Clone, Copy)]
|
2213
|
+
pub struct USB_HUB_STATUS_AND_CHANGE_0 {
|
2214
|
+
pub HubStatus: USB_HUB_STATUS,
|
2215
|
+
pub HubChange: USB_HUB_CHANGE,
|
2216
|
+
}
|
2217
|
+
impl Default for USB_HUB_STATUS_AND_CHANGE_0 {
|
2218
|
+
fn default() -> Self {
|
2219
|
+
unsafe { core::mem::zeroed() }
|
2220
|
+
}
|
2221
|
+
}
|
2222
|
+
pub type USB_HUB_TYPE = i32;
|
2223
|
+
pub const USB_HcGeneric: USB_CONTROLLER_FLAVOR = 0i32;
|
2224
|
+
pub type USB_IDLE_CALLBACK = Option<unsafe extern "system" fn(context: *const core::ffi::c_void)>;
|
2225
|
+
#[repr(C)]
|
2226
|
+
#[derive(Clone, Copy)]
|
2227
|
+
pub struct USB_IDLE_CALLBACK_INFO {
|
2228
|
+
pub IdleCallback: USB_IDLE_CALLBACK,
|
2229
|
+
pub IdleContext: *mut core::ffi::c_void,
|
2230
|
+
}
|
2231
|
+
impl Default for USB_IDLE_CALLBACK_INFO {
|
2232
|
+
fn default() -> Self {
|
2233
|
+
unsafe { core::mem::zeroed() }
|
2234
|
+
}
|
2235
|
+
}
|
2236
|
+
pub const USB_IDLE_NOTIFICATION: u32 = 9u32;
|
2237
|
+
pub const USB_IDLE_NOTIFICATION_EX: u32 = 272u32;
|
2238
|
+
#[repr(C, packed(1))]
|
2239
|
+
#[derive(Clone, Copy)]
|
2240
|
+
pub struct USB_ID_STRING {
|
2241
|
+
pub LanguageId: u16,
|
2242
|
+
pub Pad: u16,
|
2243
|
+
pub LengthInBytes: u32,
|
2244
|
+
pub Buffer: windows_sys::core::PWSTR,
|
2245
|
+
}
|
2246
|
+
impl Default for USB_ID_STRING {
|
2247
|
+
fn default() -> Self {
|
2248
|
+
unsafe { core::mem::zeroed() }
|
2249
|
+
}
|
2250
|
+
}
|
2251
|
+
#[repr(C)]
|
2252
|
+
#[derive(Clone, Copy, Default)]
|
2253
|
+
pub struct USB_INTERFACE_ASSOCIATION_DESCRIPTOR {
|
2254
|
+
pub bLength: u8,
|
2255
|
+
pub bDescriptorType: u8,
|
2256
|
+
pub bFirstInterface: u8,
|
2257
|
+
pub bInterfaceCount: u8,
|
2258
|
+
pub bFunctionClass: u8,
|
2259
|
+
pub bFunctionSubClass: u8,
|
2260
|
+
pub bFunctionProtocol: u8,
|
2261
|
+
pub iFunction: u8,
|
2262
|
+
}
|
2263
|
+
pub const USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE: u32 = 11u32;
|
2264
|
+
#[repr(C)]
|
2265
|
+
#[derive(Clone, Copy, Default)]
|
2266
|
+
pub struct USB_INTERFACE_DESCRIPTOR {
|
2267
|
+
pub bLength: u8,
|
2268
|
+
pub bDescriptorType: u8,
|
2269
|
+
pub bInterfaceNumber: u8,
|
2270
|
+
pub bAlternateSetting: u8,
|
2271
|
+
pub bNumEndpoints: u8,
|
2272
|
+
pub bInterfaceClass: u8,
|
2273
|
+
pub bInterfaceSubClass: u8,
|
2274
|
+
pub bInterfaceProtocol: u8,
|
2275
|
+
pub iInterface: u8,
|
2276
|
+
}
|
2277
|
+
pub const USB_INTERFACE_DESCRIPTOR_TYPE: u32 = 4u32;
|
2278
|
+
#[repr(C, packed(1))]
|
2279
|
+
#[derive(Clone, Copy, Default)]
|
2280
|
+
pub struct USB_INTERFACE_POWER_DESCRIPTOR {
|
2281
|
+
pub bLength: u8,
|
2282
|
+
pub bDescriptorType: u8,
|
2283
|
+
pub bmCapabilitiesFlags: u8,
|
2284
|
+
pub bBusPowerSavingD1: u8,
|
2285
|
+
pub bSelfPowerSavingD1: u8,
|
2286
|
+
pub bBusPowerSavingD2: u8,
|
2287
|
+
pub bSelfPowerSavingD2: u8,
|
2288
|
+
pub bBusPowerSavingD3: u8,
|
2289
|
+
pub bSelfPowerSavingD3: u8,
|
2290
|
+
pub TransitionTimeFromD1: u16,
|
2291
|
+
pub TransitionTimeFromD2: u16,
|
2292
|
+
pub TransitionTimeFromD3: u16,
|
2293
|
+
}
|
2294
|
+
pub const USB_INTERFACE_POWER_DESCRIPTOR_TYPE: u32 = 8u32;
|
2295
|
+
#[repr(C, packed(1))]
|
2296
|
+
#[derive(Clone, Copy)]
|
2297
|
+
pub union USB_INTERFACE_STATUS {
|
2298
|
+
pub AsUshort16: u16,
|
2299
|
+
pub Anonymous: USB_INTERFACE_STATUS_0,
|
2300
|
+
}
|
2301
|
+
impl Default for USB_INTERFACE_STATUS {
|
2302
|
+
fn default() -> Self {
|
2303
|
+
unsafe { core::mem::zeroed() }
|
2304
|
+
}
|
2305
|
+
}
|
2306
|
+
#[repr(C, packed(1))]
|
2307
|
+
#[derive(Clone, Copy, Default)]
|
2308
|
+
pub struct USB_INTERFACE_STATUS_0 {
|
2309
|
+
pub _bitfield: u16,
|
2310
|
+
}
|
2311
|
+
#[repr(C, packed(1))]
|
2312
|
+
#[derive(Clone, Copy, Default)]
|
2313
|
+
pub struct USB_MI_PARENT_INFORMATION {
|
2314
|
+
pub NumberOfInterfaces: u32,
|
2315
|
+
}
|
2316
|
+
#[repr(C, packed(1))]
|
2317
|
+
#[derive(Clone, Copy, Default)]
|
2318
|
+
pub struct USB_NODE_CONNECTION_ATTRIBUTES {
|
2319
|
+
pub ConnectionIndex: u32,
|
2320
|
+
pub ConnectionStatus: USB_CONNECTION_STATUS,
|
2321
|
+
pub PortAttributes: u32,
|
2322
|
+
}
|
2323
|
+
#[repr(C, packed(1))]
|
2324
|
+
#[derive(Clone, Copy)]
|
2325
|
+
pub struct USB_NODE_CONNECTION_DRIVERKEY_NAME {
|
2326
|
+
pub ConnectionIndex: u32,
|
2327
|
+
pub ActualLength: u32,
|
2328
|
+
pub DriverKeyName: [u16; 1],
|
2329
|
+
}
|
2330
|
+
impl Default for USB_NODE_CONNECTION_DRIVERKEY_NAME {
|
2331
|
+
fn default() -> Self {
|
2332
|
+
unsafe { core::mem::zeroed() }
|
2333
|
+
}
|
2334
|
+
}
|
2335
|
+
#[repr(C, packed(1))]
|
2336
|
+
#[derive(Clone, Copy)]
|
2337
|
+
pub struct USB_NODE_CONNECTION_INFORMATION {
|
2338
|
+
pub ConnectionIndex: u32,
|
2339
|
+
pub DeviceDescriptor: USB_DEVICE_DESCRIPTOR,
|
2340
|
+
pub CurrentConfigurationValue: u8,
|
2341
|
+
pub LowSpeed: bool,
|
2342
|
+
pub DeviceIsHub: bool,
|
2343
|
+
pub DeviceAddress: u16,
|
2344
|
+
pub NumberOfOpenPipes: u32,
|
2345
|
+
pub ConnectionStatus: USB_CONNECTION_STATUS,
|
2346
|
+
pub PipeList: [USB_PIPE_INFO; 1],
|
2347
|
+
}
|
2348
|
+
impl Default for USB_NODE_CONNECTION_INFORMATION {
|
2349
|
+
fn default() -> Self {
|
2350
|
+
unsafe { core::mem::zeroed() }
|
2351
|
+
}
|
2352
|
+
}
|
2353
|
+
#[repr(C, packed(1))]
|
2354
|
+
#[derive(Clone, Copy)]
|
2355
|
+
pub struct USB_NODE_CONNECTION_INFORMATION_EX {
|
2356
|
+
pub ConnectionIndex: u32,
|
2357
|
+
pub DeviceDescriptor: USB_DEVICE_DESCRIPTOR,
|
2358
|
+
pub CurrentConfigurationValue: u8,
|
2359
|
+
pub Speed: u8,
|
2360
|
+
pub DeviceIsHub: bool,
|
2361
|
+
pub DeviceAddress: u16,
|
2362
|
+
pub NumberOfOpenPipes: u32,
|
2363
|
+
pub ConnectionStatus: USB_CONNECTION_STATUS,
|
2364
|
+
pub PipeList: [USB_PIPE_INFO; 1],
|
2365
|
+
}
|
2366
|
+
impl Default for USB_NODE_CONNECTION_INFORMATION_EX {
|
2367
|
+
fn default() -> Self {
|
2368
|
+
unsafe { core::mem::zeroed() }
|
2369
|
+
}
|
2370
|
+
}
|
2371
|
+
#[repr(C, packed(1))]
|
2372
|
+
#[derive(Clone, Copy)]
|
2373
|
+
pub struct USB_NODE_CONNECTION_INFORMATION_EX_V2 {
|
2374
|
+
pub ConnectionIndex: u32,
|
2375
|
+
pub Length: u32,
|
2376
|
+
pub SupportedUsbProtocols: USB_PROTOCOLS,
|
2377
|
+
pub Flags: USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS,
|
2378
|
+
}
|
2379
|
+
impl Default for USB_NODE_CONNECTION_INFORMATION_EX_V2 {
|
2380
|
+
fn default() -> Self {
|
2381
|
+
unsafe { core::mem::zeroed() }
|
2382
|
+
}
|
2383
|
+
}
|
2384
|
+
#[repr(C, packed(1))]
|
2385
|
+
#[derive(Clone, Copy)]
|
2386
|
+
pub union USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS {
|
2387
|
+
pub ul: u32,
|
2388
|
+
pub Anonymous: USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS_0,
|
2389
|
+
}
|
2390
|
+
impl Default for USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS {
|
2391
|
+
fn default() -> Self {
|
2392
|
+
unsafe { core::mem::zeroed() }
|
2393
|
+
}
|
2394
|
+
}
|
2395
|
+
#[repr(C, packed(1))]
|
2396
|
+
#[derive(Clone, Copy, Default)]
|
2397
|
+
pub struct USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS_0 {
|
2398
|
+
pub _bitfield: u32,
|
2399
|
+
}
|
2400
|
+
#[repr(C, packed(1))]
|
2401
|
+
#[derive(Clone, Copy)]
|
2402
|
+
pub struct USB_NODE_CONNECTION_NAME {
|
2403
|
+
pub ConnectionIndex: u32,
|
2404
|
+
pub ActualLength: u32,
|
2405
|
+
pub NodeName: [u16; 1],
|
2406
|
+
}
|
2407
|
+
impl Default for USB_NODE_CONNECTION_NAME {
|
2408
|
+
fn default() -> Self {
|
2409
|
+
unsafe { core::mem::zeroed() }
|
2410
|
+
}
|
2411
|
+
}
|
2412
|
+
#[repr(C, packed(1))]
|
2413
|
+
#[derive(Clone, Copy)]
|
2414
|
+
pub struct USB_NODE_INFORMATION {
|
2415
|
+
pub NodeType: USB_HUB_NODE,
|
2416
|
+
pub u: USB_NODE_INFORMATION_0,
|
2417
|
+
}
|
2418
|
+
impl Default for USB_NODE_INFORMATION {
|
2419
|
+
fn default() -> Self {
|
2420
|
+
unsafe { core::mem::zeroed() }
|
2421
|
+
}
|
2422
|
+
}
|
2423
|
+
#[repr(C)]
|
2424
|
+
#[derive(Clone, Copy)]
|
2425
|
+
pub union USB_NODE_INFORMATION_0 {
|
2426
|
+
pub HubInformation: USB_HUB_INFORMATION,
|
2427
|
+
pub MiParentInformation: USB_MI_PARENT_INFORMATION,
|
2428
|
+
}
|
2429
|
+
impl Default for USB_NODE_INFORMATION_0 {
|
2430
|
+
fn default() -> Self {
|
2431
|
+
unsafe { core::mem::zeroed() }
|
2432
|
+
}
|
2433
|
+
}
|
2434
|
+
#[repr(C, packed(1))]
|
2435
|
+
#[derive(Clone, Copy, Default)]
|
2436
|
+
pub struct USB_NOTIFICATION {
|
2437
|
+
pub NotificationType: USB_NOTIFICATION_TYPE,
|
2438
|
+
}
|
2439
|
+
pub type USB_NOTIFICATION_TYPE = i32;
|
2440
|
+
pub const USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 283u32;
|
2441
|
+
#[repr(C, packed(1))]
|
2442
|
+
#[derive(Clone, Copy, Default)]
|
2443
|
+
pub struct USB_OPEN_RAW_DEVICE_PARAMETERS {
|
2444
|
+
pub PortStatus: u16,
|
2445
|
+
pub MaxPacketEp0: u16,
|
2446
|
+
}
|
2447
|
+
pub const USB_OTG_DESCRIPTOR_TYPE: u32 = 9u32;
|
2448
|
+
pub const USB_OTHER_SPEED_CONFIGURATION_DESCRIPTOR_TYPE: u32 = 7u32;
|
2449
|
+
pub const USB_PACKETFLAG_ASYNC_IN: u32 = 8u32;
|
2450
|
+
pub const USB_PACKETFLAG_ASYNC_OUT: u32 = 16u32;
|
2451
|
+
pub const USB_PACKETFLAG_FULL_SPEED: u32 = 2u32;
|
2452
|
+
pub const USB_PACKETFLAG_HIGH_SPEED: u32 = 4u32;
|
2453
|
+
pub const USB_PACKETFLAG_ISO_IN: u32 = 32u32;
|
2454
|
+
pub const USB_PACKETFLAG_ISO_OUT: u32 = 64u32;
|
2455
|
+
pub const USB_PACKETFLAG_LOW_SPEED: u32 = 1u32;
|
2456
|
+
pub const USB_PACKETFLAG_SETUP: u32 = 128u32;
|
2457
|
+
pub const USB_PACKETFLAG_TOGGLE0: u32 = 256u32;
|
2458
|
+
pub const USB_PACKETFLAG_TOGGLE1: u32 = 512u32;
|
2459
|
+
#[repr(C, packed(1))]
|
2460
|
+
#[derive(Clone, Copy)]
|
2461
|
+
pub struct USB_PASS_THRU_PARAMETERS {
|
2462
|
+
pub FunctionGUID: windows_sys::core::GUID,
|
2463
|
+
pub ParameterLength: u32,
|
2464
|
+
pub Parameters: [u8; 4],
|
2465
|
+
}
|
2466
|
+
impl Default for USB_PASS_THRU_PARAMETERS {
|
2467
|
+
fn default() -> Self {
|
2468
|
+
unsafe { core::mem::zeroed() }
|
2469
|
+
}
|
2470
|
+
}
|
2471
|
+
#[repr(C, packed(1))]
|
2472
|
+
#[derive(Clone, Copy, Default)]
|
2473
|
+
pub struct USB_PIPE_INFO {
|
2474
|
+
pub EndpointDescriptor: USB_ENDPOINT_DESCRIPTOR,
|
2475
|
+
pub ScheduleOffset: u32,
|
2476
|
+
}
|
2477
|
+
pub const USB_PORTATTR_MINI_CONNECTOR: u32 = 4u32;
|
2478
|
+
pub const USB_PORTATTR_NO_CONNECTOR: u32 = 1u32;
|
2479
|
+
pub const USB_PORTATTR_NO_OVERCURRENT_UI: u32 = 33554432u32;
|
2480
|
+
pub const USB_PORTATTR_OEM_CONNECTOR: u32 = 8u32;
|
2481
|
+
pub const USB_PORTATTR_OWNED_BY_CC: u32 = 16777216u32;
|
2482
|
+
pub const USB_PORTATTR_SHARED_USB2: u32 = 2u32;
|
2483
|
+
#[repr(C, packed(1))]
|
2484
|
+
#[derive(Clone, Copy)]
|
2485
|
+
pub union USB_PORT_CHANGE {
|
2486
|
+
pub AsUshort16: u16,
|
2487
|
+
pub Usb20PortChange: USB_20_PORT_CHANGE,
|
2488
|
+
pub Usb30PortChange: USB_30_PORT_CHANGE,
|
2489
|
+
}
|
2490
|
+
impl Default for USB_PORT_CHANGE {
|
2491
|
+
fn default() -> Self {
|
2492
|
+
unsafe { core::mem::zeroed() }
|
2493
|
+
}
|
2494
|
+
}
|
2495
|
+
#[repr(C, packed(1))]
|
2496
|
+
#[derive(Clone, Copy)]
|
2497
|
+
pub struct USB_PORT_CONNECTOR_PROPERTIES {
|
2498
|
+
pub ConnectionIndex: u32,
|
2499
|
+
pub ActualLength: u32,
|
2500
|
+
pub UsbPortProperties: USB_PORT_PROPERTIES,
|
2501
|
+
pub CompanionIndex: u16,
|
2502
|
+
pub CompanionPortNumber: u16,
|
2503
|
+
pub CompanionHubSymbolicLinkName: [u16; 1],
|
2504
|
+
}
|
2505
|
+
impl Default for USB_PORT_CONNECTOR_PROPERTIES {
|
2506
|
+
fn default() -> Self {
|
2507
|
+
unsafe { core::mem::zeroed() }
|
2508
|
+
}
|
2509
|
+
}
|
2510
|
+
#[repr(C, packed(1))]
|
2511
|
+
#[derive(Clone, Copy)]
|
2512
|
+
pub union USB_PORT_EXT_STATUS {
|
2513
|
+
pub AsUlong32: u32,
|
2514
|
+
pub Anonymous: USB_PORT_EXT_STATUS_0,
|
2515
|
+
}
|
2516
|
+
impl Default for USB_PORT_EXT_STATUS {
|
2517
|
+
fn default() -> Self {
|
2518
|
+
unsafe { core::mem::zeroed() }
|
2519
|
+
}
|
2520
|
+
}
|
2521
|
+
#[repr(C, packed(1))]
|
2522
|
+
#[derive(Clone, Copy, Default)]
|
2523
|
+
pub struct USB_PORT_EXT_STATUS_0 {
|
2524
|
+
pub _bitfield: u32,
|
2525
|
+
}
|
2526
|
+
#[repr(C, packed(1))]
|
2527
|
+
#[derive(Clone, Copy)]
|
2528
|
+
pub union USB_PORT_EXT_STATUS_AND_CHANGE {
|
2529
|
+
pub AsUlong64: u64,
|
2530
|
+
pub Anonymous: USB_PORT_EXT_STATUS_AND_CHANGE_0,
|
2531
|
+
}
|
2532
|
+
impl Default for USB_PORT_EXT_STATUS_AND_CHANGE {
|
2533
|
+
fn default() -> Self {
|
2534
|
+
unsafe { core::mem::zeroed() }
|
2535
|
+
}
|
2536
|
+
}
|
2537
|
+
#[repr(C)]
|
2538
|
+
#[derive(Clone, Copy)]
|
2539
|
+
pub struct USB_PORT_EXT_STATUS_AND_CHANGE_0 {
|
2540
|
+
pub PortStatusChange: USB_PORT_STATUS_AND_CHANGE,
|
2541
|
+
pub PortExtStatus: USB_PORT_EXT_STATUS,
|
2542
|
+
}
|
2543
|
+
impl Default for USB_PORT_EXT_STATUS_AND_CHANGE_0 {
|
2544
|
+
fn default() -> Self {
|
2545
|
+
unsafe { core::mem::zeroed() }
|
2546
|
+
}
|
2547
|
+
}
|
2548
|
+
#[repr(C, packed(1))]
|
2549
|
+
#[derive(Clone, Copy)]
|
2550
|
+
pub union USB_PORT_PROPERTIES {
|
2551
|
+
pub ul: u32,
|
2552
|
+
pub Anonymous: USB_PORT_PROPERTIES_0,
|
2553
|
+
}
|
2554
|
+
impl Default for USB_PORT_PROPERTIES {
|
2555
|
+
fn default() -> Self {
|
2556
|
+
unsafe { core::mem::zeroed() }
|
2557
|
+
}
|
2558
|
+
}
|
2559
|
+
#[repr(C, packed(1))]
|
2560
|
+
#[derive(Clone, Copy, Default)]
|
2561
|
+
pub struct USB_PORT_PROPERTIES_0 {
|
2562
|
+
pub _bitfield: u32,
|
2563
|
+
}
|
2564
|
+
#[repr(C, packed(1))]
|
2565
|
+
#[derive(Clone, Copy)]
|
2566
|
+
pub union USB_PORT_STATUS {
|
2567
|
+
pub AsUshort16: u16,
|
2568
|
+
pub Usb20PortStatus: USB_20_PORT_STATUS,
|
2569
|
+
pub Usb30PortStatus: USB_30_PORT_STATUS,
|
2570
|
+
}
|
2571
|
+
impl Default for USB_PORT_STATUS {
|
2572
|
+
fn default() -> Self {
|
2573
|
+
unsafe { core::mem::zeroed() }
|
2574
|
+
}
|
2575
|
+
}
|
2576
|
+
#[repr(C, packed(1))]
|
2577
|
+
#[derive(Clone, Copy)]
|
2578
|
+
pub union USB_PORT_STATUS_AND_CHANGE {
|
2579
|
+
pub AsUlong32: u32,
|
2580
|
+
pub Anonymous: USB_PORT_STATUS_AND_CHANGE_0,
|
2581
|
+
}
|
2582
|
+
impl Default for USB_PORT_STATUS_AND_CHANGE {
|
2583
|
+
fn default() -> Self {
|
2584
|
+
unsafe { core::mem::zeroed() }
|
2585
|
+
}
|
2586
|
+
}
|
2587
|
+
#[repr(C)]
|
2588
|
+
#[derive(Clone, Copy)]
|
2589
|
+
pub struct USB_PORT_STATUS_AND_CHANGE_0 {
|
2590
|
+
pub PortStatus: USB_PORT_STATUS,
|
2591
|
+
pub PortChange: USB_PORT_CHANGE,
|
2592
|
+
}
|
2593
|
+
impl Default for USB_PORT_STATUS_AND_CHANGE_0 {
|
2594
|
+
fn default() -> Self {
|
2595
|
+
unsafe { core::mem::zeroed() }
|
2596
|
+
}
|
2597
|
+
}
|
2598
|
+
pub const USB_PORT_STATUS_CONNECT: u32 = 1u32;
|
2599
|
+
pub const USB_PORT_STATUS_ENABLE: u32 = 2u32;
|
2600
|
+
pub const USB_PORT_STATUS_HIGH_SPEED: u32 = 1024u32;
|
2601
|
+
pub const USB_PORT_STATUS_LOW_SPEED: u32 = 512u32;
|
2602
|
+
pub const USB_PORT_STATUS_OVER_CURRENT: u32 = 8u32;
|
2603
|
+
pub const USB_PORT_STATUS_POWER: u32 = 256u32;
|
2604
|
+
pub const USB_PORT_STATUS_RESET: u32 = 16u32;
|
2605
|
+
pub const USB_PORT_STATUS_SUSPEND: u32 = 4u32;
|
2606
|
+
#[repr(C, packed(1))]
|
2607
|
+
#[derive(Clone, Copy, Default)]
|
2608
|
+
pub struct USB_POWER_INFO {
|
2609
|
+
pub SystemState: WDMUSB_POWER_STATE,
|
2610
|
+
pub HcDevicePowerState: WDMUSB_POWER_STATE,
|
2611
|
+
pub HcDeviceWake: WDMUSB_POWER_STATE,
|
2612
|
+
pub HcSystemWake: WDMUSB_POWER_STATE,
|
2613
|
+
pub RhDevicePowerState: WDMUSB_POWER_STATE,
|
2614
|
+
pub RhDeviceWake: WDMUSB_POWER_STATE,
|
2615
|
+
pub RhSystemWake: WDMUSB_POWER_STATE,
|
2616
|
+
pub LastSystemSleepState: WDMUSB_POWER_STATE,
|
2617
|
+
pub CanWakeup: bool,
|
2618
|
+
pub IsPowered: bool,
|
2619
|
+
}
|
2620
|
+
#[repr(C, packed(1))]
|
2621
|
+
#[derive(Clone, Copy)]
|
2622
|
+
pub union USB_PROTOCOLS {
|
2623
|
+
pub ul: u32,
|
2624
|
+
pub Anonymous: USB_PROTOCOLS_0,
|
2625
|
+
}
|
2626
|
+
impl Default for USB_PROTOCOLS {
|
2627
|
+
fn default() -> Self {
|
2628
|
+
unsafe { core::mem::zeroed() }
|
2629
|
+
}
|
2630
|
+
}
|
2631
|
+
#[repr(C, packed(1))]
|
2632
|
+
#[derive(Clone, Copy, Default)]
|
2633
|
+
pub struct USB_PROTOCOLS_0 {
|
2634
|
+
pub _bitfield: u32,
|
2635
|
+
}
|
2636
|
+
pub const USB_RECORD_FAILURE: u32 = 10u32;
|
2637
|
+
pub const USB_REGISTER_COMPOSITE_DEVICE: u32 = 0u32;
|
2638
|
+
pub const USB_REGISTER_FOR_TRANSPORT_BANDWIDTH_CHANGE: u32 = 2u32;
|
2639
|
+
pub const USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 282u32;
|
2640
|
+
pub const USB_REGISTER_FOR_TRANSPORT_LATENCY_CHANGE: u32 = 1u32;
|
2641
|
+
pub const USB_REQUEST_CLEAR_FEATURE: u32 = 1u32;
|
2642
|
+
pub const USB_REQUEST_CLEAR_TT_BUFFER: u32 = 8u32;
|
2643
|
+
pub const USB_REQUEST_GET_CONFIGURATION: u32 = 8u32;
|
2644
|
+
pub const USB_REQUEST_GET_DESCRIPTOR: u32 = 6u32;
|
2645
|
+
pub const USB_REQUEST_GET_FIRMWARE_STATUS: u32 = 26u32;
|
2646
|
+
pub const USB_REQUEST_GET_INTERFACE: u32 = 10u32;
|
2647
|
+
pub const USB_REQUEST_GET_PORT_ERR_COUNT: u32 = 13u32;
|
2648
|
+
pub const USB_REQUEST_GET_STATE: u32 = 2u32;
|
2649
|
+
pub const USB_REQUEST_GET_STATUS: u32 = 0u32;
|
2650
|
+
pub const USB_REQUEST_GET_TT_STATE: u32 = 10u32;
|
2651
|
+
pub const USB_REQUEST_ISOCH_DELAY: u32 = 49u32;
|
2652
|
+
pub const USB_REQUEST_REMOTE_WAKE_NOTIFICATION: u32 = 2u32;
|
2653
|
+
pub const USB_REQUEST_RESET_TT: u32 = 9u32;
|
2654
|
+
pub const USB_REQUEST_SET_ADDRESS: u32 = 5u32;
|
2655
|
+
pub const USB_REQUEST_SET_CONFIGURATION: u32 = 9u32;
|
2656
|
+
pub const USB_REQUEST_SET_DESCRIPTOR: u32 = 7u32;
|
2657
|
+
pub const USB_REQUEST_SET_FEATURE: u32 = 3u32;
|
2658
|
+
pub const USB_REQUEST_SET_FIRMWARE_STATUS: u32 = 27u32;
|
2659
|
+
pub const USB_REQUEST_SET_HUB_DEPTH: u32 = 12u32;
|
2660
|
+
pub const USB_REQUEST_SET_INTERFACE: u32 = 11u32;
|
2661
|
+
pub const USB_REQUEST_SET_SEL: u32 = 48u32;
|
2662
|
+
pub const USB_REQUEST_STOP_TT: u32 = 11u32;
|
2663
|
+
pub const USB_REQUEST_SYNC_FRAME: u32 = 12u32;
|
2664
|
+
pub const USB_REQ_GLOBAL_RESUME: u32 = 274u32;
|
2665
|
+
pub const USB_REQ_GLOBAL_SUSPEND: u32 = 273u32;
|
2666
|
+
pub const USB_RESERVED_DESCRIPTOR_TYPE: u32 = 6u32;
|
2667
|
+
pub const USB_RESERVED_USER_BASE: u32 = 1024u32;
|
2668
|
+
pub const USB_RESET_HUB: u32 = 275u32;
|
2669
|
+
pub const USB_RESET_PORT: u32 = 1u32;
|
2670
|
+
#[repr(C, packed(1))]
|
2671
|
+
#[derive(Clone, Copy)]
|
2672
|
+
pub struct USB_ROOT_HUB_NAME {
|
2673
|
+
pub ActualLength: u32,
|
2674
|
+
pub RootHubName: [u16; 1],
|
2675
|
+
}
|
2676
|
+
impl Default for USB_ROOT_HUB_NAME {
|
2677
|
+
fn default() -> Self {
|
2678
|
+
unsafe { core::mem::zeroed() }
|
2679
|
+
}
|
2680
|
+
}
|
2681
|
+
#[repr(C, packed(1))]
|
2682
|
+
#[derive(Clone, Copy)]
|
2683
|
+
pub struct USB_SEND_RAW_COMMAND_PARAMETERS {
|
2684
|
+
pub Usb_bmRequest: u8,
|
2685
|
+
pub Usb_bRequest: u8,
|
2686
|
+
pub Usb_wVlaue: u16,
|
2687
|
+
pub Usb_wIndex: u16,
|
2688
|
+
pub Usb_wLength: u16,
|
2689
|
+
pub DeviceAddress: u16,
|
2690
|
+
pub MaximumPacketSize: u16,
|
2691
|
+
pub Timeout: u32,
|
2692
|
+
pub DataLength: u32,
|
2693
|
+
pub UsbdStatusCode: i32,
|
2694
|
+
pub Data: [u8; 4],
|
2695
|
+
}
|
2696
|
+
impl Default for USB_SEND_RAW_COMMAND_PARAMETERS {
|
2697
|
+
fn default() -> Self {
|
2698
|
+
unsafe { core::mem::zeroed() }
|
2699
|
+
}
|
2700
|
+
}
|
2701
|
+
pub const USB_START_TRACKING_FOR_TIME_SYNC: u32 = 285u32;
|
2702
|
+
#[repr(C, packed(1))]
|
2703
|
+
#[derive(Clone, Copy)]
|
2704
|
+
pub struct USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION {
|
2705
|
+
pub TimeTrackingHandle: super::super::Foundation::HANDLE,
|
2706
|
+
pub IsStartupDelayTolerable: bool,
|
2707
|
+
}
|
2708
|
+
impl Default for USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION {
|
2709
|
+
fn default() -> Self {
|
2710
|
+
unsafe { core::mem::zeroed() }
|
2711
|
+
}
|
2712
|
+
}
|
2713
|
+
pub const USB_STATUS_EXT_PORT_STATUS: u32 = 2u32;
|
2714
|
+
pub const USB_STATUS_PD_STATUS: u32 = 1u32;
|
2715
|
+
pub const USB_STATUS_PORT_STATUS: u32 = 0u32;
|
2716
|
+
pub const USB_STOP_TRACKING_FOR_TIME_SYNC: u32 = 287u32;
|
2717
|
+
#[repr(C, packed(1))]
|
2718
|
+
#[derive(Clone, Copy)]
|
2719
|
+
pub struct USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION {
|
2720
|
+
pub TimeTrackingHandle: super::super::Foundation::HANDLE,
|
2721
|
+
}
|
2722
|
+
impl Default for USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION {
|
2723
|
+
fn default() -> Self {
|
2724
|
+
unsafe { core::mem::zeroed() }
|
2725
|
+
}
|
2726
|
+
}
|
2727
|
+
#[repr(C, packed(1))]
|
2728
|
+
#[derive(Clone, Copy)]
|
2729
|
+
pub struct USB_STRING_DESCRIPTOR {
|
2730
|
+
pub bLength: u8,
|
2731
|
+
pub bDescriptorType: u8,
|
2732
|
+
pub bString: [u16; 1],
|
2733
|
+
}
|
2734
|
+
impl Default for USB_STRING_DESCRIPTOR {
|
2735
|
+
fn default() -> Self {
|
2736
|
+
unsafe { core::mem::zeroed() }
|
2737
|
+
}
|
2738
|
+
}
|
2739
|
+
pub const USB_STRING_DESCRIPTOR_TYPE: u32 = 3u32;
|
2740
|
+
pub const USB_SUBMIT_URB: u32 = 0u32;
|
2741
|
+
pub const USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL: u32 = 16777215u32;
|
2742
|
+
pub const USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL: u32 = 49153u32;
|
2743
|
+
#[repr(C, packed(1))]
|
2744
|
+
#[derive(Clone, Copy, Default)]
|
2745
|
+
pub struct USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR {
|
2746
|
+
pub bLength: u8,
|
2747
|
+
pub bDescriptorType: u8,
|
2748
|
+
pub wReserved: u16,
|
2749
|
+
pub dwBytesPerInterval: u32,
|
2750
|
+
}
|
2751
|
+
pub const USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE: u32 = 49u32;
|
2752
|
+
#[repr(C, packed(1))]
|
2753
|
+
#[derive(Clone, Copy)]
|
2754
|
+
pub struct USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR {
|
2755
|
+
pub bLength: u8,
|
2756
|
+
pub bDescriptorType: u8,
|
2757
|
+
pub bMaxBurst: u8,
|
2758
|
+
pub bmAttributes: USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0,
|
2759
|
+
pub wBytesPerInterval: u16,
|
2760
|
+
}
|
2761
|
+
impl Default for USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR {
|
2762
|
+
fn default() -> Self {
|
2763
|
+
unsafe { core::mem::zeroed() }
|
2764
|
+
}
|
2765
|
+
}
|
2766
|
+
#[repr(C)]
|
2767
|
+
#[derive(Clone, Copy)]
|
2768
|
+
pub union USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0 {
|
2769
|
+
pub AsUchar: u8,
|
2770
|
+
pub Bulk: USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0_0,
|
2771
|
+
pub Isochronous: USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0_1,
|
2772
|
+
}
|
2773
|
+
impl Default for USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0 {
|
2774
|
+
fn default() -> Self {
|
2775
|
+
unsafe { core::mem::zeroed() }
|
2776
|
+
}
|
2777
|
+
}
|
2778
|
+
#[repr(C)]
|
2779
|
+
#[derive(Clone, Copy, Default)]
|
2780
|
+
pub struct USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0_0 {
|
2781
|
+
pub _bitfield: u8,
|
2782
|
+
}
|
2783
|
+
#[repr(C)]
|
2784
|
+
#[derive(Clone, Copy, Default)]
|
2785
|
+
pub struct USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_0_1 {
|
2786
|
+
pub _bitfield: u8,
|
2787
|
+
}
|
2788
|
+
pub const USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE: u32 = 48u32;
|
2789
|
+
pub const USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER: u32 = 2u32;
|
2790
|
+
pub const USB_SUPPORT_D0_COMMAND: u32 = 1u32;
|
2791
|
+
pub const USB_SUPPORT_D1_COMMAND: u32 = 2u32;
|
2792
|
+
pub const USB_SUPPORT_D1_WAKEUP: u32 = 16u32;
|
2793
|
+
pub const USB_SUPPORT_D2_COMMAND: u32 = 4u32;
|
2794
|
+
pub const USB_SUPPORT_D2_WAKEUP: u32 = 32u32;
|
2795
|
+
pub const USB_SUPPORT_D3_COMMAND: u32 = 8u32;
|
2796
|
+
pub const USB_TEST_MODE_TEST_FORCE_ENABLE: u32 = 5u32;
|
2797
|
+
pub const USB_TEST_MODE_TEST_J: u32 = 1u32;
|
2798
|
+
pub const USB_TEST_MODE_TEST_K: u32 = 2u32;
|
2799
|
+
pub const USB_TEST_MODE_TEST_PACKET: u32 = 4u32;
|
2800
|
+
pub const USB_TEST_MODE_TEST_SE0_NAK: u32 = 3u32;
|
2801
|
+
#[repr(C)]
|
2802
|
+
#[derive(Clone, Copy)]
|
2803
|
+
pub struct USB_TOPOLOGY_ADDRESS {
|
2804
|
+
pub PciBusNumber: u32,
|
2805
|
+
pub PciDeviceNumber: u32,
|
2806
|
+
pub PciFunctionNumber: u32,
|
2807
|
+
pub Reserved: u32,
|
2808
|
+
pub RootHubPortNumber: u16,
|
2809
|
+
pub HubPortNumber: [u16; 5],
|
2810
|
+
pub Reserved2: u16,
|
2811
|
+
}
|
2812
|
+
impl Default for USB_TOPOLOGY_ADDRESS {
|
2813
|
+
fn default() -> Self {
|
2814
|
+
unsafe { core::mem::zeroed() }
|
2815
|
+
}
|
2816
|
+
}
|
2817
|
+
#[repr(C, packed(1))]
|
2818
|
+
#[derive(Clone, Copy, Default)]
|
2819
|
+
pub struct USB_TRANSPORT_CHARACTERISTICS {
|
2820
|
+
pub Version: u32,
|
2821
|
+
pub TransportCharacteristicsFlags: u32,
|
2822
|
+
pub CurrentRoundtripLatencyInMilliSeconds: u64,
|
2823
|
+
pub MaxPotentialBandwidth: u64,
|
2824
|
+
}
|
2825
|
+
pub const USB_TRANSPORT_CHARACTERISTICS_BANDWIDTH_AVAILABLE: u32 = 2u32;
|
2826
|
+
#[repr(C, packed(1))]
|
2827
|
+
#[derive(Clone, Copy)]
|
2828
|
+
pub struct USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION {
|
2829
|
+
pub Handle: USB_CHANGE_REGISTRATION_HANDLE,
|
2830
|
+
pub UsbTransportCharacteristics: USB_TRANSPORT_CHARACTERISTICS,
|
2831
|
+
}
|
2832
|
+
impl Default for USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION {
|
2833
|
+
fn default() -> Self {
|
2834
|
+
unsafe { core::mem::zeroed() }
|
2835
|
+
}
|
2836
|
+
}
|
2837
|
+
#[repr(C, packed(1))]
|
2838
|
+
#[derive(Clone, Copy)]
|
2839
|
+
pub struct USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION {
|
2840
|
+
pub ChangeNotificationInputFlags: u32,
|
2841
|
+
pub Handle: USB_CHANGE_REGISTRATION_HANDLE,
|
2842
|
+
pub UsbTransportCharacteristics: USB_TRANSPORT_CHARACTERISTICS,
|
2843
|
+
}
|
2844
|
+
impl Default for USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION {
|
2845
|
+
fn default() -> Self {
|
2846
|
+
unsafe { core::mem::zeroed() }
|
2847
|
+
}
|
2848
|
+
}
|
2849
|
+
#[repr(C, packed(1))]
|
2850
|
+
#[derive(Clone, Copy)]
|
2851
|
+
pub struct USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION {
|
2852
|
+
pub Handle: USB_CHANGE_REGISTRATION_HANDLE,
|
2853
|
+
}
|
2854
|
+
impl Default for USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION {
|
2855
|
+
fn default() -> Self {
|
2856
|
+
unsafe { core::mem::zeroed() }
|
2857
|
+
}
|
2858
|
+
}
|
2859
|
+
pub const USB_TRANSPORT_CHARACTERISTICS_LATENCY_AVAILABLE: u32 = 1u32;
|
2860
|
+
pub const USB_TRANSPORT_CHARACTERISTICS_VERSION_1: u32 = 1u32;
|
2861
|
+
#[repr(C, packed(1))]
|
2862
|
+
#[derive(Clone, Copy)]
|
2863
|
+
pub struct USB_UNICODE_NAME {
|
2864
|
+
pub Length: u32,
|
2865
|
+
pub String: [u16; 1],
|
2866
|
+
}
|
2867
|
+
impl Default for USB_UNICODE_NAME {
|
2868
|
+
fn default() -> Self {
|
2869
|
+
unsafe { core::mem::zeroed() }
|
2870
|
+
}
|
2871
|
+
}
|
2872
|
+
pub const USB_UNREGISTER_COMPOSITE_DEVICE: u32 = 1u32;
|
2873
|
+
pub const USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE: u32 = 284u32;
|
2874
|
+
#[repr(C, packed(1))]
|
2875
|
+
#[derive(Clone, Copy, Default)]
|
2876
|
+
pub struct USB_USB2HW_VERSION_PARAMETERS {
|
2877
|
+
pub Usb2HwRevision: u8,
|
2878
|
+
}
|
2879
|
+
pub type USB_USER_ERROR_CODE = i32;
|
2880
|
+
pub type USB_WMI_DEVICE_NODE_TYPE = i32;
|
2881
|
+
pub const Usb11Device: USB_DEVICE_TYPE = 0i32;
|
2882
|
+
pub const Usb20Device: USB_DEVICE_TYPE = 1i32;
|
2883
|
+
pub const Usb20Hub: USB_HUB_TYPE = 2i32;
|
2884
|
+
pub const Usb30Hub: USB_HUB_TYPE = 3i32;
|
2885
|
+
pub const UsbController: USB_WMI_DEVICE_NODE_TYPE = 3i32;
|
2886
|
+
pub const UsbDevice: USB_WMI_DEVICE_NODE_TYPE = 0i32;
|
2887
|
+
pub const UsbFullSpeed: USB_DEVICE_SPEED = 1i32;
|
2888
|
+
pub const UsbHighSpeed: USB_DEVICE_SPEED = 2i32;
|
2889
|
+
pub const UsbHub: USB_HUB_NODE = 0i32;
|
2890
|
+
pub const UsbLowSpeed: USB_DEVICE_SPEED = 0i32;
|
2891
|
+
pub const UsbMIParent: USB_HUB_NODE = 1i32;
|
2892
|
+
pub const UsbRootHub: USB_HUB_TYPE = 1i32;
|
2893
|
+
pub const UsbSuperSpeed: USB_DEVICE_SPEED = 3i32;
|
2894
|
+
pub const UsbUserBufferTooSmall: USB_USER_ERROR_CODE = 7i32;
|
2895
|
+
pub const UsbUserDeviceNotStarted: USB_USER_ERROR_CODE = 9i32;
|
2896
|
+
pub const UsbUserErrorNotMapped: USB_USER_ERROR_CODE = 8i32;
|
2897
|
+
pub const UsbUserFeatureDisabled: USB_USER_ERROR_CODE = 3i32;
|
2898
|
+
pub const UsbUserInvalidHeaderParameter: USB_USER_ERROR_CODE = 4i32;
|
2899
|
+
pub const UsbUserInvalidParameter: USB_USER_ERROR_CODE = 5i32;
|
2900
|
+
pub const UsbUserInvalidRequestCode: USB_USER_ERROR_CODE = 2i32;
|
2901
|
+
pub const UsbUserMiniportError: USB_USER_ERROR_CODE = 6i32;
|
2902
|
+
pub const UsbUserNoDeviceConnected: USB_USER_ERROR_CODE = 10i32;
|
2903
|
+
pub const UsbUserNotSupported: USB_USER_ERROR_CODE = 1i32;
|
2904
|
+
pub const UsbUserSuccess: USB_USER_ERROR_CODE = 0i32;
|
2905
|
+
pub const UsbdEndpointOffloadHardwareAssisted: USBD_ENDPOINT_OFFLOAD_MODE = 2i32;
|
2906
|
+
pub const UsbdEndpointOffloadModeNotSupported: USBD_ENDPOINT_OFFLOAD_MODE = 0i32;
|
2907
|
+
pub const UsbdEndpointOffloadSoftwareAssisted: USBD_ENDPOINT_OFFLOAD_MODE = 1i32;
|
2908
|
+
pub const UsbdPipeTypeBulk: USBD_PIPE_TYPE = 2i32;
|
2909
|
+
pub const UsbdPipeTypeControl: USBD_PIPE_TYPE = 0i32;
|
2910
|
+
pub const UsbdPipeTypeInterrupt: USBD_PIPE_TYPE = 3i32;
|
2911
|
+
pub const UsbdPipeTypeIsochronous: USBD_PIPE_TYPE = 1i32;
|
2912
|
+
pub const UsbfnBusSpeedFull: USBFN_BUS_SPEED = 1i32;
|
2913
|
+
pub const UsbfnBusSpeedHigh: USBFN_BUS_SPEED = 2i32;
|
2914
|
+
pub const UsbfnBusSpeedLow: USBFN_BUS_SPEED = 0i32;
|
2915
|
+
pub const UsbfnBusSpeedMaximum: USBFN_BUS_SPEED = 4i32;
|
2916
|
+
pub const UsbfnBusSpeedSuper: USBFN_BUS_SPEED = 3i32;
|
2917
|
+
pub const UsbfnChargingDownstreamPort: USBFN_PORT_TYPE = 2i32;
|
2918
|
+
pub const UsbfnDedicatedChargingPort: USBFN_PORT_TYPE = 3i32;
|
2919
|
+
pub const UsbfnDeviceStateAddressed: USBFN_DEVICE_STATE = 4i32;
|
2920
|
+
pub const UsbfnDeviceStateAttached: USBFN_DEVICE_STATE = 1i32;
|
2921
|
+
pub const UsbfnDeviceStateConfigured: USBFN_DEVICE_STATE = 5i32;
|
2922
|
+
pub const UsbfnDeviceStateDefault: USBFN_DEVICE_STATE = 2i32;
|
2923
|
+
pub const UsbfnDeviceStateDetached: USBFN_DEVICE_STATE = 3i32;
|
2924
|
+
pub const UsbfnDeviceStateMinimum: USBFN_DEVICE_STATE = 0i32;
|
2925
|
+
pub const UsbfnDeviceStateStateMaximum: USBFN_DEVICE_STATE = 7i32;
|
2926
|
+
pub const UsbfnDeviceStateSuspended: USBFN_DEVICE_STATE = 6i32;
|
2927
|
+
pub const UsbfnDirectionIn: USBFN_DIRECTION = 1i32;
|
2928
|
+
pub const UsbfnDirectionMaximum: USBFN_DIRECTION = 3i32;
|
2929
|
+
pub const UsbfnDirectionMinimum: USBFN_DIRECTION = 0i32;
|
2930
|
+
pub const UsbfnDirectionOut: USBFN_DIRECTION = 2i32;
|
2931
|
+
pub const UsbfnDirectionRx: USBFN_DIRECTION = 2i32;
|
2932
|
+
pub const UsbfnDirectionTx: USBFN_DIRECTION = 1i32;
|
2933
|
+
pub const UsbfnEventAttach: USBFN_EVENT = 1i32;
|
2934
|
+
pub const UsbfnEventBusTearDown: USBFN_EVENT = 10i32;
|
2935
|
+
pub const UsbfnEventConfigured: USBFN_EVENT = 7i32;
|
2936
|
+
pub const UsbfnEventDetach: USBFN_EVENT = 3i32;
|
2937
|
+
pub const UsbfnEventMaximum: USBFN_EVENT = 12i32;
|
2938
|
+
pub const UsbfnEventMinimum: USBFN_EVENT = 0i32;
|
2939
|
+
pub const UsbfnEventPortType: USBFN_EVENT = 9i32;
|
2940
|
+
pub const UsbfnEventReset: USBFN_EVENT = 2i32;
|
2941
|
+
pub const UsbfnEventResume: USBFN_EVENT = 5i32;
|
2942
|
+
pub const UsbfnEventSetInterface: USBFN_EVENT = 11i32;
|
2943
|
+
pub const UsbfnEventSetupPacket: USBFN_EVENT = 6i32;
|
2944
|
+
pub const UsbfnEventSuspend: USBFN_EVENT = 4i32;
|
2945
|
+
pub const UsbfnEventUnConfigured: USBFN_EVENT = 8i32;
|
2946
|
+
pub const UsbfnInvalidDedicatedChargingPort: USBFN_PORT_TYPE = 4i32;
|
2947
|
+
pub const UsbfnPortTypeMaximum: USBFN_PORT_TYPE = 6i32;
|
2948
|
+
pub const UsbfnProprietaryDedicatedChargingPort: USBFN_PORT_TYPE = 5i32;
|
2949
|
+
pub const UsbfnStandardDownstreamPort: USBFN_PORT_TYPE = 1i32;
|
2950
|
+
pub const UsbfnUnknownPort: USBFN_PORT_TYPE = 0i32;
|
2951
|
+
pub type WDMUSB_POWER_STATE = i32;
|
2952
|
+
pub type WINUSB_INTERFACE_HANDLE = *mut core::ffi::c_void;
|
2953
|
+
#[repr(C)]
|
2954
|
+
#[derive(Clone, Copy, Default)]
|
2955
|
+
pub struct WINUSB_PIPE_INFORMATION {
|
2956
|
+
pub PipeType: USBD_PIPE_TYPE,
|
2957
|
+
pub PipeId: u8,
|
2958
|
+
pub MaximumPacketSize: u16,
|
2959
|
+
pub Interval: u8,
|
2960
|
+
}
|
2961
|
+
#[repr(C)]
|
2962
|
+
#[derive(Clone, Copy, Default)]
|
2963
|
+
pub struct WINUSB_PIPE_INFORMATION_EX {
|
2964
|
+
pub PipeType: USBD_PIPE_TYPE,
|
2965
|
+
pub PipeId: u8,
|
2966
|
+
pub MaximumPacketSize: u16,
|
2967
|
+
pub Interval: u8,
|
2968
|
+
pub MaximumBytesPerInterval: u32,
|
2969
|
+
}
|
2970
|
+
pub type WINUSB_PIPE_POLICY = u32;
|
2971
|
+
pub type WINUSB_POWER_POLICY = u32;
|
2972
|
+
#[repr(C, packed(1))]
|
2973
|
+
#[derive(Clone, Copy, Default)]
|
2974
|
+
pub struct WINUSB_SETUP_PACKET {
|
2975
|
+
pub RequestType: u8,
|
2976
|
+
pub Request: u8,
|
2977
|
+
pub Value: u16,
|
2978
|
+
pub Index: u16,
|
2979
|
+
pub Length: u16,
|
2980
|
+
}
|
2981
|
+
pub const WMI_USB_DEVICE_NODE_INFORMATION: u32 = 2u32;
|
2982
|
+
pub const WMI_USB_DRIVER_INFORMATION: u32 = 0u32;
|
2983
|
+
pub const WMI_USB_DRIVER_NOTIFICATION: u32 = 1u32;
|
2984
|
+
pub const WMI_USB_HUB_NODE_INFORMATION: u32 = 4u32;
|
2985
|
+
pub const WMI_USB_PERFORMANCE_INFORMATION: u32 = 1u32;
|
2986
|
+
pub const WMI_USB_POWER_DEVICE_ENABLE: u32 = 2u32;
|
2987
|
+
pub const WRITE_DATA_PIPE: PIPE_TYPE = 2i32;
|
2988
|
+
pub const WdmUsbPowerDeviceD0: WDMUSB_POWER_STATE = 201i32;
|
2989
|
+
pub const WdmUsbPowerDeviceD1: WDMUSB_POWER_STATE = 202i32;
|
2990
|
+
pub const WdmUsbPowerDeviceD2: WDMUSB_POWER_STATE = 203i32;
|
2991
|
+
pub const WdmUsbPowerDeviceD3: WDMUSB_POWER_STATE = 204i32;
|
2992
|
+
pub const WdmUsbPowerDeviceUnspecified: WDMUSB_POWER_STATE = 200i32;
|
2993
|
+
pub const WdmUsbPowerNotMapped: WDMUSB_POWER_STATE = 0i32;
|
2994
|
+
pub const WdmUsbPowerSystemHibernate: WDMUSB_POWER_STATE = 105i32;
|
2995
|
+
pub const WdmUsbPowerSystemShutdown: WDMUSB_POWER_STATE = 106i32;
|
2996
|
+
pub const WdmUsbPowerSystemSleeping1: WDMUSB_POWER_STATE = 102i32;
|
2997
|
+
pub const WdmUsbPowerSystemSleeping2: WDMUSB_POWER_STATE = 103i32;
|
2998
|
+
pub const WdmUsbPowerSystemSleeping3: WDMUSB_POWER_STATE = 104i32;
|
2999
|
+
pub const WdmUsbPowerSystemUnspecified: WDMUSB_POWER_STATE = 100i32;
|
3000
|
+
pub const WdmUsbPowerSystemWorking: WDMUSB_POWER_STATE = 101i32;
|
3001
|
+
pub const WinUSB_TestGuid: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xda812bff_12c3_46a2_8e2b_dbd3b7834c43);
|
3002
|
+
#[repr(C)]
|
3003
|
+
#[derive(Clone, Copy)]
|
3004
|
+
pub struct _URB_BULK_OR_INTERRUPT_TRANSFER {
|
3005
|
+
pub Hdr: _URB_HEADER,
|
3006
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3007
|
+
pub TransferFlags: u32,
|
3008
|
+
pub TransferBufferLength: u32,
|
3009
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3010
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3011
|
+
pub UrbLink: *mut URB,
|
3012
|
+
pub hca: _URB_HCD_AREA,
|
3013
|
+
}
|
3014
|
+
impl Default for _URB_BULK_OR_INTERRUPT_TRANSFER {
|
3015
|
+
fn default() -> Self {
|
3016
|
+
unsafe { core::mem::zeroed() }
|
3017
|
+
}
|
3018
|
+
}
|
3019
|
+
#[repr(C)]
|
3020
|
+
#[derive(Clone, Copy)]
|
3021
|
+
pub struct _URB_CONTROL_DESCRIPTOR_REQUEST {
|
3022
|
+
pub Hdr: _URB_HEADER,
|
3023
|
+
pub Reserved: *mut core::ffi::c_void,
|
3024
|
+
pub Reserved0: u32,
|
3025
|
+
pub TransferBufferLength: u32,
|
3026
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3027
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3028
|
+
pub UrbLink: *mut URB,
|
3029
|
+
pub hca: _URB_HCD_AREA,
|
3030
|
+
pub Reserved1: u16,
|
3031
|
+
pub Index: u8,
|
3032
|
+
pub DescriptorType: u8,
|
3033
|
+
pub LanguageId: u16,
|
3034
|
+
pub Reserved2: u16,
|
3035
|
+
}
|
3036
|
+
impl Default for _URB_CONTROL_DESCRIPTOR_REQUEST {
|
3037
|
+
fn default() -> Self {
|
3038
|
+
unsafe { core::mem::zeroed() }
|
3039
|
+
}
|
3040
|
+
}
|
3041
|
+
#[repr(C)]
|
3042
|
+
#[derive(Clone, Copy)]
|
3043
|
+
pub struct _URB_CONTROL_FEATURE_REQUEST {
|
3044
|
+
pub Hdr: _URB_HEADER,
|
3045
|
+
pub Reserved: *mut core::ffi::c_void,
|
3046
|
+
pub Reserved2: u32,
|
3047
|
+
pub Reserved3: u32,
|
3048
|
+
pub Reserved4: *mut core::ffi::c_void,
|
3049
|
+
pub Reserved5: *mut core::ffi::c_void,
|
3050
|
+
pub UrbLink: *mut URB,
|
3051
|
+
pub hca: _URB_HCD_AREA,
|
3052
|
+
pub Reserved0: u16,
|
3053
|
+
pub FeatureSelector: u16,
|
3054
|
+
pub Index: u16,
|
3055
|
+
pub Reserved1: u16,
|
3056
|
+
}
|
3057
|
+
impl Default for _URB_CONTROL_FEATURE_REQUEST {
|
3058
|
+
fn default() -> Self {
|
3059
|
+
unsafe { core::mem::zeroed() }
|
3060
|
+
}
|
3061
|
+
}
|
3062
|
+
#[repr(C)]
|
3063
|
+
#[derive(Clone, Copy)]
|
3064
|
+
pub struct _URB_CONTROL_GET_CONFIGURATION_REQUEST {
|
3065
|
+
pub Hdr: _URB_HEADER,
|
3066
|
+
pub Reserved: *mut core::ffi::c_void,
|
3067
|
+
pub Reserved0: u32,
|
3068
|
+
pub TransferBufferLength: u32,
|
3069
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3070
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3071
|
+
pub UrbLink: *mut URB,
|
3072
|
+
pub hca: _URB_HCD_AREA,
|
3073
|
+
pub Reserved1: [u8; 8],
|
3074
|
+
}
|
3075
|
+
impl Default for _URB_CONTROL_GET_CONFIGURATION_REQUEST {
|
3076
|
+
fn default() -> Self {
|
3077
|
+
unsafe { core::mem::zeroed() }
|
3078
|
+
}
|
3079
|
+
}
|
3080
|
+
#[repr(C)]
|
3081
|
+
#[derive(Clone, Copy)]
|
3082
|
+
pub struct _URB_CONTROL_GET_INTERFACE_REQUEST {
|
3083
|
+
pub Hdr: _URB_HEADER,
|
3084
|
+
pub Reserved: *mut core::ffi::c_void,
|
3085
|
+
pub Reserved0: u32,
|
3086
|
+
pub TransferBufferLength: u32,
|
3087
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3088
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3089
|
+
pub UrbLink: *mut URB,
|
3090
|
+
pub hca: _URB_HCD_AREA,
|
3091
|
+
pub Reserved1: [u8; 4],
|
3092
|
+
pub Interface: u16,
|
3093
|
+
pub Reserved2: u16,
|
3094
|
+
}
|
3095
|
+
impl Default for _URB_CONTROL_GET_INTERFACE_REQUEST {
|
3096
|
+
fn default() -> Self {
|
3097
|
+
unsafe { core::mem::zeroed() }
|
3098
|
+
}
|
3099
|
+
}
|
3100
|
+
#[repr(C)]
|
3101
|
+
#[derive(Clone, Copy)]
|
3102
|
+
pub struct _URB_CONTROL_GET_STATUS_REQUEST {
|
3103
|
+
pub Hdr: _URB_HEADER,
|
3104
|
+
pub Reserved: *mut core::ffi::c_void,
|
3105
|
+
pub Reserved0: u32,
|
3106
|
+
pub TransferBufferLength: u32,
|
3107
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3108
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3109
|
+
pub UrbLink: *mut URB,
|
3110
|
+
pub hca: _URB_HCD_AREA,
|
3111
|
+
pub Reserved1: [u8; 4],
|
3112
|
+
pub Index: u16,
|
3113
|
+
pub Reserved2: u16,
|
3114
|
+
}
|
3115
|
+
impl Default for _URB_CONTROL_GET_STATUS_REQUEST {
|
3116
|
+
fn default() -> Self {
|
3117
|
+
unsafe { core::mem::zeroed() }
|
3118
|
+
}
|
3119
|
+
}
|
3120
|
+
#[repr(C)]
|
3121
|
+
#[derive(Clone, Copy)]
|
3122
|
+
pub struct _URB_CONTROL_TRANSFER {
|
3123
|
+
pub Hdr: _URB_HEADER,
|
3124
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3125
|
+
pub TransferFlags: u32,
|
3126
|
+
pub TransferBufferLength: u32,
|
3127
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3128
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3129
|
+
pub UrbLink: *mut URB,
|
3130
|
+
pub hca: _URB_HCD_AREA,
|
3131
|
+
pub SetupPacket: [u8; 8],
|
3132
|
+
}
|
3133
|
+
impl Default for _URB_CONTROL_TRANSFER {
|
3134
|
+
fn default() -> Self {
|
3135
|
+
unsafe { core::mem::zeroed() }
|
3136
|
+
}
|
3137
|
+
}
|
3138
|
+
#[repr(C)]
|
3139
|
+
#[derive(Clone, Copy)]
|
3140
|
+
pub struct _URB_CONTROL_TRANSFER_EX {
|
3141
|
+
pub Hdr: _URB_HEADER,
|
3142
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3143
|
+
pub TransferFlags: u32,
|
3144
|
+
pub TransferBufferLength: u32,
|
3145
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3146
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3147
|
+
pub Timeout: u32,
|
3148
|
+
pub hca: _URB_HCD_AREA,
|
3149
|
+
pub SetupPacket: [u8; 8],
|
3150
|
+
}
|
3151
|
+
impl Default for _URB_CONTROL_TRANSFER_EX {
|
3152
|
+
fn default() -> Self {
|
3153
|
+
unsafe { core::mem::zeroed() }
|
3154
|
+
}
|
3155
|
+
}
|
3156
|
+
#[repr(C)]
|
3157
|
+
#[derive(Clone, Copy)]
|
3158
|
+
pub struct _URB_CONTROL_VENDOR_OR_CLASS_REQUEST {
|
3159
|
+
pub Hdr: _URB_HEADER,
|
3160
|
+
pub Reserved: *mut core::ffi::c_void,
|
3161
|
+
pub TransferFlags: u32,
|
3162
|
+
pub TransferBufferLength: u32,
|
3163
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3164
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3165
|
+
pub UrbLink: *mut URB,
|
3166
|
+
pub hca: _URB_HCD_AREA,
|
3167
|
+
pub RequestTypeReservedBits: u8,
|
3168
|
+
pub Request: u8,
|
3169
|
+
pub Value: u16,
|
3170
|
+
pub Index: u16,
|
3171
|
+
pub Reserved1: u16,
|
3172
|
+
}
|
3173
|
+
impl Default for _URB_CONTROL_VENDOR_OR_CLASS_REQUEST {
|
3174
|
+
fn default() -> Self {
|
3175
|
+
unsafe { core::mem::zeroed() }
|
3176
|
+
}
|
3177
|
+
}
|
3178
|
+
#[repr(C)]
|
3179
|
+
#[derive(Clone, Copy, Default)]
|
3180
|
+
pub struct _URB_FRAME_LENGTH_CONTROL {
|
3181
|
+
pub Hdr: _URB_HEADER,
|
3182
|
+
}
|
3183
|
+
#[repr(C)]
|
3184
|
+
#[derive(Clone, Copy, Default)]
|
3185
|
+
pub struct _URB_GET_CURRENT_FRAME_NUMBER {
|
3186
|
+
pub Hdr: _URB_HEADER,
|
3187
|
+
pub FrameNumber: u32,
|
3188
|
+
}
|
3189
|
+
#[repr(C)]
|
3190
|
+
#[derive(Clone, Copy, Default)]
|
3191
|
+
pub struct _URB_GET_FRAME_LENGTH {
|
3192
|
+
pub Hdr: _URB_HEADER,
|
3193
|
+
pub FrameLength: u32,
|
3194
|
+
pub FrameNumber: u32,
|
3195
|
+
}
|
3196
|
+
#[repr(C)]
|
3197
|
+
#[derive(Clone, Copy)]
|
3198
|
+
pub struct _URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS {
|
3199
|
+
pub Hdr: _URB_HEADER,
|
3200
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3201
|
+
pub MaximumSendPathDelayInMilliSeconds: u32,
|
3202
|
+
pub MaximumCompletionPathDelayInMilliSeconds: u32,
|
3203
|
+
}
|
3204
|
+
impl Default for _URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS {
|
3205
|
+
fn default() -> Self {
|
3206
|
+
unsafe { core::mem::zeroed() }
|
3207
|
+
}
|
3208
|
+
}
|
3209
|
+
#[repr(C)]
|
3210
|
+
#[derive(Clone, Copy)]
|
3211
|
+
pub struct _URB_HCD_AREA {
|
3212
|
+
pub Reserved8: [*mut core::ffi::c_void; 8],
|
3213
|
+
}
|
3214
|
+
impl Default for _URB_HCD_AREA {
|
3215
|
+
fn default() -> Self {
|
3216
|
+
unsafe { core::mem::zeroed() }
|
3217
|
+
}
|
3218
|
+
}
|
3219
|
+
#[repr(C)]
|
3220
|
+
#[derive(Clone, Copy)]
|
3221
|
+
pub struct _URB_HEADER {
|
3222
|
+
pub Length: u16,
|
3223
|
+
pub Function: u16,
|
3224
|
+
pub Status: i32,
|
3225
|
+
pub UsbdDeviceHandle: *mut core::ffi::c_void,
|
3226
|
+
pub UsbdFlags: u32,
|
3227
|
+
}
|
3228
|
+
impl Default for _URB_HEADER {
|
3229
|
+
fn default() -> Self {
|
3230
|
+
unsafe { core::mem::zeroed() }
|
3231
|
+
}
|
3232
|
+
}
|
3233
|
+
#[repr(C)]
|
3234
|
+
#[derive(Clone, Copy)]
|
3235
|
+
pub struct _URB_ISOCH_TRANSFER {
|
3236
|
+
pub Hdr: _URB_HEADER,
|
3237
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3238
|
+
pub TransferFlags: u32,
|
3239
|
+
pub TransferBufferLength: u32,
|
3240
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3241
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3242
|
+
pub UrbLink: *mut URB,
|
3243
|
+
pub hca: _URB_HCD_AREA,
|
3244
|
+
pub StartFrame: u32,
|
3245
|
+
pub NumberOfPackets: u32,
|
3246
|
+
pub ErrorCount: u32,
|
3247
|
+
pub IsoPacket: [USBD_ISO_PACKET_DESCRIPTOR; 1],
|
3248
|
+
}
|
3249
|
+
impl Default for _URB_ISOCH_TRANSFER {
|
3250
|
+
fn default() -> Self {
|
3251
|
+
unsafe { core::mem::zeroed() }
|
3252
|
+
}
|
3253
|
+
}
|
3254
|
+
#[repr(C)]
|
3255
|
+
#[derive(Clone, Copy)]
|
3256
|
+
pub struct _URB_OPEN_STATIC_STREAMS {
|
3257
|
+
pub Hdr: _URB_HEADER,
|
3258
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3259
|
+
pub NumberOfStreams: u32,
|
3260
|
+
pub StreamInfoVersion: u16,
|
3261
|
+
pub StreamInfoSize: u16,
|
3262
|
+
pub Streams: *mut USBD_STREAM_INFORMATION,
|
3263
|
+
}
|
3264
|
+
impl Default for _URB_OPEN_STATIC_STREAMS {
|
3265
|
+
fn default() -> Self {
|
3266
|
+
unsafe { core::mem::zeroed() }
|
3267
|
+
}
|
3268
|
+
}
|
3269
|
+
#[repr(C)]
|
3270
|
+
#[derive(Clone, Copy)]
|
3271
|
+
pub struct _URB_OS_FEATURE_DESCRIPTOR_REQUEST {
|
3272
|
+
pub Hdr: _URB_HEADER,
|
3273
|
+
pub Reserved: *mut core::ffi::c_void,
|
3274
|
+
pub Reserved0: u32,
|
3275
|
+
pub TransferBufferLength: u32,
|
3276
|
+
pub TransferBuffer: *mut core::ffi::c_void,
|
3277
|
+
pub TransferBufferMDL: *mut core::ffi::c_void,
|
3278
|
+
pub UrbLink: *mut URB,
|
3279
|
+
pub hca: _URB_HCD_AREA,
|
3280
|
+
pub _bitfield: u8,
|
3281
|
+
pub Reserved2: u8,
|
3282
|
+
pub InterfaceNumber: u8,
|
3283
|
+
pub MS_PageIndex: u8,
|
3284
|
+
pub MS_FeatureDescriptorIndex: u16,
|
3285
|
+
pub Reserved3: u16,
|
3286
|
+
}
|
3287
|
+
impl Default for _URB_OS_FEATURE_DESCRIPTOR_REQUEST {
|
3288
|
+
fn default() -> Self {
|
3289
|
+
unsafe { core::mem::zeroed() }
|
3290
|
+
}
|
3291
|
+
}
|
3292
|
+
#[repr(C)]
|
3293
|
+
#[derive(Clone, Copy)]
|
3294
|
+
pub struct _URB_PIPE_REQUEST {
|
3295
|
+
pub Hdr: _URB_HEADER,
|
3296
|
+
pub PipeHandle: *mut core::ffi::c_void,
|
3297
|
+
pub Reserved: u32,
|
3298
|
+
}
|
3299
|
+
impl Default for _URB_PIPE_REQUEST {
|
3300
|
+
fn default() -> Self {
|
3301
|
+
unsafe { core::mem::zeroed() }
|
3302
|
+
}
|
3303
|
+
}
|
3304
|
+
#[repr(C)]
|
3305
|
+
#[derive(Clone, Copy)]
|
3306
|
+
pub struct _URB_SELECT_CONFIGURATION {
|
3307
|
+
pub Hdr: _URB_HEADER,
|
3308
|
+
pub ConfigurationDescriptor: *mut USB_CONFIGURATION_DESCRIPTOR,
|
3309
|
+
pub ConfigurationHandle: *mut core::ffi::c_void,
|
3310
|
+
pub Interface: USBD_INTERFACE_INFORMATION,
|
3311
|
+
}
|
3312
|
+
impl Default for _URB_SELECT_CONFIGURATION {
|
3313
|
+
fn default() -> Self {
|
3314
|
+
unsafe { core::mem::zeroed() }
|
3315
|
+
}
|
3316
|
+
}
|
3317
|
+
#[repr(C)]
|
3318
|
+
#[derive(Clone, Copy)]
|
3319
|
+
pub struct _URB_SELECT_INTERFACE {
|
3320
|
+
pub Hdr: _URB_HEADER,
|
3321
|
+
pub ConfigurationHandle: *mut core::ffi::c_void,
|
3322
|
+
pub Interface: USBD_INTERFACE_INFORMATION,
|
3323
|
+
}
|
3324
|
+
impl Default for _URB_SELECT_INTERFACE {
|
3325
|
+
fn default() -> Self {
|
3326
|
+
unsafe { core::mem::zeroed() }
|
3327
|
+
}
|
3328
|
+
}
|
3329
|
+
#[repr(C)]
|
3330
|
+
#[derive(Clone, Copy, Default)]
|
3331
|
+
pub struct _URB_SET_FRAME_LENGTH {
|
3332
|
+
pub Hdr: _URB_HEADER,
|
3333
|
+
pub FrameLengthDelta: i32,
|
3334
|
+
}
|