Struct tiff_encoder::tiff_type::LONG[][src]

pub struct LONG(pub u32);

32-bit (4-byte) unsigned integer.

Methods

impl LONG
[src]

Constructs a TiffTypeValues of LONGs from a vector of u32.

Constructs a TiffTypeValues consisting of a single LONG.

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

Trait Implementations

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

impl Sync for LONG