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 UserInterfaceBundleSetup
impl Send for UserInterfaceBundleSetup
impl Sync for UserInterfaceBundleSetup
impl Unpin for UserInterfaceBundleSetup
impl !UnwindSafe for UserInterfaceBundleSetup