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

Source line number (1-based).

Number of samples attributed to the source line.

Trait Implementations

impl Clone for PositionTickInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PositionTickInfo
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PositionTickInfo
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.