pub struct Ifd { /* private fields */ }Expand description
A parsed Image File Directory — one node in the IFD chain (a TIFF page, or an EXIF/GPS/Interop sub-directory).
Fields are kept sorted in ascending tag order, as required on disk (TIFF 6.0 §2); the accessors preserve that invariant.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Ifd
Auto Trait Implementations§
impl Freeze for Ifd
impl RefUnwindSafe for Ifd
impl Send for Ifd
impl Sync for Ifd
impl Unpin for Ifd
impl UnsafeUnpin for Ifd
impl UnwindSafe for Ifd
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