Struct cov::raw::Gcov [] [src]

pub struct Gcov {
    pub ty: Type,
    pub version: Version,
    pub checksum: u32,
    pub records: Vec<Record>,
}

The raw file.

Fields

Methods

impl Gcov
[src]

Parses the header of a file with file name, and creates a new gcov reader.

Trait Implementations

impl Clone for Gcov
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Gcov
[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 Gcov
[src]

impl Hash for Gcov
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Gcov
[src]

Formats the value using the given formatter.