Struct tiff_encoder::tiff_type::FLOAT[][src]

pub struct FLOAT(pub f32);

Single precision (4-byte) IEEE format.

Methods

impl FLOAT
[src]

Constructs a TiffTypeValues of FLOATs from a vector of f32.

Constructs a TiffTypeValues consisting of a single FLOAT.

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

Trait Implementations

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

impl Sync for FLOAT