pub struct ExifReader;Expand description
EXIF metadata reader.
Implementations§
Source§impl ExifReader
impl ExifReader
Sourcepub fn read(data: &[u8]) -> Result<Vec<Tag>>
pub fn read(data: &[u8]) -> Result<Vec<Tag>>
Parse EXIF data from a byte slice (starting at the TIFF header).
Auto Trait Implementations§
impl Freeze for ExifReader
impl RefUnwindSafe for ExifReader
impl Send for ExifReader
impl Sync for ExifReader
impl Unpin for ExifReader
impl UnsafeUnpin for ExifReader
impl UnwindSafe for ExifReader
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