pub struct LifecycleEvent {
pub widget_id: WidgetId,
pub phase: LifecyclePhase,
pub timestamp: u64,
}Expand description
Event passed to lifecycle callbacks.
Fields§
§widget_id: WidgetIdWidget ID.
phase: LifecyclePhasePhase of the lifecycle.
timestamp: u64Timestamp (frame number or monotonic counter).
Implementations§
Source§impl LifecycleEvent
impl LifecycleEvent
Sourcepub fn new(widget_id: WidgetId, phase: LifecyclePhase, timestamp: u64) -> Self
pub fn new(widget_id: WidgetId, phase: LifecyclePhase, timestamp: u64) -> Self
Create a new lifecycle event.
Trait Implementations§
Source§impl Clone for LifecycleEvent
impl Clone for LifecycleEvent
Source§fn clone(&self) -> LifecycleEvent
fn clone(&self) -> LifecycleEvent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LifecycleEvent
impl RefUnwindSafe for LifecycleEvent
impl Send for LifecycleEvent
impl Sync for LifecycleEvent
impl Unpin for LifecycleEvent
impl UnwindSafe for LifecycleEvent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)