Struct gufo_common::exif::Tag
source · 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>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)