[INFO] fetching crate thindx 0.0.0-unsound.5... [INFO] documenting thindx-0.0.0-unsound.5 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate thindx 0.0.0-unsound.5 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate thindx 0.0.0-unsound.5 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate thindx 0.0.0-unsound.5 [INFO] finished tweaking crates.io crate thindx 0.0.0-unsound.5 [INFO] tweaked toml for crates.io crate thindx 0.0.0-unsound.5 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate thindx 0.0.0-unsound.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nix v0.22.0 [INFO] [stderr] Downloaded abibool v0.5.1 [INFO] [stderr] Downloaded bytemuck_derive v1.0.1 [INFO] [stderr] Downloaded abistr-macros v0.2.0-rc1 [INFO] [stderr] Downloaded minidl v0.1.3 [INFO] [stderr] Downloaded alphanumeric-sort v1.4.0 [INFO] [stderr] Downloaded mmrbi v0.0.17 [INFO] [stderr] Downloaded mcom v0.1.2 [INFO] [stderr] Downloaded abistr v0.2.0-rc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b9e39284834eea23a7046cf26ef3f8e552ab76f8eb6c19536f9d940509642fb [INFO] running `Command { std: "docker" "start" "-a" "8b9e39284834eea23a7046cf26ef3f8e552ab76f8eb6c19536f9d940509642fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b9e39284834eea23a7046cf26ef3f8e552ab76f8eb6c19536f9d940509642fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b9e39284834eea23a7046cf26ef3f8e552ab76f8eb6c19536f9d940509642fb", kill_on_drop: false }` [INFO] [stdout] 8b9e39284834eea23a7046cf26ef3f8e552ab76f8eb6c19536f9d940509642fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d618448eb5cab02cea8a5e710042819a78ac929f2cc692dab9dec6482777abea [INFO] running `Command { std: "docker" "start" "-a" "d618448eb5cab02cea8a5e710042819a78ac929f2cc692dab9dec6482777abea", kill_on_drop: false }` [INFO] [stderr] Documenting thindx v0.0.0-unsound.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `abibool` [INFO] [stdout] --> src/_lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub extern crate abibool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `abistr` [INFO] [stdout] --> src/_lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub extern crate abistr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/namespaces/d3d9/shared_handle.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::ntdef::HANDLE; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::ctypes::c_char; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9types::D3DADAPTER_IDENTIFIER9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::ntdef::LARGE_INTEGER; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/color_value.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/present_stats.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/viewport.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/unknwn.h/unknwn.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/enable_.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/headers/xinput.h/functions/get_audio_device_ids_.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::windows::ffi::*; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/traits/path_ext.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::windows::ffi::*; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/dll.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::{WORD, HMODULE, FARPROC}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/dll.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryExA, LOAD_LIBRARY_SEARCH_SYSTEM32}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/basis_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cmp_func.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cull.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_method.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_usage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/degree.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/display_rotation.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fill_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fog_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/material_color_source.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/pool.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/primitive_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/query_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/render_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/resource_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/shade_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/state_block_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stencil_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/swap_effect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_address.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/fvf.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/get_data.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/issue.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/lock.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/usage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/box_.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/luid.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::ntdef::LUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_parameter_reflection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module_instance.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_constant_buffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_variable.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/driver_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/feature_level.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/include_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/min_precision.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/name.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/parameter_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/blob.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::d3dcommon::ID3DInclude; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::d3dcompiler::D3D_COMPILE_STANDARD_FILE_INCLUDE; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/structures/shader_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::D3D_SHADER_MACRO; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_effect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compress_shader.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/structures/shader_data.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `minidl` [INFO] [stdout] --> src/dll.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use minidl::Library; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/guiddef.h/guiddef.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/error_kind.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/method_error.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::winerror::{HRESULT, SUCCEEDED}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/guiddef.h/guiddef.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9::{IDirect3DIndexBuffer9, IDirect3DVertexBuffer9, IDirect3DResource9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/namespaces/d3d9.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | use winapi; [INFO] [stdout] | ^^^^^^ no external crate `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{Direct3DCreate9, IDirect3D9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9types::{D3DDISPLAYMODE, D3DPRESENT_PARAMETERS}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::windef::{HMONITOR, HWND}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::d3d9::IDirect3DResource9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9::{IDirect3DPixelShader9, IDirect3DVertexShader9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DStateBlock9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DVertexDeclaration9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/light_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_ex.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/light.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/material.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/surface_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_element.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/volume_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/sdk_version.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::{D3D_SDK_VERSION, D3D9b_SDK_VERSION}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/function_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/library_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_buffer_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_input_bind_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_type_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/signature_parameter_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_battery_information_.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::xinput::XInputGetBatteryInformation; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_capabilities_.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_battery_information_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_keystroke_.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_state_.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_dsound_audio_device_guids_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/set_state_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_state_ex_.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/battery_information.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/capabilities.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/keystroke.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/state.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/errors.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/method_error_blob.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/vibration.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::shared::d3d9::IDirect3DDevice9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{IDirect3DDevice9Ex, IDirect3DDevice9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{Direct3DCreate9Ex, IDirect3D9Ex, IDirect3D9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::IDirect3DQuery9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9::IDirect3DDevice9`, `winapi::shared::d3d9types::*`, `winapi::shared::windef::RECT`, `winapi::um::unknwnbase::IUnknown`, `winapi::um::wingdi::*`, `winapi::shared::d3d9::IDirect3DDevice9Ex`, `winapi::shared::d3d9::IDirect3DDevice9`, `winapi::shared::d3d9types::*`, `winapi::um::unknwnbase::IUnknown`, `winapi::um::wingdi::*`, `winapi::shared::d3d9::Direct3DCreate9Ex`, `winapi::shared::d3d9::IDirect3D9Ex`, `winapi::shared::d3d9::IDirect3D9`, `winapi::shared::windef::HWND`, `winapi::um::unknwnbase::IUnknown`, `winapi::shared::d3d9::IDirect3DQuery9`, `winapi::um::unknwnbase::IUnknown` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 10 | [INFO] [stdout] 11 | use winapi::shared::d3d9::IDirect3DDevice9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/deviceex.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{IDirect3DDevice9Ex, IDirect3DDevice9}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/direct3dex.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{Direct3DCreate9Ex, IDirect3D9Ex, IDirect3D9}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] 8 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/query.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::IDirect3DQuery9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::winerror::*; [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9::{IDirect3DSurface9, IDirect3DResource9}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::windef::HDC; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9types::D3DPRESENT_PARAMETERS; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::wingdi::{RDH_RECTANGLES, RGNDATA, RGNDATAHEADER}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `winapi`, `winapi::shared::d3d9::IDirect3DSurface9`, `winapi::shared::d3d9::IDirect3DResource9`, `winapi::shared::windef::HDC`, `winapi::um::unknwnbase::IUnknown`, `winapi::shared::d3d9types::D3DPRESENT_PARAMETERS`, `winapi::shared::minwindef::UINT`, `winapi::um::unknwnbase::IUnknown`, `winapi::um::wingdi::RDH_RECTANGLES`, `winapi::um::wingdi::RGNDATA`, `winapi::um::wingdi::RGNDATAHEADER`, `winapi::shared::minwindef::UINT`, `winapi::um::unknwnbase::IUnknown`, `winapi::shared::d3d9::*`, `winapi::shared::d3d9types::*`, `winapi::um::unknwnbase::IUnknown` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] 7 | use winapi::shared::d3d9::{IDirect3DSurface9, IDirect3DResource9}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::shared::d3d9types::*; [INFO] [stdout] 9 | use winapi::shared::windef::HDC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/swap_chain.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9types::D3DPRESENT_PARAMETERS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | use winapi::um::wingdi::{RDH_RECTANGLES, RGNDATA, RGNDATAHEADER}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/swap_chain_ex.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/texture.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9::IDirect3DVolume9; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `winapi`, `winapi::shared::d3d9::IDirect3DVolume9`, `winapi::shared::guiddef::GUID`, `winapi::um::unknwnbase::IUnknown` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] 5 | use winapi::shared::d3d9::IDirect3DVolume9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | use winapi::shared::d3d9types::*; [INFO] [stdout] 7 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*`, `winapi::shared::minwindef::DWORD` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 4 | [INFO] [stdout] 5 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9caps::*` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9types::*`, `winapi::shared::minwindef::UINT`, `winapi::shared::windef::RECT` [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/structures/raster_status.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/structures/rect.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::LPVOID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::basetsd::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::guiddef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::ntdef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::d3d9types::*`, `winapi::shared::minwindef::DWORD`, `winapi::shared::winerror::*`, `winapi::um::d3d11shader::*`, `winapi::shared::minwindef::LPVOID`, `winapi::shared::minwindef::UINT`, `winapi::shared::minwindef::UINT`, `winapi::shared::basetsd::*`, `winapi::shared::guiddef::*`, `winapi::shared::minwindef::*`, `winapi::shared::ntdef::*`, `winapi::um::d3dcommon::*`, `winapi::um::d3dcompiler::*`, `winapi::um::d3d11shader::*` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 2 | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/values/shader_version.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/structures/shader_variable_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::LPVOID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/shader_variable_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/dll/_dll.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::basetsd::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | use winapi::shared::guiddef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::ntdef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::basetsd::UINT64; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::processthreadsapi::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::psapi::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::winnt::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `winapi`, `winapi::shared::minwindef::UINT`, `winapi::shared::minwindef::*`, `winapi::um::d3dcompiler::*`, `winapi::shared::minwindef::UINT`, `winapi::shared::basetsd::UINT64`, `crate::dll::Library`, `winapi::shared::guiddef::GUID`, `winapi::shared::minwindef::*`, `winapi::um::processthreadsapi::*`, `winapi::um::psapi::*`, `winapi::um::winnt::*`, `winapi::um::xinput::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/reflection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/compile_secdata.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/disasm.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/shader_requires.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::basetsd::UINT64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/dll/imports.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dll::{Library, LibraryExt}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 2 | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | use winapi::um::processthreadsapi::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | use winapi::um::psapi::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::um::winnt::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_capabilities_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_keystroke_.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror::ERROR_EMPTY; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::winerror::ERROR_EMPTY` [INFO] [stdout] --> src/headers/xinput.h/functions/get_keystroke_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] 5 | [INFO] [stdout] 6 | use winapi::shared::winerror::ERROR_EMPTY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_state_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/traits/as_hwnd.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/traits/as_hwnd.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/method_error_blob.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bytemuck`, `winapi::shared::windef::*`, `winapi::um::winuser::*`, `winapi::um::d3dcommon::ID3DBlob` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] | [INFO] [stdout] ::: src/traits/as_hwnd.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 2 | use winapi::um::winuser::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method_error_blob.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lazy_static` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | lazy_static::lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `lazy_static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/vibration.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/vibration.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/state.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/state.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/keystroke.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/keystroke.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/capabilities.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/capabilities.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/structures/battery_information.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/structures/battery_information.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] // 0 = No flags [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] // 0 = No flags [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] // 0 = No flags [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] // 0 = No flags [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] // 0 = No caps [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] // 0 = No caps [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Default, Pod, Zeroable)] // 0 = No buttons [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Default, Pod, Zeroable)] // 0 = No buttons [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Default, Pod, Zeroable)] // 0 = Unknown [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Default, Pod, Zeroable)] // 0 = Unknown [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] // 0 = Disconnected [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)] // 0 = Disconnected [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] // 0 = Empty [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] // 0 = Empty [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Default, Pod, Zeroable)] // 0 = Gamepad [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Default, Pod, Zeroable)] // 0 = Gamepad [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:116:41 [INFO] [stdout] | [INFO] [stdout] 116 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_constant_buffer.rs:179:41 [INFO] [stdout] | [INFO] [stdout] 179 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection.rs:501:41 [INFO] [stdout] | [INFO] [stdout] 501 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection.rs:116:41 [INFO] [stdout] | [INFO] [stdout] 116 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:422:41 [INFO] [stdout] | [INFO] [stdout] 422 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:372:41 [INFO] [stdout] | [INFO] [stdout] 372 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `cstr` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:132:41 [INFO] [stdout] | [INFO] [stdout] 132 | let name = name.as_ref().map_or(cstr!("").as_cstr(), |n| n.as_cstr()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:7:70 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:7:75 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:28:61 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:28:66 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Pod` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:15:61 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Zeroable` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:15:66 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:240:77 [INFO] [stdout] | [INFO] [stdout] 240 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:240:82 [INFO] [stdout] | [INFO] [stdout] 240 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:134:39 [INFO] [stdout] | [INFO] [stdout] 134 | #[derive(Clone, Copy, Default, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:134:44 [INFO] [stdout] | [INFO] [stdout] 134 | #[derive(Clone, Copy, Default, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:122:39 [INFO] [stdout] | [INFO] [stdout] 122 | #[derive(Clone, Copy, Default, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | #[derive(Clone, Copy, Default, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct VtxPCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct VtxPCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Vs20Caps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Vs20Caps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct TexOpCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct TexOpCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct StencilCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct StencilCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTFilterCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTFilterCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTextureCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTextureCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTAddressCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PTAddressCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:18:70 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PShadeCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:18:75 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PShadeCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:14:77 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:14:82 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Ps20Caps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Ps20Caps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PRasterCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PRasterCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PMiscCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PMiscCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PCmpCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PCmpCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PBlendCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PBlendCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct LineCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct LineCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct FvfCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct FvfCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DtCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DtCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps2(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps2(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct CursorCaps(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct CursorCaps(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps3(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps3(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps2(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:9:75 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps2(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:10:70 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps1(DWORD); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:10:75 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps1(DWORD); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Device(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct IndexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct VertexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:109:94 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe fn create(sdk_version: SdkVersion) -> Result where Self : From> { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct Query(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Resource(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct PixelShader(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:42:36 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct VertexShader(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct StateBlock(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Surface(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct SwapChain(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:182:33 [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc src/headers/d3d9.h/interfaces/swap_chain.rs:182:81 [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc src/headers/d3d9.h/interfaces/swap_chain.rs:182:124 [INFO] [stdout] | [INFO] [stdout] 182 | ... mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BaseTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct CubeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct Texture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct VolumeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct VertexDeclaration(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Volume(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:35:53 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | convert!(unsafe Query => Unknown, winapi::shared::d3d9::IDirect3DQuery9); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:36:53 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | convert!(unsafe StateBlock => Unknown, winapi::shared::d3d9::IDirect3DStateBlock9); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:37:53 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | convert!(unsafe VertexDeclaration => Unknown, winapi::shared::d3d9::IDirect3DVertexDeclaration9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:40:53 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | convert!(unsafe Device => Unknown, winapi::shared::d3d9::IDirect3DDevice9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:41:53 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | convert!(unsafe Direct3D => Unknown, winapi::shared::d3d9::IDirect3D9); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | convert!(unsafe SwapChain => Unknown, winapi::shared::d3d9::IDirect3DSwapChain9); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:48:53 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | convert!(unsafe Resource => Unknown, winapi::shared::d3d9::IDirect3DResource9); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | convert!(unsafe Surface => Resource, winapi::shared::d3d9::IDirect3DSurface9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:50:53 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | convert!(unsafe BaseTexture => Resource, winapi::shared::d3d9::IDirect3DBaseTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | convert!(unsafe CubeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DCubeTexture9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:52:53 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | convert!(unsafe VolumeTexture => BaseTexture, winapi::shared::d3d9::IDirect3DVolumeTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:53:53 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | convert!(unsafe Texture => BaseTexture, winapi::shared::d3d9::IDirect3DTexture9); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:54:53 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | convert!(unsafe IndexBuffer => Resource, winapi::shared::d3d9::IDirect3DIndexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:55:53 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | convert!(unsafe VertexBuffer => Resource, winapi::shared::d3d9::IDirect3DVertexBuffer9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:57:53 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | convert!(unsafe PixelShader => Unknown, winapi::shared::d3d9::IDirect3DPixelShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | convert!(unsafe VertexShader => Unknown, winapi::shared::d3d9::IDirect3DVertexShader9); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9.h/d3d9.rs:59:53 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/d3d9.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | convert!(unsafe Volume => Unknown, winapi::shared::d3d9::IDirect3DVolume9); [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | #[repr(transparent)] pub struct ClipStatus(winapi::shared::d3d9types::D3DCLIPSTATUS9); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | pub struct FunctionLinkingGraph(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:113:53 [INFO] [stdout] | [INFO] [stdout] 113 | pub struct FunctionLinkingGraph(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:50 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/function_linking_graph.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | convert!(unsafe FunctionLinkingGraph => Unknown, winapi::um::d3d11shader::ID3D11FunctionLinkingGraph); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/library_reflection.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct LibraryReflection(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/library_reflection.rs:17:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct LibraryReflection(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:47 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/library_reflection.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | convert!(unsafe LibraryReflection => Unknown, winapi::um::d3d11shader::ID3D11LibraryReflection); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linker.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Linker(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linker.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Linker(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linker.rs:22:36 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linker.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | convert!(unsafe Linker => Unknown, winapi::um::d3d11shader::ID3D11Linker); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linking_node.rs:10:35 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct LinkingNode(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linking_node.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct LinkingNode(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/linking_node.rs:12:41 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/linking_node.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | convert!(unsafe LinkingNode => Unknown, winapi::um::d3d11shader::ID3D11LinkingNode); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module_instance.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ModuleInstance(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module_instance.rs:13:47 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ModuleInstance(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module_instance.rs:15:44 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module_instance.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | convert!(unsafe ModuleInstance => Unknown, winapi::um::d3d11shader::ID3D11ModuleInstance); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Module(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Module(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module.rs:31:36 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/module.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | convert!(unsafe Module => Unknown, winapi::um::d3d11shader::ID3D11Module); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct ShaderReflection(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct ShaderReflection(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:46 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/interfaces/shader_reflection.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | convert!(unsafe ShaderReflection => Unknown, winapi::um::d3d11shader::ID3D11ShaderReflection); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/blob.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct ReadOnlyBlob(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/blob.rs:26:42 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/interfaces/blob.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | convert!(unsafe ReadOnlyBlob => Unknown, winapi::um::d3dcommon::ID3DBlob); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:97:23 [INFO] [stdout] | [INFO] [stdout] 97 | fn load_impl(lib: minidl::Library) -> Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:164:72 [INFO] [stdout] | [INFO] [stdout] 164 | pub trait CompilerLoadInsecure { fn try_load(self) -> minidl::Result; } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:164:87 [INFO] [stdout] | [INFO] [stdout] 164 | pub trait CompilerLoadInsecure { fn try_load(self) -> minidl::Result; } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:165:72 [INFO] [stdout] | [INFO] [stdout] 165 | impl CompilerLoadInsecure for i32 { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:165:87 [INFO] [stdout] | [INFO] [stdout] 165 | ... { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d3dcompiler_{}.dll", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:166:72 [INFO] [stdout] | [INFO] [stdout] 166 | impl CompilerLoadInsecure for u32 { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:166:87 [INFO] [stdout] | [INFO] [stdout] 166 | ... { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d3dcompiler_{}.dll", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:167:72 [INFO] [stdout] | [INFO] [stdout] 167 | impl CompilerLoadInsecure for usize { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:167:87 [INFO] [stdout] | [INFO] [stdout] 167 | ... { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d3dcompiler_{}.dll", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:168:72 [INFO] [stdout] | [INFO] [stdout] 168 | impl CompilerLoadInsecure for u64 { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:168:87 [INFO] [stdout] | [INFO] [stdout] 168 | ... { fn try_load(self) -> minidl::Result { minidl::Library::load(format!("d3dcompiler_{}.dll", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:169:72 [INFO] [stdout] | [INFO] [stdout] 169 | impl CompilerLoadInsecure for &'_ Path { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:169:87 [INFO] [stdout] | [INFO] [stdout] 169 | impl CompilerLoadInsecure for &'_ Path { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:170:72 [INFO] [stdout] | [INFO] [stdout] 170 | impl CompilerLoadInsecure for &'_ PathBuf { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:170:87 [INFO] [stdout] | [INFO] [stdout] 170 | impl CompilerLoadInsecure for &'_ PathBuf { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:171:72 [INFO] [stdout] | [INFO] [stdout] 171 | impl CompilerLoadInsecure for &'_ str { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:171:87 [INFO] [stdout] | [INFO] [stdout] 171 | impl CompilerLoadInsecure for &'_ str { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:172:72 [INFO] [stdout] | [INFO] [stdout] 172 | impl CompilerLoadInsecure for &'_ String { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:172:87 [INFO] [stdout] | [INFO] [stdout] 172 | impl CompilerLoadInsecure for &'_ String { fn try_load(self) -> minidl::Result { minidl::Library::load(self) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:174:72 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait CompilerLoadSysemVersion { fn try_load(self) -> minidl::Result; } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:174:87 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait CompilerLoadSysemVersion { fn try_load(self) -> minidl::Result; } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:175:72 [INFO] [stdout] | [INFO] [stdout] 175 | impl CompilerLoadSysemVersion for i32 { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:175:87 [INFO] [stdout] | [INFO] [stdout] 175 | ... { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3dcompiler_{}.dll\0", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:176:72 [INFO] [stdout] | [INFO] [stdout] 176 | impl CompilerLoadSysemVersion for u32 { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:176:87 [INFO] [stdout] | [INFO] [stdout] 176 | ... { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3dcompiler_{}.dll\0", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:177:72 [INFO] [stdout] | [INFO] [stdout] 177 | impl CompilerLoadSysemVersion for usize { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:177:87 [INFO] [stdout] | [INFO] [stdout] 177 | ... { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3dcompiler_{}.dll\0", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:178:72 [INFO] [stdout] | [INFO] [stdout] 178 | impl CompilerLoadSysemVersion for u64 { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3d... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:178:87 [INFO] [stdout] | [INFO] [stdout] 178 | ... { fn try_load(self) -> minidl::Result { dll::load_system_0(&format!("d3dcompiler_{}.dll\0", self)) } } [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/headers/unknwn.h/unknwn.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:246:66 [INFO] [stdout] | [INFO] [stdout] 246 | impl From> for $outer { fn from(value: mcom::Rc<$winapi>) -> Self { Self(value) } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | impl From<$outer> for mcom::Rc<$winapi> { fn from(value: $outer) -> Self { value.0 } } [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:249:69 [INFO] [stdout] | [INFO] [stdout] 249 | impl From<&mcom::Rc<$winapi>> for &$outer { fn from(value: &mcom::Rc<$winapi>) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/macros.rs:254:33 [INFO] [stdout] | [INFO] [stdout] 254 | impl From<&$outer> for &mcom::Rc<$winapi> { fn from(value: &$outer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | convert!(unsafe Unknown, IUnknown); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mcom` [INFO] [stdout] --> src/traits/as_safe.rs:21:50 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for mcom::Rc { [INFO] [stdout] | ^^^^ use of undeclared crate or module `mcom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/traits/as_safe.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for mcom::Rc { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minidl` [INFO] [stdout] --> src/dll.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) fn load_system_0(name0: &str) -> minidl::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `minidl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/namespaces/d3d9/shared_handle.rs:14:47 [INFO] [stdout] | [INFO] [stdout] 14 | #[doc(hidden)] fn to_handle(self) -> *mut HANDLE; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/namespaces/d3d9/shared_handle.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | fn to_handle(self) -> *mut HANDLE { std::ptr::null_mut() } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Device(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DDevice9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Device(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Device(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:48:74 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IDirect3DDevice9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DDevice9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IDirect3DDevice9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IDirect3DDevice9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:49:74 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for Device { fn as_safe(&self) -> &IDirect3DDevice9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DDevice9Ext` [INFO] [stdout] ... [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DDevice9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:304:40 [INFO] [stdout] | [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DPRESENT_PARAMETERS` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:425:81 [INFO] [stdout] | [INFO] [stdout] 425 | unsafe fn create_additional_swap_chain(&self, presentation_parameters: &mut D3DPRESENT_PARAMETERS) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DDEVICE_CREATION_PARAMETERS` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:993:49 [INFO] [stdout] | [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 993 | fn get_creation_parameters(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DGAMMARAMP` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:1254:50 [INFO] [stdout] | [INFO] [stdout] 1254 | fn get_gamma_ramp(&self, swap_chain: u32) -> D3DGAMMARAMP { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DPRESENT_PARAMETERS` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:1865:58 [INFO] [stdout] | [INFO] [stdout] 1865 | unsafe fn reset(&self, presentation_parameters: &mut D3DPRESENT_PARAMETERS) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DGAMMARAMP` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:1929:77 [INFO] [stdout] | [INFO] [stdout] 1929 | fn set_gamma_ramp(&self, swap_chain: u32, flags: impl Into, ramp: &D3DGAMMARAMP) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `bool32` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:2142:81 [INFO] [stdout] | [INFO] [stdout] 2142 | fn set_pixel_shader_constant_b(&self, start_register: u32, constant_data: &[bool32]) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^^^ help: a builtin type with a similar name exists: `bool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `bool32` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:2475:82 [INFO] [stdout] | [INFO] [stdout] 2475 | fn set_vertex_shader_constant_b(&self, start_register: u32, constant_data: &[bool32]) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^^^ help: a builtin type with a similar name exists: `bool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:2572:16 [INFO] [stdout] | [INFO] [stdout] 304 | pub trait IDirect3DDevice9Ext : AsSafe + Sized { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DDevice9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 2572 | impl> IDirect3DDevice9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DDevice9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RGNDATAHEADER` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:2582:24 [INFO] [stdout] | [INFO] [stdout] 2582 | pub(crate) rdh: RGNDATAHEADER, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | fn ptr(&self) -> *const c_void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | fn ptr(&self) -> *const c_void { self.as_ptr().cast() } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | fn ptr(&self) -> *const c_void { self.as_ptr().cast() } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | fn ptr(&self) -> *const c_void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device_draw.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | fn ptr(&self) -> *const c_void { self.as_ptr().cast() } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DIndexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct IndexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub trait IDirect3DIndexBuffer9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DIndexBuffer9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | pub struct IndexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | pub struct IndexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct VertexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | pub trait IDirect3DVertexBuffer9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexBuffer9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 38 | pub struct VertexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 38 | pub struct VertexBuffer(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 42 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 42 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:42:87 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:43:87 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DIndexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DIndexBuffer9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub trait IDirect3DIndexBuffer9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DIndexBuffer9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DIndexBuffer9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DIndexBuffer9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DIndexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:44:87 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for IndexBuffer { fn as_safe(&self) -> &IDirect3DIndexBuffer9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DIndexBuffer9Ext` [INFO] [stdout] ... [INFO] [stdout] 67 | pub trait IDirect3DIndexBuffer9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DIndexBuffer9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:46:88 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:47:88 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DVertexBuffer9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | pub trait IDirect3DVertexBuffer9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexBuffer9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DVertexBuffer9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DVertexBuffer9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:48:88 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for VertexBuffer { fn as_safe(&self) -> &IDirect3DVertexBuffer9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexBuffer9Ext` [INFO] [stdout] ... [INFO] [stdout] 177 | pub trait IDirect3DVertexBuffer9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexBuffer9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DIndexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:67:45 [INFO] [stdout] | [INFO] [stdout] 67 | pub trait IDirect3DIndexBuffer9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:128:100 [INFO] [stdout] | [INFO] [stdout] 128 | unsafe fn lock_unchecked(&self, offset: u32, size: u32, flags: impl Into) -> Result<*mut c_void, MethodError> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DIndexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 67 | pub trait IDirect3DIndexBuffer9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DIndexBuffer9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 158 | impl> IDirect3DIndexBuffer9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DIndexBuffer9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:177:46 [INFO] [stdout] | [INFO] [stdout] 177 | pub trait IDirect3DVertexBuffer9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:243:100 [INFO] [stdout] | [INFO] [stdout] 243 | unsafe fn lock_unchecked(&self, offset: u32, size: u32, flags: impl Into) -> Result<*mut c_void, MethodError> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexBuffer9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:273:16 [INFO] [stdout] | [INFO] [stdout] 177 | pub trait IDirect3DVertexBuffer9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexBuffer9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 273 | impl> IDirect3DVertexBuffer9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexBuffer9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | - ^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:28:72 [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ----------------------------------------------------- similarly named struct `Direct3D` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IDirect3D9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 29 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IDirect3D9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 29 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IDirect3D9 { &*self.0 } } [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:29:72 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ----------------------------------------------------- similarly named struct `Direct3D` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | unsafe impl AsSafe for Direct3D { fn as_safe(&self) -> &IDirect3D9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `Direct3D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ----------------------------------------------------- similarly named struct `Direct3D` defined here [INFO] [stdout] ... [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:109:103 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ----------------------------------------------------- similarly named struct `Direct3D` defined here [INFO] [stdout] ... [INFO] [stdout] 109 | unsafe fn create(sdk_version: SdkVersion) -> Result where Self : From> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 109 | unsafe fn create(sdk_version: SdkVersion) -> Result where Self : From> { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:332:106 [INFO] [stdout] | [INFO] [stdout] 332 | unsafe fn create_device(&self, adapter: AdapterIndex, device_type: impl Into, focus_window: HWND, behavior_flags: impl Into<... [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DPRESENT_PARAMETERS` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:332:172 [INFO] [stdout] | [INFO] [stdout] 332 | ...impl Into, present_parameters: &mut D3DPRESENT_PARAMETERS) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DDISPLAYMODE` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:375:111 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 375 | fn enum_adapter_modes(&self, adapter: AdapterIndex, format: impl Into, mode: ModeIndex) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DDISPLAYMODE` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:425:73 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 425 | fn get_adapter_display_mode(&self, adapter: AdapterIndex) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:529:68 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait IDirect3D9Ext : AsSafe + Sized { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 529 | fn get_adapter_monitor(&self, adapter: AdapterIndex) -> Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3D9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:565:16 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Direct3D(pub(crate) mcom::Rc); [INFO] [stdout] | ----------------------------------------------------- similarly named struct `Direct3D` defined here [INFO] [stdout] ... [INFO] [stdout] 565 | impl + Sized> IDirect3D9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `Direct3D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DQuery9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct Query(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub trait IDirect3DQuery9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------ similarly named trait `IDirect3DQuery9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 22 | pub struct Query(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 22 | pub struct Query(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:24:73 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DQuery9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IDirect3DQuery9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub trait IDirect3DQuery9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------ similarly named trait `IDirect3DQuery9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IDirect3DQuery9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IDirect3DQuery9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DQuery9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:25:73 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for Query { fn as_safe(&self) -> &IDirect3DQuery9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DQuery9Ext` [INFO] [stdout] ... [INFO] [stdout] 50 | pub trait IDirect3DQuery9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------ similarly named trait `IDirect3DQuery9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DQuery9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 50 | pub trait IDirect3DQuery9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DQuery9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 50 | pub trait IDirect3DQuery9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------ similarly named trait `IDirect3DQuery9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 112 | impl> IDirect3DQuery9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DQuery9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:24:41 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Resource(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Resource(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Resource(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:26:80 [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IDirect3DResource9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 27 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IDirect3DResource9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 27 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IDirect3DResource9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:27:80 [INFO] [stdout] | [INFO] [stdout] 27 | unsafe impl AsSafe for Resource { fn as_safe(&self) -> &IDirect3DResource9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] ... [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | fn free_private_data(&self, guid: &GUID) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:129:51 [INFO] [stdout] | [INFO] [stdout] 129 | fn get_private_data_inplace<'s>(&self, guid: &GUID, data: &'s mut [u8]) -> Result<&'s [u8], MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:171:39 [INFO] [stdout] | [INFO] [stdout] 171 | fn set_private_data(&self, guid: &GUID, data: &[u8]) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 182 | impl> IDirect3DResource9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DPixelShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct PixelShader(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub trait IDirect3DPixelShader9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DPixelShader9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 26 | pub struct PixelShader(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 26 | pub struct PixelShader(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct VertexShader(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | pub trait IDirect3DVertexShader9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexShader9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 42 | pub struct VertexShader(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 42 | pub struct VertexShader(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:46:71 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:47:71 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DPixelShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IDirect3DPixelShader9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub trait IDirect3DPixelShader9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DPixelShader9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IDirect3DPixelShader9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IDirect3DPixelShader9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DPixelShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:49:85 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for PixelShader { fn as_safe(&self) -> &IDirect3DPixelShader9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DPixelShader9Ext` [INFO] [stdout] ... [INFO] [stdout] 69 | pub trait IDirect3DPixelShader9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DPixelShader9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IDirect3DVertexShader9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | pub trait IDirect3DVertexShader9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexShader9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IDirect3DVertexShader9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IDirect3DVertexShader9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:50:85 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for VertexShader { fn as_safe(&self) -> &IDirect3DVertexShader9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexShader9Ext` [INFO] [stdout] ... [INFO] [stdout] 157 | pub trait IDirect3DVertexShader9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexShader9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DPixelShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:69:45 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait IDirect3DPixelShader9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DPixelShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait IDirect3DPixelShader9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DPixelShader9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 138 | impl> IDirect3DPixelShader9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DPixelShader9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:157:46 [INFO] [stdout] | [INFO] [stdout] 157 | pub trait IDirect3DVertexShader9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexShader9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:226:16 [INFO] [stdout] | [INFO] [stdout] 157 | pub trait IDirect3DVertexShader9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------------- similarly named trait `IDirect3DVertexShader9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 226 | impl> IDirect3DVertexShader9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexShader9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DStateBlock9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:23:43 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct StateBlock(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub trait IDirect3DStateBlock9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DStateBlock9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | pub struct StateBlock(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | pub struct StateBlock(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DStateBlock9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IDirect3DStateBlock9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub trait IDirect3DStateBlock9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DStateBlock9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IDirect3DStateBlock9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IDirect3DStateBlock9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DStateBlock9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:26:82 [INFO] [stdout] | [INFO] [stdout] 26 | unsafe impl AsSafe for StateBlock { fn as_safe(&self) -> &IDirect3DStateBlock9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DStateBlock9Ext` [INFO] [stdout] ... [INFO] [stdout] 45 | pub trait IDirect3DStateBlock9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DStateBlock9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DStateBlock9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:45:44 [INFO] [stdout] | [INFO] [stdout] 45 | pub trait IDirect3DStateBlock9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DStateBlock9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 45 | pub trait IDirect3DStateBlock9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DStateBlock9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 91 | impl> IDirect3DStateBlock9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DStateBlock9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Surface(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DSurface9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Surface(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Surface(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 22 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 22 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:22:79 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:23:79 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DSurface9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DSurface9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DSurface9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DSurface9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:24:79 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for Surface { fn as_safe(&self) -> &IDirect3DSurface9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DSurface9Ext` [INFO] [stdout] ... [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DSurface9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:49:41 [INFO] [stdout] | [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 96 | fn get_dc(&self) -> Result { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DLOCKED_RECT` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:161:103 [INFO] [stdout] | [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 161 | unsafe fn lock_rect_unchecked(&self, rect: impl IntoRectOrFull, flags: impl Into) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:195:31 [INFO] [stdout] | [INFO] [stdout] 195 | fn release_dc(&self, hdc: HDC) -> Result<(), MethodError> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DSurface9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 232 | impl> IDirect3DSurface9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DSurface9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSwapChain9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:21:42 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct SwapChain(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `IDirect3DSwapChain9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 21 | pub struct SwapChain(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | pub struct SwapChain(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:23:81 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSwapChain9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IDirect3DSwapChain9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `IDirect3DSwapChain9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IDirect3DSwapChain9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IDirect3DSwapChain9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSwapChain9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:24:81 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl AsSafe for SwapChain { fn as_safe(&self) -> &IDirect3DSwapChain9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DSwapChain9Ext` [INFO] [stdout] ... [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `IDirect3DSwapChain9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSwapChain9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:55:43 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:63:59 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 63 | fn get_back_buffer(&self, i_back_buffer: impl TryInto, ty: impl Into) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DPRESENT_PARAMETERS` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:112:48 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 112 | fn get_present_parameters(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSwapChain9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:182:42 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait IDirect3DSwapChain9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `IDirect3DSwapChain9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DDevice9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:182:90 [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc + Sized { [INFO] [stdout] | ---------------------------------------------------------------- similarly named trait `IDirect3DDevice9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DSurface9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:182:133 [INFO] [stdout] | [INFO] [stdout] 182 | ...ice = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/surface.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | pub trait IDirect3DSurface9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DSurface9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 182 | impl IDirect3DSwapChain9Ext for mcom::Rc { type Device = mcom::Rc; type Surface = mcom::Rc; } [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BaseTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BaseTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BaseTexture(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DCubeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:24:44 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct CubeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 358 | pub trait IDirect3DCubeTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DCubeTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 | pub struct CubeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | pub struct CubeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct Texture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 566 | pub trait IDirect3DTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 30 | pub struct Texture(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 30 | pub struct Texture(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolumeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:36:46 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct VolumeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 768 | pub trait IDirect3DVolumeTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------------- similarly named trait `IDirect3DVolumeTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 36 | pub struct VolumeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 36 | pub struct VolumeTexture(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 38 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 38 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:38:89 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IUnknown { &***self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 39 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 39 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:39:89 [INFO] [stdout] | [INFO] [stdout] 39 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 40 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 40 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:40:89 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 41 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 41 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:41:89 [INFO] [stdout] | [INFO] [stdout] 41 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IUnknown { &****self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:43:89 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DResource9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:44:89 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 45 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 45 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:45:89 [INFO] [stdout] | [INFO] [stdout] 45 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DResource9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:46:89 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DResource9 { &***self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DResource9Ext` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/interfaces/resource.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub trait IDirect3DResource9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------ similarly named trait `IDirect3DResource9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:48:89 [INFO] [stdout] | [INFO] [stdout] 48 | unsafe impl AsSafe for BaseTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DBaseTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:49:89 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DBaseTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:50:89 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DBaseTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:51:89 [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DBaseTexture9 { &**self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DBaseTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DCubeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DCubeTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 358 | pub trait IDirect3DCubeTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DCubeTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 53 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DCubeTexture9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 53 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DCubeTexture9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DCubeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:53:89 [INFO] [stdout] | [INFO] [stdout] 53 | unsafe impl AsSafe for CubeTexture { fn as_safe(&self) -> &IDirect3DCubeTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DCubeTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 358 | pub trait IDirect3DCubeTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DCubeTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 566 | pub trait IDirect3DTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DTexture9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DTexture9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:54:89 [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl AsSafe for Texture { fn as_safe(&self) -> &IDirect3DTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 566 | pub trait IDirect3DTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolumeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 55 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DVolumeTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 768 | pub trait IDirect3DVolumeTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------------- similarly named trait `IDirect3DVolumeTexture9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 55 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DVolumeTexture9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 55 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DVolumeTexture9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolumeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:55:89 [INFO] [stdout] | [INFO] [stdout] 55 | unsafe impl AsSafe for VolumeTexture { fn as_safe(&self) -> &IDirect3DVolumeTexture9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVolumeTexture9Ext` [INFO] [stdout] ... [INFO] [stdout] 768 | pub trait IDirect3DVolumeTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------------- similarly named trait `IDirect3DVolumeTexture9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:155:45 [INFO] [stdout] | [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DBaseTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:320:16 [INFO] [stdout] | [INFO] [stdout] 155 | pub trait IDirect3DBaseTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DBaseTexture9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 320 | impl> IDirect3DBaseTexture9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DBaseTexture9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DCubeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:358:45 [INFO] [stdout] | [INFO] [stdout] 358 | pub trait IDirect3DCubeTexture9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DLOCKED_RECT` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:483:145 [INFO] [stdout] | [INFO] [stdout] 358 | ...Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 483 | ...ed(&self, face: impl Into, level: u32, rect: impl IntoRectOrFull, flags: impl Into) -> Result src/headers/d3d9.h/interfaces/texture.rs:528:16 [INFO] [stdout] | [INFO] [stdout] 358 | pub trait IDirect3DCubeTexture9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------ similarly named trait `IDirect3DCubeTexture9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 528 | impl> IDirect3DCubeTexture9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DCubeTexture9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:566:41 [INFO] [stdout] | [INFO] [stdout] 566 | pub trait IDirect3DTexture9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DLOCKED_RECT` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:686:115 [INFO] [stdout] | [INFO] [stdout] 566 | ...re9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 686 | ...unchecked(&self, level: u32, rect: impl IntoRectOrFull, flags: impl Into) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:730:16 [INFO] [stdout] | [INFO] [stdout] 566 | pub trait IDirect3DTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------- similarly named trait `IDirect3DTexture9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 730 | impl> IDirect3DTexture9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DTexture9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolumeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:768:47 [INFO] [stdout] | [INFO] [stdout] 768 | pub trait IDirect3DVolumeTexture9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DLOCKED_BOX` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:891:113 [INFO] [stdout] | [INFO] [stdout] 768 | ...exture9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 891 | ...hecked(&self, level: u32, box_: impl IntoBoxOrFull, flags: impl Into) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolumeTexture9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:931:16 [INFO] [stdout] | [INFO] [stdout] 768 | pub trait IDirect3DVolumeTexture9Ext : AsSafe { [INFO] [stdout] | ---------------------------------------------------------------------- similarly named trait `IDirect3DVolumeTexture9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 931 | impl> IDirect3DVolumeTexture9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVolumeTexture9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexDeclaration9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:16:50 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct VertexDeclaration(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub trait IDirect3DVertexDeclaration9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------------------ similarly named trait `IDirect3DVertexDeclaration9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 16 | pub struct VertexDeclaration(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 16 | pub struct VertexDeclaration(pub(crate) mcom::Rc); [INFO] [stdout] | +++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:18:97 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IUnknown { &**self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexDeclaration9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IDirect3DVertexDeclaration9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub trait IDirect3DVertexDeclaration9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------------------ similarly named trait `IDirect3DVertexDeclaration9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IDirect3DVertexDeclaration9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IDirect3DVertexDeclaration9 { &*self.0 } } [INFO] [stdout] | +++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexDeclaration9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:19:97 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl AsSafe for VertexDeclaration { fn as_safe(&self) -> &IDirect3DVertexDeclaration9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexDeclaration9Ext` [INFO] [stdout] ... [INFO] [stdout] 38 | pub trait IDirect3DVertexDeclaration9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------------------ similarly named trait `IDirect3DVertexDeclaration9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexDeclaration9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait IDirect3DVertexDeclaration9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVertexDeclaration9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:108:16 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait IDirect3DVertexDeclaration9Ext : AsSafe { [INFO] [stdout] | ------------------------------------------------------------------------------ similarly named trait `IDirect3DVertexDeclaration9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 108 | impl> IDirect3DVertexDeclaration9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVertexDeclaration9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolume9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Volume(pub(crate) mcom::Rc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------- similarly named trait `IDirect3DVolume9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Volume(pub(crate) mcom::Rc); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Volume(pub(crate) mcom::Rc); [INFO] [stdout] | ++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IUnknown { &*self.0 } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 20 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IUnknown { &*self.0 } } [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 20 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IUnknown { &*self.0 } } [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:20:74 [INFO] [stdout] | [INFO] [stdout] 20 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IUnknown { &*self.0 } } [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `Unknown` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/unknwn.h/unknwn.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Unknown(pub(crate) mcom::Rc); [INFO] [stdout] | -------------------------------------------------- similarly named struct `Unknown` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolume9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IDirect3DVolume9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------- similarly named trait `IDirect3DVolume9Ext` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IDirect3DVolume9 { &*self.0 } } [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IDirect3DVolume9 { &*self.0 } } [INFO] [stdout] | ++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolume9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:21:74 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl AsSafe for Volume { fn as_safe(&self) -> &IDirect3DVolume9 { &*self.0 } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVolume9Ext` [INFO] [stdout] ... [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------- similarly named trait `IDirect3DVolume9Ext` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolume9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | fn free_private_data(&self, guid: &GUID) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:126:51 [INFO] [stdout] | [INFO] [stdout] 126 | fn get_private_data_inplace<'s>(&self, guid: &GUID, data: &'s mut [u8]) -> Result<&'s [u8], MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:141:39 [INFO] [stdout] | [INFO] [stdout] 141 | fn set_private_data(&self, guid: &GUID, data: &[u8]) -> Result<(), MethodError> { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Guid` [INFO] [stdout] | [INFO] [stdout] ::: src/headers/guiddef.h/guiddef.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | #[repr(transparent)] pub struct Guid(GUID); [INFO] [stdout] | ---------------------- similarly named struct `Guid` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D3DLOCKED_BOX` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:164:101 [INFO] [stdout] | [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 164 | unsafe fn lock_box_unchecked(&self, box_: impl IntoBoxOrFull, flags: impl Into) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDirect3DVolume9` in this scope [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:188:16 [INFO] [stdout] | [INFO] [stdout] 51 | pub trait IDirect3DVolume9Ext : AsSafe { [INFO] [stdout] | -------------------------------------------------------- similarly named trait `IDirect3DVolume9Ext` defined here [INFO] [stdout] ... [INFO] [stdout] 188 | impl> IDirect3DVolume9Ext for T {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `IDirect3DVolume9Ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:10:124 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps1(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | flags! { Caps1 => DWORD; None, ReadScanline, Overlay } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS_READ_SCANLINE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:16:45 [INFO] [stdout] | [INFO] [stdout] 16 | pub const ReadScanline : Caps1 = Caps1(D3DCAPS_READ_SCANLINE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS_OVERLAY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:17:45 [INFO] [stdout] | [INFO] [stdout] 17 | pub const Overlay : Caps1 = Caps1(D3DCAPS_OVERLAY); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS_READ_SCANLINE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | pub const ReadScanline : Caps1 = Caps1(D3DCAPS_READ_SCANLINE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS_OVERLAY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:23:45 [INFO] [stdout] | [INFO] [stdout] 23 | pub const Overlay : Caps1 = Caps1(D3DCAPS_OVERLAY); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:9:124 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps2(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | flags! { Caps2 => DWORD; None, CanAutoGenMipMap, CanCalibrateGamma, CanShareResource, CanManageResource, DynamicTextures, FullScreenGamma... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_CANAUTOGENMIPMAP` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:15:49 [INFO] [stdout] | [INFO] [stdout] 15 | pub const CanAutoGenMipMap : Caps2 = Caps2(D3DCAPS2_CANAUTOGENMIPMAP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_CANCALIBRATEGAMMA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:16:49 [INFO] [stdout] | [INFO] [stdout] 16 | pub const CanCalibrateGamma : Caps2 = Caps2(D3DCAPS2_CANCALIBRATEGAMMA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_CANSHARERESOURCE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:17:49 [INFO] [stdout] | [INFO] [stdout] 17 | pub const CanShareResource : Caps2 = Caps2(D3DCAPS2_CANSHARERESOURCE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_CANMANAGERESOURCE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:18:49 [INFO] [stdout] | [INFO] [stdout] 18 | pub const CanManageResource : Caps2 = Caps2(D3DCAPS2_CANMANAGERESOURCE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_DYNAMICTEXTURES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:19:49 [INFO] [stdout] | [INFO] [stdout] 19 | pub const DynamicTextures : Caps2 = Caps2(D3DCAPS2_DYNAMICTEXTURES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_FULLSCREENGAMMA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:20:49 [INFO] [stdout] | [INFO] [stdout] 20 | pub const FullScreenGamma : Caps2 = Caps2(D3DCAPS2_FULLSCREENGAMMA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS2_RESERVED` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:22:49 [INFO] [stdout] | [INFO] [stdout] 22 | pub const Reserved : Caps2 = Caps2(D3DCAPS2_RESERVED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:9:124 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Caps3(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | flags! { Caps3 => DWORD; None, AlphaFullscreenFlipOrDiscard, CopyToVidMem, CopyToSystemMem, DxvaHD, LinearToSrgbPresentation, Reserved } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:15:61 [INFO] [stdout] | [INFO] [stdout] 15 | pub const AlphaFullscreenFlipOrDiscard : Caps3 = Caps3(D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_COPY_TO_VIDMEM` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:16:61 [INFO] [stdout] | [INFO] [stdout] 16 | pub const CopyToVidMem : Caps3 = Caps3(D3DCAPS3_COPY_TO_VIDMEM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_COPY_TO_SYSTEMMEM` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:17:61 [INFO] [stdout] | [INFO] [stdout] 17 | pub const CopyToSystemMem : Caps3 = Caps3(D3DCAPS3_COPY_TO_SYSTEMMEM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_DXVAHD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | pub const DxvaHD : Caps3 = Caps3(D3DCAPS3_DXVAHD); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:19:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub const LinearToSrgbPresentation : Caps3 = Caps3(D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCAPS3_RESERVED` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:21:61 [INFO] [stdout] | [INFO] [stdout] 21 | pub const Reserved : Caps3 = Caps3(D3DCAPS3_RESERVED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:9:129 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct CursorCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | flags! { CursorCaps => DWORD; None, Color, LowRes } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCURSORCAPS_COLOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:15:71 [INFO] [stdout] | [INFO] [stdout] 15 | pub const Color : CursorCaps = CursorCaps(D3DCURSORCAPS_COLOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DCURSORCAPS_LOWRES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:16:71 [INFO] [stdout] | [INFO] [stdout] 16 | pub const LowRes : CursorCaps = CursorCaps(D3DCURSORCAPS_LOWRES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:9:126 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | DevCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_CANBLTSYSTONONLOCAL` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | pub const CanBltSysToNonLocal : DevCaps = DevCaps(D3DDEVCAPS_CANBLTSYSTONONLOCAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_CANRENDERAFTERFLIP` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:22:65 [INFO] [stdout] | [INFO] [stdout] 22 | pub const CanRenderAfterFlip : DevCaps = DevCaps(D3DDEVCAPS_CANRENDERAFTERFLIP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_DRAWPRIMITIVES2` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:23:65 [INFO] [stdout] | [INFO] [stdout] 23 | pub const DrawPrimitives2 : DevCaps = DevCaps(D3DDEVCAPS_DRAWPRIMITIVES2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_DRAWPRIMITIVES2EX` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:24:65 [INFO] [stdout] | [INFO] [stdout] 24 | pub const DrawPrimitives2Ex : DevCaps = DevCaps(D3DDEVCAPS_DRAWPRIMITIVES2EX); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_DRAWPRIMTLVERTEX` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:25:65 [INFO] [stdout] | [INFO] [stdout] 25 | pub const DrawPrimTlVertex : DevCaps = DevCaps(D3DDEVCAPS_DRAWPRIMTLVERTEX); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_EXECUTESYSTEMMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:26:65 [INFO] [stdout] | [INFO] [stdout] 26 | pub const ExecuteSystemMemory : DevCaps = DevCaps(D3DDEVCAPS_EXECUTESYSTEMMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_EXECUTEVIDEOMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:27:65 [INFO] [stdout] | [INFO] [stdout] 27 | pub const ExecuteVideoMemory : DevCaps = DevCaps(D3DDEVCAPS_EXECUTEVIDEOMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_HWRASTERIZATION` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:28:65 [INFO] [stdout] | [INFO] [stdout] 28 | pub const HwRasterization : DevCaps = DevCaps(D3DDEVCAPS_HWRASTERIZATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_HWTRANSFORMANDLIGHT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:29:65 [INFO] [stdout] | [INFO] [stdout] 29 | pub const HwTransformAndLight : DevCaps = DevCaps(D3DDEVCAPS_HWTRANSFORMANDLIGHT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_NPATCHES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:30:65 [INFO] [stdout] | [INFO] [stdout] 30 | pub const NPatches : DevCaps = DevCaps(D3DDEVCAPS_NPATCHES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_PUREDEVICE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:31:65 [INFO] [stdout] | [INFO] [stdout] 31 | pub const PureDevice : DevCaps = DevCaps(D3DDEVCAPS_PUREDEVICE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_QUINTICRTPATCHES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:32:65 [INFO] [stdout] | [INFO] [stdout] 32 | pub const QuinticRtPatches : DevCaps = DevCaps(D3DDEVCAPS_QUINTICRTPATCHES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_RTPATCHES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:33:65 [INFO] [stdout] | [INFO] [stdout] 33 | pub const RtPatches : DevCaps = DevCaps(D3DDEVCAPS_RTPATCHES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_RTPATCHHANDLEZERO` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:34:65 [INFO] [stdout] | [INFO] [stdout] 34 | pub const RtPatchHandleZero : DevCaps = DevCaps(D3DDEVCAPS_RTPATCHHANDLEZERO); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_SEPARATETEXTUREMEMORIES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:35:65 [INFO] [stdout] | [INFO] [stdout] 35 | pub const SeparateTextureMemories : DevCaps = DevCaps(D3DDEVCAPS_SEPARATETEXTUREMEMORIES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_TEXTURENONLOCALVIDMEM` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:36:65 [INFO] [stdout] | [INFO] [stdout] 36 | pub const TextureNonLocalVidMem : DevCaps = DevCaps(D3DDEVCAPS_TEXTURENONLOCALVIDMEM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_TEXTURESYSTEMMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:37:65 [INFO] [stdout] | [INFO] [stdout] 37 | pub const TextureSystemMemory : DevCaps = DevCaps(D3DDEVCAPS_TEXTURESYSTEMMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_TEXTUREVIDEOMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:38:65 [INFO] [stdout] | [INFO] [stdout] 38 | pub const TextureVideoMemory : DevCaps = DevCaps(D3DDEVCAPS_TEXTUREVIDEOMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_TLVERTEXSYSTEMMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:39:65 [INFO] [stdout] | [INFO] [stdout] 39 | pub const TlVertexSystemMemory : DevCaps = DevCaps(D3DDEVCAPS_TLVERTEXSYSTEMMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS_TLVERTEXVIDEOMEMORY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:40:65 [INFO] [stdout] | [INFO] [stdout] 40 | pub const TlVertexVideoMemory : DevCaps = DevCaps(D3DDEVCAPS_TLVERTEXVIDEOMEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:9:127 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DevCaps2(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | DevCaps2 => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_ADAPTIVETESSRTPATCH` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:18:75 [INFO] [stdout] | [INFO] [stdout] 18 | pub const AdaptiveTessRtPatch : DevCaps2 = DevCaps2(D3DDEVCAPS2_ADAPTIVETESSRTPATCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_ADAPTIVETESSNPATCH` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:19:75 [INFO] [stdout] | [INFO] [stdout] 19 | pub const AdaptiveTessNPatch : DevCaps2 = DevCaps2(D3DDEVCAPS2_ADAPTIVETESSNPATCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:20:75 [INFO] [stdout] | [INFO] [stdout] 20 | pub const CanStretchRectFromTextures : DevCaps2 = DevCaps2(D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_DMAPNPATCH` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:21:75 [INFO] [stdout] | [INFO] [stdout] 21 | pub const DMapNPatch : DevCaps2 = DevCaps2(D3DDEVCAPS2_DMAPNPATCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:22:75 [INFO] [stdout] | [INFO] [stdout] 22 | pub const PresampledDMapNPatch : DevCaps2 = DevCaps2(D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_STREAMOFFSET` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:23:75 [INFO] [stdout] | [INFO] [stdout] 23 | pub const StreamOffset : DevCaps2 = DevCaps2(D3DDEVCAPS2_STREAMOFFSET); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:24:75 [INFO] [stdout] | [INFO] [stdout] 24 | pub const VertexElementsCanShareStreamOffset : DevCaps2 = DevCaps2(D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:9:125 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct DtCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | DtCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_UBYTE4` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:18:63 [INFO] [stdout] | [INFO] [stdout] 18 | pub const UByte4 : DtCaps = DtCaps(D3DDTCAPS_UBYTE4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_UBYTE4N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | pub const UByte4N : DtCaps = DtCaps(D3DDTCAPS_UBYTE4N); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_SHORT2N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:20:63 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Short2N : DtCaps = DtCaps(D3DDTCAPS_SHORT2N); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_SHORT4N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:21:63 [INFO] [stdout] | [INFO] [stdout] 21 | pub const Short4N : DtCaps = DtCaps(D3DDTCAPS_SHORT4N); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_USHORT2N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:22:63 [INFO] [stdout] | [INFO] [stdout] 22 | pub const UShort2N : DtCaps = DtCaps(D3DDTCAPS_USHORT2N); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_USHORT4N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:23:63 [INFO] [stdout] | [INFO] [stdout] 23 | pub const UShort4N : DtCaps = DtCaps(D3DDTCAPS_USHORT4N); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_UDEC3` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:24:63 [INFO] [stdout] | [INFO] [stdout] 24 | pub const UDec3 : DtCaps = DtCaps(D3DDTCAPS_UDEC3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_DEC3N` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:25:63 [INFO] [stdout] | [INFO] [stdout] 25 | pub const Dec3N : DtCaps = DtCaps(D3DDTCAPS_DEC3N); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_FLOAT16_2` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:26:63 [INFO] [stdout] | [INFO] [stdout] 26 | pub const Float16_2 : DtCaps = DtCaps(D3DDTCAPS_FLOAT16_2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DDTCAPS_FLOAT16_4` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:27:63 [INFO] [stdout] | [INFO] [stdout] 27 | pub const Float16_4 : DtCaps = DtCaps(D3DDTCAPS_FLOAT16_4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:9:126 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct FvfCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | FvfCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DFVFCAPS_DONOTSTRIPELEMENTS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:18:65 [INFO] [stdout] | [INFO] [stdout] 18 | pub const DoNotStripElements : FvfCaps = FvfCaps(D3DFVFCAPS_DONOTSTRIPELEMENTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DFVFCAPS_PSIZE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:19:65 [INFO] [stdout] | [INFO] [stdout] 19 | pub const PSize : FvfCaps = FvfCaps(D3DFVFCAPS_PSIZE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DFVFCAPS_TEXCOORDCOUNTMASK` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | pub const TexCoordCountMask : FvfCaps = FvfCaps(D3DFVFCAPS_TEXCOORDCOUNTMASK); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:9:127 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct LineCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | LineCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_ALPHACMP` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:18:67 [INFO] [stdout] | [INFO] [stdout] 18 | pub const AlphaCmp : LineCaps = LineCaps(D3DLINECAPS_ALPHACMP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_ANTIALIAS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:19:67 [INFO] [stdout] | [INFO] [stdout] 19 | pub const AntiAlias : LineCaps = LineCaps(D3DLINECAPS_ANTIALIAS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_BLEND` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:20:67 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Blend : LineCaps = LineCaps(D3DLINECAPS_BLEND); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_FOG` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | pub const Fog : LineCaps = LineCaps(D3DLINECAPS_FOG); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_TEXTURE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:22:67 [INFO] [stdout] | [INFO] [stdout] 22 | pub const Texture : LineCaps = LineCaps(D3DLINECAPS_TEXTURE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DLINECAPS_ZTEST` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:23:67 [INFO] [stdout] | [INFO] [stdout] 23 | pub const ZTest : LineCaps = LineCaps(D3DLINECAPS_ZTEST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:9:129 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PBlendCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | PBlendCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_BLENDFACTOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | pub const BlendFactor : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_BLENDFACTOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_BOTHINVSRCALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | pub const BothInvSrcAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_BOTHINVSRCALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_BOTHSRCALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:21:71 [INFO] [stdout] | [INFO] [stdout] 21 | pub const BothSrcAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_BOTHSRCALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_DESTALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:22:71 [INFO] [stdout] | [INFO] [stdout] 22 | pub const DestAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_DESTALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_DESTCOLOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:23:71 [INFO] [stdout] | [INFO] [stdout] 23 | pub const DestColor : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_DESTCOLOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_INVDESTALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:24:71 [INFO] [stdout] | [INFO] [stdout] 24 | pub const InvDestAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_INVDESTALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_INVDESTCOLOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:25:71 [INFO] [stdout] | [INFO] [stdout] 25 | pub const InvDestColor : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_INVDESTCOLOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_INVSRCALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:26:71 [INFO] [stdout] | [INFO] [stdout] 26 | pub const InvSrcAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_INVSRCALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_INVSRCCOLOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:27:71 [INFO] [stdout] | [INFO] [stdout] 27 | pub const InvSrcColor : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_INVSRCCOLOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_INVSRCCOLOR2` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:28:71 [INFO] [stdout] | [INFO] [stdout] 28 | pub const InvSrcColor2 : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_INVSRCCOLOR2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_ONE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | pub const One : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_ONE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_SRCALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:30:71 [INFO] [stdout] | [INFO] [stdout] 30 | pub const SrcAlpha : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_SRCALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_SRCALPHASAT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:31:71 [INFO] [stdout] | [INFO] [stdout] 31 | pub const SrcAlphaSat : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_SRCALPHASAT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_SRCCOLOR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:32:71 [INFO] [stdout] | [INFO] [stdout] 32 | pub const SrcColor : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_SRCCOLOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_SRCCOLOR2` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:33:71 [INFO] [stdout] | [INFO] [stdout] 33 | pub const SrcColor2 : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_SRCCOLOR2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPBLENDCAPS_ZERO` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:34:71 [INFO] [stdout] | [INFO] [stdout] 34 | pub const Zero : PBlendCaps = PBlendCaps(D3DPBLENDCAPS_ZERO); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:9:127 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PCmpCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | PCmpCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_ALWAYS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:18:67 [INFO] [stdout] | [INFO] [stdout] 18 | pub const Always : PCmpCaps = PCmpCaps(D3DPCMPCAPS_ALWAYS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_EQUAL` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:19:67 [INFO] [stdout] | [INFO] [stdout] 19 | pub const Equal : PCmpCaps = PCmpCaps(D3DPCMPCAPS_EQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_GREATER` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:20:67 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Greater : PCmpCaps = PCmpCaps(D3DPCMPCAPS_GREATER); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_GREATEREQUAL` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | pub const GreaterEqual : PCmpCaps = PCmpCaps(D3DPCMPCAPS_GREATEREQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_LESS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:22:67 [INFO] [stdout] | [INFO] [stdout] 22 | pub const Less : PCmpCaps = PCmpCaps(D3DPCMPCAPS_LESS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_LESSEQUAL` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:23:67 [INFO] [stdout] | [INFO] [stdout] 23 | pub const LessEqual : PCmpCaps = PCmpCaps(D3DPCMPCAPS_LESSEQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_NEVER` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:24:67 [INFO] [stdout] | [INFO] [stdout] 24 | pub const Never : PCmpCaps = PCmpCaps(D3DPCMPCAPS_NEVER); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPCMPCAPS_NOTEQUAL` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:25:67 [INFO] [stdout] | [INFO] [stdout] 25 | pub const NotEqual : PCmpCaps = PCmpCaps(D3DPCMPCAPS_NOTEQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:9:128 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PMiscCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | PMiscCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_MASKZ` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:20:73 [INFO] [stdout] | [INFO] [stdout] 20 | pub const MaskZ : PMiscCaps = PMiscCaps(D3DPMISCCAPS_MASKZ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_CULLNONE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:21:73 [INFO] [stdout] | [INFO] [stdout] 21 | pub const CullNone : PMiscCaps = PMiscCaps(D3DPMISCCAPS_CULLNONE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_CULLCW` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:22:73 [INFO] [stdout] | [INFO] [stdout] 22 | pub const CullCW : PMiscCaps = PMiscCaps(D3DPMISCCAPS_CULLCW); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_CULLCCW` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:23:73 [INFO] [stdout] | [INFO] [stdout] 23 | pub const CullCCW : PMiscCaps = PMiscCaps(D3DPMISCCAPS_CULLCCW); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_COLORWRITEENABLE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:24:73 [INFO] [stdout] | [INFO] [stdout] 24 | pub const ColorWriteEnable : PMiscCaps = PMiscCaps(D3DPMISCCAPS_COLORWRITEENABLE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_CLIPPLANESCALEDPOINTS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:25:73 [INFO] [stdout] | [INFO] [stdout] 25 | pub const ClipPlaneScaledPoints : PMiscCaps = PMiscCaps(D3DPMISCCAPS_CLIPPLANESCALEDPOINTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_CLIPTLVERTS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | pub const ClipTlVerts : PMiscCaps = PMiscCaps(D3DPMISCCAPS_CLIPTLVERTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_TSSARGTEMP` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:27:73 [INFO] [stdout] | [INFO] [stdout] 27 | pub const TssArgTemp : PMiscCaps = PMiscCaps(D3DPMISCCAPS_TSSARGTEMP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_BLENDOP` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:28:73 [INFO] [stdout] | [INFO] [stdout] 28 | pub const BlendOp : PMiscCaps = PMiscCaps(D3DPMISCCAPS_BLENDOP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_NULLREFERENCE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:29:73 [INFO] [stdout] | [INFO] [stdout] 29 | pub const NullReference : PMiscCaps = PMiscCaps(D3DPMISCCAPS_NULLREFERENCE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_INDEPENDENTWRITEMASKS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:30:73 [INFO] [stdout] | [INFO] [stdout] 30 | pub const IndependentWriteMasks : PMiscCaps = PMiscCaps(D3DPMISCCAPS_INDEPENDENTWRITEMASKS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_PERSTAGECONSTANT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:31:73 [INFO] [stdout] | [INFO] [stdout] 31 | pub const PerStageConstant : PMiscCaps = PMiscCaps(D3DPMISCCAPS_PERSTAGECONSTANT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_POSTBLENDSRGBCONVERT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:32:73 [INFO] [stdout] | [INFO] [stdout] 32 | pub const PostBlendSrgbConvert : PMiscCaps = PMiscCaps(D3DPMISCCAPS_POSTBLENDSRGBCONVERT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_FOGANDSPECULARALPHA` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:33:73 [INFO] [stdout] | [INFO] [stdout] 33 | pub const FogAndSpecularAlpha : PMiscCaps = PMiscCaps(D3DPMISCCAPS_FOGANDSPECULARALPHA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_SEPARATEALPHABLEND` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | pub const SeparateAlphaBlend : PMiscCaps = PMiscCaps(D3DPMISCCAPS_SEPARATEALPHABLEND); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:35:73 [INFO] [stdout] | [INFO] [stdout] 35 | pub const MrtIndependentBitDepths : PMiscCaps = PMiscCaps(D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:36:73 [INFO] [stdout] | [INFO] [stdout] 36 | pub const MrtPostPixelShaderBlending : PMiscCaps = PMiscCaps(D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPMISCCAPS_FOGVERTEXCLAMPED` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:37:73 [INFO] [stdout] | [INFO] [stdout] 37 | pub const FogVertexClamped : PMiscCaps = PMiscCaps(D3DPMISCCAPS_FOGVERTEXCLAMPED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:10:130 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct PRasterCaps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | PRasterCaps => DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_ANISOTROPY` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:23:73 [INFO] [stdout] | [INFO] [stdout] 23 | pub const Anisotropy : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_ANISOTROPY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_ROP2` [INFO] [stdout] ... [INFO] [stdout] 62 | const D3DPRASTERCAPS_ROP2 : u32 = 0x00000002; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_ROP2` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_COLORPERSPECTIVE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:24:73 [INFO] [stdout] | [INFO] [stdout] 24 | pub const ColorPerspective : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_COLORPERSPECTIVE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_DITHER` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:25:73 [INFO] [stdout] | [INFO] [stdout] 25 | pub const Dither : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_DITHER); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_PAT` [INFO] [stdout] ... [INFO] [stdout] 64 | const D3DPRASTERCAPS_PAT : u32 = 0x00000008; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_PAT` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_DEPTHBIAS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | pub const DepthBias : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_DEPTHBIAS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_ZBIAS` [INFO] [stdout] ... [INFO] [stdout] 76 | const D3DPRASTERCAPS_ZBIAS : u32 = 0x00004000; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_ZBIAS` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_FOGRANGE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:27:73 [INFO] [stdout] | [INFO] [stdout] 27 | pub const FogRange : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_FOGRANGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_XOR` [INFO] [stdout] ... [INFO] [stdout] 63 | const D3DPRASTERCAPS_XOR : u32 = 0x00000004; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_XOR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_FOGTABLE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:28:73 [INFO] [stdout] | [INFO] [stdout] 28 | pub const FogTable : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_FOGTABLE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_STIPPLE` [INFO] [stdout] ... [INFO] [stdout] 70 | const D3DPRASTERCAPS_STIPPLE : u32 = 0x00000200; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_STIPPLE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_FOGVERTEX` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:29:73 [INFO] [stdout] | [INFO] [stdout] 29 | pub const FogVertex : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_FOGVERTEX); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_XOR` [INFO] [stdout] ... [INFO] [stdout] 63 | const D3DPRASTERCAPS_XOR : u32 = 0x00000004; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_XOR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_MIPMAPLODBIAS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:30:73 [INFO] [stdout] | [INFO] [stdout] 30 | pub const MipMapLodBias : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_MIPMAPLODBIAS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_ZBIAS` [INFO] [stdout] ... [INFO] [stdout] 76 | const D3DPRASTERCAPS_ZBIAS : u32 = 0x00004000; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_ZBIAS` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_MULTISAMPLE_TOGGLE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:31:73 [INFO] [stdout] | [INFO] [stdout] 31 | pub const MultisampleToggle : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_MULTISAMPLE_TOGGLE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_SCISSORTEST` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:32:73 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ScissorTest : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_SCISSORTEST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_STIPPLE` [INFO] [stdout] ... [INFO] [stdout] 70 | const D3DPRASTERCAPS_STIPPLE : u32 = 0x00000200; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_STIPPLE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:33:73 [INFO] [stdout] | [INFO] [stdout] 33 | pub const SlopeScaleDepthBias : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_WBUFFER` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | pub const WBuffer : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_WBUFFER); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_SUBPIXEL` [INFO] [stdout] ... [INFO] [stdout] 66 | const D3DPRASTERCAPS_SUBPIXEL : u32 = 0x00000020; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_SUBPIXEL` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_WFOG` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:35:73 [INFO] [stdout] | [INFO] [stdout] 35 | pub const WFog : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_WFOG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_XOR` [INFO] [stdout] ... [INFO] [stdout] 63 | const D3DPRASTERCAPS_XOR : u32 = 0x00000004; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_XOR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_ZBUFFERLESSHSR` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:36:73 [INFO] [stdout] | [INFO] [stdout] 36 | pub const ZBufferLessHSR : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_ZBUFFERLESSHSR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_ZFOG` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:37:73 [INFO] [stdout] | [INFO] [stdout] 37 | pub const ZFog : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_ZFOG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_XOR` [INFO] [stdout] ... [INFO] [stdout] 63 | const D3DPRASTERCAPS_XOR : u32 = 0x00000004; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_XOR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPRASTERCAPS_ZTEST` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:38:73 [INFO] [stdout] | [INFO] [stdout] 38 | pub const ZTest : PRasterCaps = PRasterCaps(D3DPRASTERCAPS_ZTEST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `D3DPRASTERCAPS_PAT` [INFO] [stdout] ... [INFO] [stdout] 64 | const D3DPRASTERCAPS_PAT : u32 = 0x00000008; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `D3DPRASTERCAPS_PAT` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:10:127 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Ps20Caps(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:14:135 [INFO] [stdout] | [INFO] [stdout] 14 | ...eroable)] #[repr(transparent)] pub struct Reserved5(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { Ps20Caps => DWORD; None, ArbitrarySwizzle, GradientInstructions, Predication, NoDependentReadLimit, NoTexInstructionLimit } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPS20CAPS_ARBITRARYSWIZZLE` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:20:67 [INFO] [stdout] | [INFO] [stdout] 20 | pub const ArbitrarySwizzle : Ps20Caps = Ps20Caps(D3DPS20CAPS_ARBITRARYSWIZZLE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPS20CAPS_GRADIENTINSTRUCTIONS` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | pub const GradientInstructions : Ps20Caps = Ps20Caps(D3DPS20CAPS_GRADIENTINSTRUCTIONS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPS20CAPS_PREDICATION` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:22:67 [INFO] [stdout] | [INFO] [stdout] 22 | pub const Predication : Ps20Caps = Ps20Caps(D3DPS20CAPS_PREDICATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPS20CAPS_NODEPENDENTREADLIMIT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:23:67 [INFO] [stdout] | [INFO] [stdout] 23 | pub const NoDependentReadLimit : Ps20Caps = Ps20Caps(D3DPS20CAPS_NODEPENDENTREADLIMIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:24:67 [INFO] [stdout] | [INFO] [stdout] 24 | pub const NoTexInstructionLimit : Ps20Caps = Ps20Caps(D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:18:129 [INFO] [stdout] | [WARN] too many lines in the log, truncating it