pub struct PaneInteractionTimelineReplayDiagnostics {
pub entry_count: usize,
pub cursor: usize,
pub checkpoint_count: usize,
pub checkpoint_interval: usize,
pub checkpoint_hit: bool,
pub replay_start_idx: usize,
pub replay_depth: usize,
}Expand description
Replay diagnostics for the currently selected timeline cursor.
Fields§
§entry_count: usize§cursor: usize§checkpoint_count: usize§checkpoint_interval: usize§checkpoint_hit: bool§replay_start_idx: usize§replay_depth: usizeTrait Implementations§
Source§impl Clone for PaneInteractionTimelineReplayDiagnostics
impl Clone for PaneInteractionTimelineReplayDiagnostics
Source§fn clone(&self) -> PaneInteractionTimelineReplayDiagnostics
fn clone(&self) -> PaneInteractionTimelineReplayDiagnostics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PaneInteractionTimelineReplayDiagnostics
impl<'de> Deserialize<'de> for PaneInteractionTimelineReplayDiagnostics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PaneInteractionTimelineReplayDiagnostics
impl PartialEq for PaneInteractionTimelineReplayDiagnostics
Source§fn eq(&self, other: &PaneInteractionTimelineReplayDiagnostics) -> bool
fn eq(&self, other: &PaneInteractionTimelineReplayDiagnostics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaneInteractionTimelineReplayDiagnostics
impl Eq for PaneInteractionTimelineReplayDiagnostics
impl StructuralPartialEq for PaneInteractionTimelineReplayDiagnostics
Auto Trait Implementations§
impl Freeze for PaneInteractionTimelineReplayDiagnostics
impl RefUnwindSafe for PaneInteractionTimelineReplayDiagnostics
impl Send for PaneInteractionTimelineReplayDiagnostics
impl Sync for PaneInteractionTimelineReplayDiagnostics
impl Unpin for PaneInteractionTimelineReplayDiagnostics
impl UnsafeUnpin for PaneInteractionTimelineReplayDiagnostics
impl UnwindSafe for PaneInteractionTimelineReplayDiagnostics
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