Struct imagepipe::Pipeline[][src]

pub struct Pipeline {
    pub globals: PipelineGlobals,
    pub ops: PipelineOps,
}

Fields

Methods

impl Pipeline
[src]

Trait Implementations

impl Debug for Pipeline
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pipeline

impl Sync for Pipeline