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 for ReadBuilder
impl PartialEq 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 ==
.impl Copy for ReadBuilder
impl Eq for ReadBuilder
impl StructuralPartialEq for ReadBuilder
Auto Trait Implementations§
impl Freeze for ReadBuilder
impl RefUnwindSafe for ReadBuilder
impl Send for ReadBuilder
impl Sync for ReadBuilder
impl Unpin for ReadBuilder
impl UnwindSafe for ReadBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more