Struct loc::Count [] [src]

pub struct Count {
    pub code: u32,
    pub comment: u32,
    pub blank: u32,
    pub lines: u32,
}

Fields

Methods

impl Count
[src]

Trait Implementations

impl Debug for Count
[src]

Formats the value using the given formatter.

impl PartialEq for Count
[src]

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

This method tests for !=.

impl Default for Count
[src]

Returns the "default value" for a type. Read more

impl Clone for Count
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more