Struct tiff_encoder::tiff_type::UNDEFINED[][src]

pub struct UNDEFINED(pub u8);

8-bit byte that may contain anything, depending on the definition of the field.

Methods

impl UNDEFINED
[src]

Constructs a TiffTypeValues of UNDEFINEDs from a vector of bytes.

Constructs a TiffTypeValues consisting of a single UNDEFINED.

In other words, marks this UNDEFINED as the single value of its field.

Trait Implementations

impl TiffType for UNDEFINED
[src]

The TIFF 16-bit code that identifies the type.

The number of bytes occupied by a single value of this type.

The function that writes this type to a given [EndianFile]. Read more

Auto Trait Implementations

impl Send for UNDEFINED

impl Sync for UNDEFINED