pub struct Tag(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl Tag
impl Tag
pub const MAKER_NOTE: Self
pub const EXIF_IFD_POINTER: Self
pub const GPS_INFO_IFD_POINTER: Self
pub const INTEROPERABILITY_IFD_POINTER: Self
Sourcepub fn exif_specific_ifd(&self) -> Option<Ifd>
pub fn exif_specific_ifd(&self) -> Option<Ifd>
Returns the IFD if the tag stores the location of that IFD
See 4.6.3 in v3.0 standard
pub fn is_exif_specific_ifd(&self) -> bool
Trait Implementations§
Source§impl Ord for Tag
impl Ord for Tag
Source§impl PartialOrd for Tag
impl PartialOrd for Tag
impl Copy for Tag
impl Eq for Tag
impl StructuralPartialEq for Tag
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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