pub struct IfdChain(/* private fields */);
Expand description
An ordered list of Ifd
s, each pointing to the next one.
The last Ifd
doesn’t point to any other.
Because any IFD could technically point to a next one, in most
functions that one would expect to input an Ifd
, its parameters
actually ask for an IfdChain
.
Implementations§
Auto Trait Implementations§
impl Freeze for IfdChain
impl !RefUnwindSafe for IfdChain
impl !Send for IfdChain
impl !Sync for IfdChain
impl Unpin for IfdChain
impl !UnwindSafe for IfdChain
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