pub struct IFD(/* private fields */);Expand description
32-bit (4-byte) unsigned integer used exclusively to point to IFDs.
This type is not supposed to be used directly. See OffsetsToIfds.
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 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