Struct dui::image::InPixels [] [src]

pub struct InPixels<'a, T: 'static>(pub &'a [&'a [T]]);

Trait Implementations

impl<'a, T: Debug + 'static> Debug for InPixels<'a, T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, T: Copy + 'static> Copy for InPixels<'a, T>
[src]

impl<'a, T: Clone + 'static> Clone for InPixels<'a, T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, T> Send for InPixels<'a, T> where
    T: Sync

impl<'a, T> Sync for InPixels<'a, T> where
    T: Sync