Struct dimage::Fill [] [src]

pub struct Fill<T, I> { /* fields omitted */ }

Unbounded image which returns the same value at any index.

Trait Implementations

impl<'a, T, I> Image<'a> for Fill<T, I> where
    T: 'a + Copy
[src]