pub struct AnyChannelsWriter<SamplesWriter> { /* private fields */ }
Expand description
A temporary writer for an arbitrary list of channels
Trait Implementations§
source§impl<Samples> ChannelsWriter for AnyChannelsWriter<Samples>where
Samples: SamplesWriter,
impl<Samples> ChannelsWriter for AnyChannelsWriter<Samples>where Samples: SamplesWriter,
source§fn extract_uncompressed_block(
&self,
header: &Header,
block_index: BlockIndex
) -> Vec<u8> ⓘ
fn extract_uncompressed_block( &self, header: &Header, block_index: BlockIndex ) -> Vec<u8> ⓘ
Deliver a block of pixels, containing all channel data, to be stored in the file
source§impl<SamplesWriter: Clone> Clone for AnyChannelsWriter<SamplesWriter>
impl<SamplesWriter: Clone> Clone for AnyChannelsWriter<SamplesWriter>
source§fn clone(&self) -> AnyChannelsWriter<SamplesWriter>
fn clone(&self) -> AnyChannelsWriter<SamplesWriter>
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<SamplesWriter: Debug> Debug for AnyChannelsWriter<SamplesWriter>
impl<SamplesWriter: Debug> Debug for AnyChannelsWriter<SamplesWriter>
source§impl<SamplesWriter: PartialEq> PartialEq<AnyChannelsWriter<SamplesWriter>> for AnyChannelsWriter<SamplesWriter>
impl<SamplesWriter: PartialEq> PartialEq<AnyChannelsWriter<SamplesWriter>> for AnyChannelsWriter<SamplesWriter>
source§fn eq(&self, other: &AnyChannelsWriter<SamplesWriter>) -> bool
fn eq(&self, other: &AnyChannelsWriter<SamplesWriter>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.