Struct exif::tag::Tag
[−]
[src]
pub struct Tag(pub Context, pub u16);
A tag of a TIFF field.
Use exif::Tag instead of exif::tag::Tag. They are the same,
but exif::tag will become private in the future versions.
Methods
impl Tag[src]
fn context(&self) -> Context
Returns the context of the tag.
fn value(&self) -> u16
Returns the value of the tag.
fn description(&self) -> Option<&str>
Returns the description of the tag.
Trait Implementations
impl Debug for Tag[src]
impl PartialEq for Tag[src]
fn eq(&self, __arg_0: &Tag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Tag) -> bool
This method tests for !=.