Struct libraw_sys::libraw_olympus_makernotes_t[][src]

#[repr(C)]pub struct libraw_olympus_makernotes_t {
    pub SensorCalibration: [c_int; 2],
    pub FocusMode: [ushort; 2],
    pub AutoFocus: ushort,
    pub AFPoint: ushort,
    pub AFAreas: [c_uint; 64],
    pub AFPointSelected: [f64; 5],
    pub AFResult: ushort,
    pub DriveMode: [ushort; 5],
    pub ColorSpace: ushort,
    pub AFFineTune: uchar,
    pub AFFineTuneAdj: [c_short; 3],
    pub CameraType2: [c_char; 6],
}

Fields

SensorCalibration: [c_int; 2]FocusMode: [ushort; 2]AutoFocus: ushortAFPoint: ushortAFAreas: [c_uint; 64]AFPointSelected: [f64; 5]AFResult: ushortDriveMode: [ushort; 5]ColorSpace: ushortAFFineTune: ucharAFFineTuneAdj: [c_short; 3]CameraType2: [c_char; 6]

Trait Implementations

impl Clone for libraw_olympus_makernotes_t[src]

impl Copy for libraw_olympus_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.