Enum tiff::decoder::ifd::Value [−][src]
Variants
Unsigned(u32)List(Vec<Value>)Rational(u32, u32)Ascii(String)Methods
impl Value[src]
impl Valuepub fn into_u32(self) -> TiffResult<u32>[src]
pub fn into_u32(self) -> TiffResult<u32>pub fn into_u32_vec(self) -> TiffResult<Vec<u32>>[src]
pub fn into_u32_vec(self) -> TiffResult<Vec<u32>>Trait Implementations
impl Debug for Value[src]
impl Debug for Valuefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Value[src]
impl Clone for Valuefn clone(&self) -> Value[src]
fn clone(&self) -> ValueReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Value[src]
impl PartialEq for Valuefn eq(&self, other: &Value) -> bool[src]
fn eq(&self, other: &Value) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Value) -> bool[src]
fn ne(&self, other: &Value) -> boolThis method tests for !=.
impl Eq for Value[src]
impl Eq for Valueimpl Hash for Value[src]
impl Hash for Value