pub struct AllLayersWriter<ChannelsWriter> { /* private fields */ }Expand description
A temporary writer for an arbitrary list of layers
Trait Implementations§
source§impl<ChannelsWriter: Clone> Clone for AllLayersWriter<ChannelsWriter>
 
impl<ChannelsWriter: Clone> Clone for AllLayersWriter<ChannelsWriter>
source§fn clone(&self) -> AllLayersWriter<ChannelsWriter>
 
fn clone(&self) -> AllLayersWriter<ChannelsWriter>
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<ChannelsWriter: Debug> Debug for AllLayersWriter<ChannelsWriter>
 
impl<ChannelsWriter: Debug> Debug for AllLayersWriter<ChannelsWriter>
source§impl<C> LayersWriter for AllLayersWriter<C>where
    C: ChannelsWriter,
 
impl<C> LayersWriter for AllLayersWriter<C>where C: ChannelsWriter,
source§fn extract_uncompressed_block(
    &self,
    headers: &[Header],
    block: BlockIndex
) -> Vec<u8> ⓘ
 
fn extract_uncompressed_block( &self, headers: &[Header], block: BlockIndex ) -> Vec<u8> ⓘ
Deliver a block of pixels from a single layer to be stored in the file
source§impl<ChannelsWriter: PartialEq> PartialEq<AllLayersWriter<ChannelsWriter>> for AllLayersWriter<ChannelsWriter>
 
impl<ChannelsWriter: PartialEq> PartialEq<AllLayersWriter<ChannelsWriter>> for AllLayersWriter<ChannelsWriter>
source§fn eq(&self, other: &AllLayersWriter<ChannelsWriter>) -> bool
 
fn eq(&self, other: &AllLayersWriter<ChannelsWriter>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.