pub struct IfdEntry {
pub value: IfdValue,
pub tag: MaybeKnownIfdFieldDescriptor,
}Expand description
A singular entry in an IFD (that does not know its path)
Fields§
§value: IfdValue§tag: MaybeKnownIfdFieldDescriptorImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfdEntry
impl !RefUnwindSafe for IfdEntry
impl Send for IfdEntry
impl Sync for IfdEntry
impl Unpin for IfdEntry
impl !UnwindSafe for IfdEntry
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