Struct test::BenchSamples[][src]

pub struct BenchSamples { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Clone for BenchSamples
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BenchSamples
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for BenchSamples

impl Sync for BenchSamples