pub struct StatsTimelineFrameState {
pub frame: Option<ReplayStatsFrame>,
}Fields§
§frame: Option<ReplayStatsFrame>Trait Implementations§
Source§impl Clone for StatsTimelineFrameState
impl Clone for StatsTimelineFrameState
Source§fn clone(&self) -> StatsTimelineFrameState
fn clone(&self) -> StatsTimelineFrameState
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 Debug for StatsTimelineFrameState
impl Debug for StatsTimelineFrameState
Source§impl Default for StatsTimelineFrameState
impl Default for StatsTimelineFrameState
Source§fn default() -> StatsTimelineFrameState
fn default() -> StatsTimelineFrameState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsTimelineFrameState
impl RefUnwindSafe for StatsTimelineFrameState
impl Send for StatsTimelineFrameState
impl Sync for StatsTimelineFrameState
impl Unpin for StatsTimelineFrameState
impl UnsafeUnpin for StatsTimelineFrameState
impl UnwindSafe for StatsTimelineFrameState
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