Struct libraw::Pixmap
[−]
[src]
pub struct Pixmap<'a, T: Clone + 'static> {
// some fields omitted
}Maps pixel data onto a two-dimensional grid.
pub struct Pixmap<'a, T: Clone + 'static> {
// some fields omitted
}Maps pixel data onto a two-dimensional grid.
impl<'a, T> Pixmap<'a, T> where T: Clone + 'static