Docs.rs
wgpu-types-23.0.0
wgpu-types 23.0.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kvark
grovesNL
cwfitzgerald
github:gfx-rs:wgpu
Dependencies
bitflags ^2.6
normal
serde ^1
normal
optional
serde ^1
dev
serde_json ^1.0.132
dev
js-sys ^0.3.70
normal
web-sys ^0.3.72
normal
Versions
100%
of the crate is documented
Platform
wasm32-unknown-unknown
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wgpu_
types
23.0.0
Wasm
NotSync
Implementors
In crate wgpu_
types
wgpu_types
Trait
WasmNotSync
Copy item path
Source
pub trait WasmNotSync:
Sync
{ }
Available on
non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm
and non-target feature
atomics
only.
Implementors
§
Source
§
impl<T:
Sync
>
WasmNotSync
for T