Docs.rs
  • ux-dx-0.2.1
    • ux-dx 0.2.1
    • Docs.rs crate page
    • MPL-2.0
    • 02 June 2022
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dudochkin-victor
    • Dependencies
      • anyhow ^1.0 normal
      • approx ^0.5 normal
      • async-trait ^0.1.51 normal
      • bitflags ^1.2 normal
      • bytemuck ^1.7.2 normal
      • bytes ^1.0 normal
      • cgmath ^0.18 normal
      • ddsfile ^0.4 normal
      • directories ^4.0 normal
      • khronos-egl ^4.1 normal
      • fnv ^1.0 normal
      • fontdue ^0.5 normal
      • futures ^0.3 normal
      • generational-arena ^0.2 normal
      • gilrs ^0.8 normal
      • glyph_brush ^0.7 normal
      • iced_graphics ^0.2 normal
      • iced_native ^0.4.0 normal
      • image ^0.23 normal
      • imgref ^1.6 normal
      • intmap ^0.7 normal
      • khronos ^0.1 normal
      • libc ^0.2 normal
      • libloading ^0.7 normal
      • log ^0.4 normal
      • lru ^0.6.5 normal
      • nvg ^0.5.11 normal
      • once_cell ^1.7 normal
      • owned_ttf_parser ^0.12 normal
      • png ^0.17 normal
      • rand ^0.8 normal
      • raw-window-handle ^0.3 normal
      • regex ^1.5 normal
      • rgb ^0.8 normal
      • ruex ^0.1 normal
      • rustybuzz ^0.4 normal
      • shaderc ^0.7 normal
      • slab ^0.4 normal
      • spin_sleep ^1.0 normal
      • structopt ^0.3 normal
      • tokio ^1.10.0 normal
      • twox-hash ^1.6 normal
      • unicode-bidi ^0.3 normal
      • unicode-segmentation ^1.6 normal
      • ux-primitives ^0.2 normal
      • ux-vg ^0.2 normal
      • warmy ^0.13 normal
      • wgpu-types ^0.10 normal
      • window_clipboard ^0.2.1 normal
      • winit ^0.25 normal
      • chrono ^0.4 dev
      • env_logger ^0.9 dev
      • genmesh ^0.6 dev
      • image ^0.23 dev
      • instant ^0.1 dev
      • rand ^0.8 dev
      • resource ^0.5 dev
      • svg ^0.10 dev
      • usvg ^0.15 dev
      • winit ^0.25 dev
      • xmlwriter ^0.1 dev
      • anyhow ^1.0 build
      • fs_extra ^1.2 build
      • glob ^0.3 build
      • rayon ^1.4 build
      • shaderc ^0.7 build
    • Versions
    • 52.49% of the crate is documented
  • Platform
    • 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
logo

logo

EntityManager

Required Methods

  • get

Implementors

In dx::engine::d2

logo
Change settings

Trait dx::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