tk_opc
pub struct Pixels { /* fields omitted */ }
impl Pixels
fn new(n: usize) -> Pixels
fn iter(&self) -> PixelIterator
fn iter_mut(&mut self) -> PixelIteratorMut
impl From<Vec<u8>> for Pixels
fn from(t: Vec<u8>) -> Pixels
Performs the conversion.