Struct tiff_encoder::tiff_type::DOUBLE[][src]

pub struct DOUBLE(pub f64);

Double precision (8-byte) IEEE format.

Methods

impl DOUBLE
[src]

Constructs a TiffTypeValues of DOUBLEs from a vector of f64.

Constructs a TiffTypeValues consisting of a single DOUBLE.

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

Trait Implementations

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

impl Sync for DOUBLE