Struct imagepipe::demosaic::OpDemosaic[][src]

pub struct OpDemosaic {
    pub cfa: String,
}

Fields

Methods

impl OpDemosaic
[src]

Trait Implementations

impl Clone for OpDemosaic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpDemosaic
[src]

Formats the value using the given formatter. Read more

impl<'a> ImageOp<'a> for OpDemosaic
[src]

Auto Trait Implementations

impl Send for OpDemosaic

impl Sync for OpDemosaic