pub struct ImageWithAttributesReader<L> { /* private fields */ }
Expand description
Processes blocks from a file and collects them into a complete Image
.
Implementations§
Source§impl<L> ImageWithAttributesReader<L>where
L: LayersReader,
impl<L> ImageWithAttributesReader<L>where
L: LayersReader,
Trait Implementations§
Source§impl<L: Clone> Clone for ImageWithAttributesReader<L>
impl<L: Clone> Clone for ImageWithAttributesReader<L>
Source§fn clone(&self) -> ImageWithAttributesReader<L>
fn clone(&self) -> ImageWithAttributesReader<L>
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<L: Debug> Debug for ImageWithAttributesReader<L>
impl<L: Debug> Debug for ImageWithAttributesReader<L>
Source§impl<L: PartialEq> PartialEq for ImageWithAttributesReader<L>
impl<L: PartialEq> PartialEq for ImageWithAttributesReader<L>
Source§fn eq(&self, other: &ImageWithAttributesReader<L>) -> bool
fn eq(&self, other: &ImageWithAttributesReader<L>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<L> StructuralPartialEq for ImageWithAttributesReader<L>
Auto Trait Implementations§
impl<L> Freeze for ImageWithAttributesReader<L>where
L: Freeze,
impl<L> RefUnwindSafe for ImageWithAttributesReader<L>where
L: RefUnwindSafe,
impl<L> Send for ImageWithAttributesReader<L>where
L: Send,
impl<L> Sync for ImageWithAttributesReader<L>where
L: Sync,
impl<L> Unpin for ImageWithAttributesReader<L>where
L: Unpin,
impl<L> UnwindSafe for ImageWithAttributesReader<L>where
L: UnwindSafe,
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