Struct libraw_sys::libraw_kodak_makernotes_t[][src]

#[repr(C)]pub struct libraw_kodak_makernotes_t {
    pub BlackLevelTop: ushort,
    pub BlackLevelBottom: ushort,
    pub offset_left: c_short,
    pub offset_top: c_short,
    pub clipBlack: ushort,
    pub clipWhite: ushort,
    pub romm_camDaylight: [[f32; 3]; 3],
    pub romm_camTungsten: [[f32; 3]; 3],
    pub romm_camFluorescent: [[f32; 3]; 3],
    pub romm_camFlash: [[f32; 3]; 3],
    pub romm_camCustom: [[f32; 3]; 3],
    pub romm_camAuto: [[f32; 3]; 3],
    pub val018percent: ushort,
    pub val100percent: ushort,
    pub val170percent: ushort,
    pub MakerNoteKodak8a: c_short,
    pub ISOCalibrationGain: f32,
    pub AnalogISO: f32,
}

Fields

BlackLevelTop: ushortBlackLevelBottom: ushortoffset_left: c_shortoffset_top: c_shortclipBlack: ushortclipWhite: ushortromm_camDaylight: [[f32; 3]; 3]romm_camTungsten: [[f32; 3]; 3]romm_camFluorescent: [[f32; 3]; 3]romm_camFlash: [[f32; 3]; 3]romm_camCustom: [[f32; 3]; 3]romm_camAuto: [[f32; 3]; 3]val018percent: ushortval100percent: ushortval170percent: ushortMakerNoteKodak8a: c_shortISOCalibrationGain: f32AnalogISO: f32

Trait Implementations

impl Clone for libraw_kodak_makernotes_t[src]

impl Copy for libraw_kodak_makernotes_t[src]

impl Debug for libraw_kodak_makernotes_t[src]

impl PartialEq<libraw_kodak_makernotes_t> for libraw_kodak_makernotes_t[src]

impl StructuralPartialEq for libraw_kodak_makernotes_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.