pub struct Exif {
pub ifds: Vec<Ifd>,
}
Expand description
top level data structure representing an entire exif document
Fields§
§ifds: Vec<Ifd>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exif
impl RefUnwindSafe for Exif
impl Send for Exif
impl Sync for Exif
impl Unpin for Exif
impl UnwindSafe for Exif
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