Struct libpijul::graph::Visits [] [src]

pub struct Visits {
    pub first: usize,
    pub last: usize,
    pub begins_conflict: bool,
    pub ends_conflict: bool,
    pub has_brothers: bool,
}

Fields

Trait Implementations

impl Clone for Visits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Visits
[src]

Formats the value using the given formatter.

impl Default for Visits
[src]

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