Struct imagepipe::PipelineSettings[][src]

pub struct PipelineSettings {
    pub maxwidth: usize,
    pub maxheight: usize,
    pub linear: bool,
}

Fields

Trait Implementations

impl Debug for PipelineSettings
[src]

Formats the value using the given formatter. Read more

impl Copy for PipelineSettings
[src]

impl Clone for PipelineSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations