Struct unsafe_unicorn::ClocStats [] [src]

pub struct ClocStats {
    pub num_unsafe: usize,
    // some fields omitted
}

Fields

Methods

impl ClocStats
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Gets stats for a single file

[src]

Aggregates stats for an entire directory

[src]

Compute ratio of unsafe code to total code

Trait Implementations

impl Clone for ClocStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClocStats
[src]

[src]

Formats the value using the given formatter.

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

impl Display for ClocStats
[src]

[src]

Formats the value using the given formatter. Read more