pub struct ImageSideDataEntries { /* private fields */ }Expand description
Payload for ConvertError::ImageSideDataEntries.
A decoded still declaring more side-data entries than this crate
will walk. The count sibling of ImageSideDataTooLarge, and
refused for the same reason: truncating the list is how the
orientation goes missing.
Implementations§
Trait Implementations§
Source§impl Clone for ImageSideDataEntries
impl Clone for ImageSideDataEntries
Source§fn clone(&self) -> ImageSideDataEntries
fn clone(&self) -> ImageSideDataEntries
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageSideDataEntries
Source§impl Debug for ImageSideDataEntries
impl Debug for ImageSideDataEntries
Source§impl Display for ImageSideDataEntries
impl Display for ImageSideDataEntries
impl Eq for ImageSideDataEntries
Source§impl PartialEq for ImageSideDataEntries
impl PartialEq for ImageSideDataEntries
impl StructuralPartialEq for ImageSideDataEntries
Auto Trait Implementations§
impl Freeze for ImageSideDataEntries
impl RefUnwindSafe for ImageSideDataEntries
impl Send for ImageSideDataEntries
impl Sync for ImageSideDataEntries
impl Unpin for ImageSideDataEntries
impl UnsafeUnpin for ImageSideDataEntries
impl UnwindSafe for ImageSideDataEntries
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