Struct cdp::profiler::PositionTickInfo
[−]
[src]
pub struct PositionTickInfo { pub line: i32, pub ticks: i32, }
[Experimental] Specifies a number of samples attributed to a certain source position.
Fields
line: i32
Source line number (1-based).
ticks: i32
Number of samples attributed to the source line.
Trait Implementations
impl Clone for PositionTickInfo
[src]
fn clone(&self) -> PositionTickInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for PositionTickInfo
[src]
impl PartialEq for PositionTickInfo
[src]
fn eq(&self, __arg_0: &PositionTickInfo) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PositionTickInfo) -> bool
[src]
This method tests for !=
.