1 2 3 4 5 6 7
pub use ExifByteOrder::*; #[repr(C)] pub enum ExifByteOrder { EXIF_BYTE_ORDER_MOTOROLA, EXIF_BYTE_ORDER_INTEL, }