Struct tiff_encoder::tiff_type::SHORT[][src]

pub struct SHORT(pub u16);

16-bit (2-byte) unsigned integer.

Methods

impl SHORT
[src]

Constructs a TiffTypeValues of SHORTSs from a vector of u16.

Constructs a TiffTypeValues consisting of a single SHORT.

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

Trait Implementations

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

impl Sync for SHORT