Struct rustiff::tag::PhotometricInterpretation[][src]

pub struct PhotometricInterpretation;

Trait Implementations

impl Debug for PhotometricInterpretation
[src]

Formats the value using the given formatter. Read more

impl Clone for PhotometricInterpretation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PhotometricInterpretation
[src]

impl PartialEq for PhotometricInterpretation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PhotometricInterpretation
[src]

impl Display for PhotometricInterpretation
[src]

Formats the value using the given formatter. Read more

impl TagType for PhotometricInterpretation
[src]

Auto Trait Implementations