Docs.rs
intuicio-framework-ecs-0.41.3
intuicio-framework-ecs 0.41.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
PsichiX
Dependencies
intuicio-core ^0.41
normal
intuicio-data ^0.41
normal
intuicio-derive ^0.41
normal
intuicio-framework-serde ^0.41
normal
serde ^1
normal
rand ^0.8
dev
Versions
3.79%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
intuicio_
framework_
ecs
0.41.3
Command
Required Methods
execute
Implementors
In intuicio_
framework_
ecs::
commands
intuicio_framework_ecs
::
commands
Trait
Command
Copy item path
Source
pub trait Command:
Send
+
Sync
+ 'static { // Required method fn
execute
(self, world: &mut
World
); }
Required Methods
§
Source
fn
execute
(self, world: &mut
World
)
Implementors
§
Source
§
impl
Command
for
DespawnCommand
Source
§
impl<T:
Bundle
+
Send
+
Sync
+ 'static>
Command
for
InsertCommand
<T>
Source
§
impl<T:
Bundle
+
Send
+
Sync
+ 'static>
Command
for
RemoveCommand
<T>
Source
§
impl<T:
Bundle
+
Send
+
Sync
+ 'static>
Command
for
SpawnCommand
<T>