Struct image::Pixels
[-] [+]
[src]
pub struct Pixels<'a, I: 'a> {
// some fields omitted
}Immutable pixel iterator
pub struct Pixels<'a, I: 'a> {
// some fields omitted
}Immutable pixel iterator
impl<'a, I: GenericImage> Iterator for Pixels<'a, I>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).