Struct imagepipe::PipelineGlobals[][src]

pub struct PipelineGlobals<'a> {
    pub cache: MultiCache<[u8; 32], OpBuffer>,
    pub image: &'a RawImage,
    pub settings: PipelineSettings,
}

Fields

Trait Implementations

impl<'a> Debug for PipelineGlobals<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for PipelineGlobals<'a>

impl<'a> Sync for PipelineGlobals<'a>