pub struct ImageWithAttributesReader<L> { /* private fields */ }Expand description
Processes blocks from a file and collects them into a complete Image.
Implementations§
source§impl<L> ImageWithAttributesReader<L>where
    L: LayersReader,
 
impl<L> ImageWithAttributesReader<L>where L: LayersReader,
Trait Implementations§
source§impl<L: Clone> Clone for ImageWithAttributesReader<L>
 
impl<L: Clone> Clone for ImageWithAttributesReader<L>
source§fn clone(&self) -> ImageWithAttributesReader<L>
 
fn clone(&self) -> ImageWithAttributesReader<L>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl<L: Debug> Debug for ImageWithAttributesReader<L>
 
impl<L: Debug> Debug for ImageWithAttributesReader<L>
source§impl<L: PartialEq> PartialEq<ImageWithAttributesReader<L>> for ImageWithAttributesReader<L>
 
impl<L: PartialEq> PartialEq<ImageWithAttributesReader<L>> for ImageWithAttributesReader<L>
source§fn eq(&self, other: &ImageWithAttributesReader<L>) -> bool
 
fn eq(&self, other: &ImageWithAttributesReader<L>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.