Struct tiff_encoder::tiff_type::SLONG[][src]

pub struct SLONG(pub i32);

32-bit (4-byte) signed (twos-complement) integer.

Methods

impl SLONG
[src]

Constructs a TiffTypeValues of SLONGs from a vector of i32.

Constructs a TiffTypeValues consisting of a single SLONG.

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

Trait Implementations

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

impl Sync for SLONG