Enum remotery::SampleFlags [] [src]

pub enum SampleFlags {
    Default,
    Aggregate,
}

Sample flags to decide how profiling info should be handled

Variants

Default

Default behaviour

Aggregate

Search parent for same-named samples and merge timing instead of adding a new sample

Trait Implementations

impl Copy for SampleFlags
[src]

impl Clone for SampleFlags
[src]

fn clone(&self) -> SampleFlags

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more