Struct mcmf::Capacity[][src]

pub struct Capacity(pub i32);

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

Trait Implementations

impl Clone for Capacity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Capacity
[src]

impl Debug for Capacity
[src]

Formats the value using the given formatter. Read more

impl Eq for Capacity
[src]

impl PartialEq for Capacity
[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 Capacity

impl Sync for Capacity