Enum cpuprofiler::ProfilerState [] [src]

pub enum ProfilerState {
    Active,
    NotActive,
}

The state of the profiler

Variants

When the profiler is active

When the profiler is inactive

Trait Implementations

impl Clone for ProfilerState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProfilerState
[src]

impl Debug for ProfilerState
[src]

Formats the value using the given formatter.

impl PartialEq for ProfilerState
[src]

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

This method tests for !=.

impl Eq for ProfilerState
[src]

impl Display for ProfilerState
[src]

Formats the value using the given formatter. Read more