Docs.rs
  • oxygengine-user-interface-0.45.0
    • oxygengine-user-interface 0.45.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • PsichiX
    • Dependencies
      • oxygengine-core ^0.45 normal
      • oxygengine-input ^0.45 normal
      • raui-core ^0.38 normal
      • raui-material ^0.38 normal
      • serde ^1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • 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
logo

logo

UserInterfaceSystemResources

Trait Implementations

  • FeedProcessContext

In oxygengine_user_interface::system

?
Change settings

Type Alias oxygengine_user_interface::system::UserInterfaceSystemResources

source ·
pub type UserInterfaceSystemResources<'a, Q> = (Q, WorldRef, &'a AppLifeCycle, &'a AssetsDatabase, &'a InputStack, &'a mut UserInterface, &'a mut UserInterfaceSystemCache, Comp<&'a mut UserInterfaceView>, Comp<&'a InputStackInstance>);

Trait Implementations§

source§

impl<A, B, C, D, E, F, G, H, I> FeedProcessContext for (A, B, C, D, E, F, G, H, I)where A: FeedProcessContext, B: FeedProcessContext, C: FeedProcessContext, D: FeedProcessContext, E: FeedProcessContext, F: FeedProcessContext, G: FeedProcessContext, H: FeedProcessContext, I: FeedProcessContext,

source§

fn feed_process_context(self, context: &mut ProcessContext<'_>)