Struct tiff_encoder::tiff_type::IFD[][src]

pub struct IFD(pub u32);

32-bit (4-byte) unsigned integer used exclusively to point to IFDs.

See OffsetsToIfds

Trait Implementations

impl TiffType for IFD
[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 IFD

impl Sync for IFD