Struct lcov_parser::BranchData [] [src]

pub struct BranchData {
    pub line: u32,
    pub block: u32,
    pub branch: u32,
    pub taken: u32,
}

Fields

Trait Implementations

impl Debug for BranchData
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BranchData
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for BranchData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<BranchData> for LCOVRecord
[src]

[src]

Performs the conversion.

impl PartialEq<BranchData> for Branch
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> From<&'a BranchData> for Branch
[src]

[src]

Performs the conversion.