Struct caminos_lib::LinkClass[][src]

pub struct LinkClass {
    pub delay: usize,
}
Expand description

Description of common properties of sets of links. For example, the links to servers could have a different delay. The topologies can set additional classes. For example, a mesh/torus can diffentiate horizontal/vertical links. And a dragonfly topology can differentiate local from global links.

Fields

delay: usize

Cycles the phit needs to move from one endpoint to the other endpoint.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.