Struct tiff_encoder::tiff_type::SSHORT [−][src]
pub struct SSHORT(pub i16);
16-bit (2-byte) signed (twos-complement) integer.
Methods
impl SSHORT[src]
impl SSHORTpub fn values(values: Vec<i16>) -> TiffTypeValues<SSHORT>[src]
pub fn values(values: Vec<i16>) -> TiffTypeValues<SSHORT>Constructs a TiffTypeValues of SSHORTs from a vector of
i16.
pub fn single(value: i16) -> TiffTypeValues<SSHORT>[src]
pub fn single(value: i16) -> TiffTypeValues<SSHORT>Constructs a TiffTypeValues consisting of a single SSHORT.
In other words, marks this SSHORT as the single value of its
field.