wgpu_
types
0.20.0
Wasm
NotSend
Implementors
In crate wgpu_
types
wgpu_types
Trait
WasmNotSend
Copy item path
Source
pub trait WasmNotSend:
Send
{ }
Available on
non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm
and non-target feature
atomics
only.
Implementors
§
Source
§
impl<T:
Send
>
WasmNotSend
for T