Docs.rs
  • ux-components-0.1.3
    • ux-components 0.1.3
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dudochkin-victor
    • Dependencies
      • bitflags ^1.0 normal
      • bytes ^1.1.0 normal
      • cgmath ^0.18 normal
      • crossbeam ^0.8.1 normal
      • fontdue ^0.7.2 normal
      • futures ^0.3.21 normal
      • intmap ^0.7 normal
      • log ^0.4 normal
      • once_cell ^1.7 normal
      • rand ^0.8 normal
      • stretch ^0.3.2 normal
      • structopt ^0.3 normal
      • url ^2.2 normal
      • ux-dataflow ^0.1 normal
      • ux-dx ^0.2 normal
      • ux-macro ^0.1 normal
      • notify-rust ^4 normal
      • gloo ^0.3 normal
      • js-sys ^0.3 normal
      • wasm-bindgen ^0.2 normal
      • wasm-bindgen-futures ^0.4 normal
      • wasm-bindgen-test ^0.3 normal
      • wasm-logger ^0.2 normal
      • web-sys ^0.3 normal
    • Versions
    • 22.53% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

EntityManager

Required Methods

  • get

Implementors

In components::engine::d2

logo
Change settings

Trait components::engine::d2::EntityManager

source · [−]
pub trait EntityManager<T> {
    fn get(&self) -> Option<T>;
}

Required Methods

source

fn get(&self) -> Option<T>

Implementors

source

impl EntityManager<EmitterSprite> for Entity

source

impl EntityManager<FillSprite> for Entity

source

impl EntityManager<ImageSprite> for Entity

source

impl EntityManager<PatternSprite> for Entity

source

impl EntityManager<Sprite> for Entity

source

impl EntityManager<TextSprite> for Entity

source

impl EntityManager<Scene2D> for Entity

source

impl EntityManager<Component> for Entity

source

impl EntityManager<SpeedAdjuster> for Entity

source

impl EntityManager<Flipbook> for Entity

source

impl EntityManager<MoviePlayer> for Entity

source

impl EntityManager<MovieSprite> for Entity