Struct libraw_sys::libraw_metadata_common_t[][src]

#[repr(C)]pub struct libraw_metadata_common_t {
    pub FlashEC: f32,
    pub FlashGN: f32,
    pub CameraTemperature: f32,
    pub SensorTemperature: f32,
    pub SensorTemperature2: f32,
    pub LensTemperature: f32,
    pub AmbientTemperature: f32,
    pub BatteryTemperature: f32,
    pub exifAmbientTemperature: f32,
    pub exifHumidity: f32,
    pub exifPressure: f32,
    pub exifWaterDepth: f32,
    pub exifAcceleration: f32,
    pub exifCameraElevationAngle: f32,
    pub real_ISO: f32,
    pub exifExposureIndex: f32,
    pub ColorSpace: ushort,
    pub firmware: [c_char; 128],
}

Fields

FlashEC: f32FlashGN: f32CameraTemperature: f32SensorTemperature: f32SensorTemperature2: f32LensTemperature: f32AmbientTemperature: f32BatteryTemperature: f32exifAmbientTemperature: f32exifHumidity: f32exifPressure: f32exifWaterDepth: f32exifAcceleration: f32exifCameraElevationAngle: f32real_ISO: f32exifExposureIndex: f32ColorSpace: ushortfirmware: [c_char; 128]

Trait Implementations

impl Clone for libraw_metadata_common_t[src]

impl Copy for libraw_metadata_common_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.