Struct tiff_encoder::tiff_type::BYTE[][src]

pub struct BYTE(pub u8);

8-bit unsigned integer.

Methods

impl BYTE
[src]

Constructs a TiffTypeValues of BYTEs from a vector of bytes.

Constructs a TiffTypeValues consisting of a single BYTE.

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

Trait Implementations

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

impl Sync for BYTE