Struct tiff_encoder::tiff_type::SSHORT[][src]

pub struct SSHORT(pub i16);

16-bit (2-byte) signed (twos-complement) integer.

Methods

impl SSHORT
[src]

Constructs a TiffTypeValues of SSHORTs from a vector of i16.

Constructs a TiffTypeValues consisting of a single SSHORT.

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

Trait Implementations

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

impl Sync for SSHORT