Struct oxygengine_user_interface::UserInterfaceBundleSetup [−][src]
pub struct UserInterfaceBundleSetup { /* fields omitted */ }Implementations
pub fn process_context_setup<F>(self, f: F) -> Self where
F: Fn(&Universe, &mut ProcessContext<'_>) + Send + Sync + 'static, Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for UserInterfaceBundleSetupimpl Send for UserInterfaceBundleSetupimpl Sync for UserInterfaceBundleSetupimpl Unpin for UserInterfaceBundleSetupimpl !UnwindSafe for UserInterfaceBundleSetup