Struct dimage::Fill [] [src]

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

Unbounded image which returns the same value at any index.

Trait Implementations

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