Struct dimage::VecImage2 [] [src]

pub struct VecImage2<T> { /* fields omitted */ }

Buffered image backed by a Vec.

Methods

impl<T> VecImage2<T>
[src]

Trait Implementations

impl<T: Clone> Clone for VecImage2<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Eq> Eq for VecImage2<T>
[src]

impl<T: Hash> Hash for VecImage2<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: PartialEq> PartialEq for VecImage2<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, T: 'a> Image<'a> for VecImage2<T>
[src]

impl<'a, I, T> Render<'a, I> for VecImage2<T> where
    I: Image<'a, Bounds = Size2<Coord>, Index = Vec2<Coord>, Pixel = T>,
    T: 'a, 
[src]