pub struct TimelineEvents {
pub started: bool,
pub iterations: u64,
pub finished: bool,
pub canceled: bool,
}Fields§
§started: bool§iterations: u64§finished: bool§canceled: boolTrait Implementations§
Source§impl Clone for TimelineEvents
impl Clone for TimelineEvents
Source§fn clone(&self) -> TimelineEvents
fn clone(&self) -> TimelineEvents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimelineEvents
Source§impl Debug for TimelineEvents
impl Debug for TimelineEvents
Source§impl Default for TimelineEvents
impl Default for TimelineEvents
Source§fn default() -> TimelineEvents
fn default() -> TimelineEvents
Returns the “default value” for a type. Read more
impl Eq for TimelineEvents
Source§impl PartialEq for TimelineEvents
impl PartialEq for TimelineEvents
impl StructuralPartialEq for TimelineEvents
Auto Trait Implementations§
impl Freeze for TimelineEvents
impl RefUnwindSafe for TimelineEvents
impl Send for TimelineEvents
impl Sync for TimelineEvents
impl Unpin for TimelineEvents
impl UnsafeUnpin for TimelineEvents
impl UnwindSafe for TimelineEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more