pub struct SampleWriter<Sample> { /* private fields */ }Expand description
Write the pixels of a single channel, unconditionally. Generic over the concrete sample type (f16, f32, u32).
Trait Implementations§
source§impl<Sample: Clone> Clone for SampleWriter<Sample>
 
impl<Sample: Clone> Clone for SampleWriter<Sample>
source§fn clone(&self) -> SampleWriter<Sample>
 
fn clone(&self) -> SampleWriter<Sample>
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 more