Structs§
Enums§
- Asset
Error - Asset
Path - User
Resize Event - User event which the framework uses to resize on wasm.
Traits§
Functions§
Type Aliases§
- Event
- Mutex
- A mutual exclusion primitive useful for protecting shared data
- Mutex
Guard - An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.