Struct tiff_encoder::tiff_type::SBYTE[][src]

pub struct SBYTE(pub i8);

8-bit signed (twos-complement) integer.

Methods

impl SBYTE
[src]

Constructs a TiffTypeValues of SBYTEs from a vector of i8.

Constructs a TiffTypeValues consisting of a single SBYTE.

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

Trait Implementations

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

impl Sync for SBYTE