Struct rawloader::imageops::OpBuffer [] [src]

pub struct OpBuffer {
    pub width: usize,
    pub height: usize,
    pub colors: usize,
    pub data: Vec<f32>,
}

Fields

Methods

impl OpBuffer
[src]

Trait Implementations

impl Debug for OpBuffer
[src]

Formats the value using the given formatter.

impl Clone for OpBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more