Struct tiff_encoder::tiff_type::UNDEFINED [−][src]
pub struct UNDEFINED(pub u8);
8-bit byte that may contain anything, depending on the definition of the field.
Methods
impl UNDEFINED[src]
impl UNDEFINEDpub fn values(values: Vec<u8>) -> TiffTypeValues<UNDEFINED>[src]
pub fn values(values: Vec<u8>) -> TiffTypeValues<UNDEFINED>Constructs a TiffTypeValues of UNDEFINEDs from a vector of
bytes.
pub fn single(value: u8) -> TiffTypeValues<UNDEFINED>[src]
pub fn single(value: u8) -> TiffTypeValues<UNDEFINED>Constructs a TiffTypeValues consisting of a single UNDEFINED.
In other words, marks this UNDEFINED as the single value of its
field.