Struct tk_opc::Pixels
[−]
[src]
pub struct Pixels { /* fields omitted */ }Methods
impl Pixels[src]
fn new(n: usize) -> Pixels
fn iter(&self) -> PixelIterator
fn iter_mut(&mut self) -> PixelIteratorMut
Trait Implementations
impl Clone for Pixels[src]
fn clone(&self) -> Pixels
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more