Struct pixel_widgets::tracker::ManagedState [−][src]
Expand description
An Widget state tracker.
Implementations
impl<Id: Eq + Clone + Send + Sync> ManagedState<Id>[src]
impl<Id: Eq + Clone + Send + Sync> ManagedState<Id>[src]pub fn tracker(&mut self) -> ManagedStateTracker<'_, Id>[src]
pub fn tracker(&mut self) -> ManagedStateTracker<'_, Id>[src]Retrieve a ManagedStateTracker that can be used to build a ui.
Normally you will call this function at the start of your
view implementation.
Trait Implementations
Auto Trait Implementations
impl<Id> !RefUnwindSafe for ManagedState<Id>
impl<Id> Send for ManagedState<Id>
impl<Id> Sync for ManagedState<Id>
impl<Id> Unpin for ManagedState<Id> where
Id: Unpin,
Id: Unpin,
impl<Id> !UnwindSafe for ManagedState<Id>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Any for T where
T: Any,
T: Any,