Struct bencher::TestPaths [] [src]

pub struct TestPaths {
    pub file: PathBuf,
    pub base: PathBuf,
    pub relative_dir: PathBuf,
}

Fields

file: PathBuf base: PathBuf relative_dir: PathBuf

Trait Implementations

impl Clone for TestPaths
[src]

fn clone(&self) -> TestPaths

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