Struct raui_core::application::ChangeNotifier [−][src]
pub struct ChangeNotifier(_);
Expand description
Allows you to check or indicate that an Application has changed
A ChangeNotifier can be obtained from an application with the
change_notifier() method.
Implementations
Mark the application as having changed, this will force the UI to re-render its components
Check whether or not the application has changed
Get whether the application has changed and atomically set it’s changed state to `false
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChangeNotifierimpl Send for ChangeNotifierimpl Sync for ChangeNotifierimpl Unpin for ChangeNotifierimpl UnwindSafe for ChangeNotifierBlanket Implementations
Mutably borrows from an owned value. Read more