Struct mcmf::Cost[][src]

pub struct Cost(pub i32);

Wrapper type representing the cost of an edge in the graph.

Trait Implementations

impl Clone for Cost
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cost
[src]

impl Debug for Cost
[src]

Formats the value using the given formatter. Read more

impl Eq for Cost
[src]

impl PartialEq for Cost
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Cost

impl Sync for Cost