Struct tiff_encoder::tiff_type::SLONG [−][src]
pub struct SLONG(pub i32);
32-bit (4-byte) signed (twos-complement) integer.
Methods
impl SLONG[src]
impl SLONGpub fn values(values: Vec<i32>) -> TiffTypeValues<SLONG>[src]
pub fn values(values: Vec<i32>) -> TiffTypeValues<SLONG>Constructs a TiffTypeValues of SLONGs from a vector of
i32.
pub fn single(value: i32) -> TiffTypeValues<SLONG>[src]
pub fn single(value: i32) -> TiffTypeValues<SLONG>Constructs a TiffTypeValues consisting of a single SLONG.
In other words, marks this SLONG as the single value of its
field.