Struct xio_jobset_compilation::CompiledJobSet[][src]

pub struct CompiledJobSet {
    pub parameters: CompiledParameterSet,
    pub job_mapping: BidirMap<String, u16>,
    pub jobs: BTreeMap<String, Vec<u16>>,
}

Fields

Methods

impl CompiledJobSet
[src]

Trait Implementations

impl Debug for CompiledJobSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations