Struct dimage::SubImage2 [] [src]

pub struct SubImage2<S, P> { /* fields omitted */ }

Sub image within another 2-dimensional image.

Trait Implementations

impl<S, P> Image for SubImage2<S, P> where
    P: Image<Bounds = Size2<S>, Index = Vec2<S>>,
    S: Copy + Ord + Zero,
    Vec2<S>: Add<Output = Vec2<S>>, 
[src]