Struct iup::image::InPixels [] [src]

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

Trait Implementations

Derived Implementations

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

fn clone(&self) -> InPixels<'a, T>

fn clone_from(&mut self, source: &Self)

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

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result