Struct tiff_encoder::tiff_type::LONG [−][src]
pub struct LONG(pub u32);
32-bit (4-byte) unsigned integer.
Methods
impl LONG[src]
impl LONGpub fn values(values: Vec<u32>) -> TiffTypeValues<LONG>[src]
pub fn values(values: Vec<u32>) -> TiffTypeValues<LONG>Constructs a TiffTypeValues of LONGs from a vector of
u32.
pub fn single(value: u32) -> TiffTypeValues<LONG>[src]
pub fn single(value: u32) -> TiffTypeValues<LONG>Constructs a TiffTypeValues consisting of a single LONG.
In other words, marks this LONG as the single value of its
field.