Struct exr::image::read::ReadBuilder
source · pub struct ReadBuilder;
Expand description
Utilizes the builder pattern to configure an image reader. This is the initial struct.
Implementations§
source§impl ReadBuilder
impl ReadBuilder
sourcepub fn no_deep_data(self) -> ReadFlatSamples
pub fn no_deep_data(self) -> ReadFlatSamples
Specify to handle only one sample per channel, disabling “deep data”.
Trait Implementations§
source§impl Clone for ReadBuilder
impl Clone for ReadBuilder
source§fn clone(&self) -> ReadBuilder
fn clone(&self) -> ReadBuilder
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 Debug for ReadBuilder
impl Debug for ReadBuilder
source§impl PartialEq<ReadBuilder> for ReadBuilder
impl PartialEq<ReadBuilder> for ReadBuilder
source§fn eq(&self, other: &ReadBuilder) -> bool
fn eq(&self, other: &ReadBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.