Struct libraw_sys::libraw_nikon_makernotes_t[][src]

#[repr(C)]pub struct libraw_nikon_makernotes_t {
    pub ExposureBracketValue: f64,
    pub ActiveDLighting: ushort,
    pub ShootingMode: ushort,
    pub ImageStabilization: [uchar; 7],
    pub VibrationReduction: uchar,
    pub VRMode: uchar,
    pub FocusMode: [c_char; 7],
    pub AFPoint: uchar,
    pub AFPointsInFocus: ushort,
    pub ContrastDetectAF: uchar,
    pub AFAreaMode: uchar,
    pub PhaseDetectAF: uchar,
    pub PrimaryAFPoint: uchar,
    pub AFPointsUsed: [uchar; 29],
    pub AFImageWidth: ushort,
    pub AFImageHeight: ushort,
    pub AFAreaXPposition: ushort,
    pub AFAreaYPosition: ushort,
    pub AFAreaWidth: ushort,
    pub AFAreaHeight: ushort,
    pub ContrastDetectAFInFocus: uchar,
    pub FlashSetting: [c_char; 13],
    pub FlashType: [c_char; 20],
    pub FlashExposureCompensation: [uchar; 4],
    pub ExternalFlashExposureComp: [uchar; 4],
    pub FlashExposureBracketValue: [uchar; 4],
    pub FlashMode: uchar,
    pub FlashExposureCompensation2: c_schar,
    pub FlashExposureCompensation3: c_schar,
    pub FlashExposureCompensation4: c_schar,
    pub FlashSource: uchar,
    pub FlashFirmware: [uchar; 2],
    pub ExternalFlashFlags: uchar,
    pub FlashControlCommanderMode: uchar,
    pub FlashOutputAndCompensation: uchar,
    pub FlashFocalLength: uchar,
    pub FlashGNDistance: uchar,
    pub FlashGroupControlMode: [uchar; 4],
    pub FlashGroupOutputAndCompensation: [uchar; 4],
    pub FlashColorFilter: uchar,
    pub NEFCompression: ushort,
    pub ExposureMode: c_int,
    pub ExposureProgram: c_int,
    pub nMEshots: c_int,
    pub MEgainOn: c_int,
    pub ME_WB: [f64; 4],
    pub AFFineTune: uchar,
    pub AFFineTuneIndex: uchar,
    pub AFFineTuneAdj: i8,
    pub LensDataVersion: c_uint,
    pub FlashInfoVersion: c_uint,
    pub ColorBalanceVersion: c_uint,
    pub key: uchar,
    pub NEFBitDepth: [ushort; 4],
    pub HighSpeedCropFormat: ushort,
    pub SensorHighSpeedCrop: libraw_sensor_highspeed_crop_t,
    pub SensorWidth: ushort,
    pub SensorHeight: ushort,
}

Fields

ExposureBracketValue: f64ActiveDLighting: ushortShootingMode: ushortImageStabilization: [uchar; 7]VibrationReduction: ucharVRMode: ucharFocusMode: [c_char; 7]AFPoint: ucharAFPointsInFocus: ushortContrastDetectAF: ucharAFAreaMode: ucharPhaseDetectAF: ucharPrimaryAFPoint: ucharAFPointsUsed: [uchar; 29]AFImageWidth: ushortAFImageHeight: ushortAFAreaXPposition: ushortAFAreaYPosition: ushortAFAreaWidth: ushortAFAreaHeight: ushortContrastDetectAFInFocus: ucharFlashSetting: [c_char; 13]FlashType: [c_char; 20]FlashExposureCompensation: [uchar; 4]ExternalFlashExposureComp: [uchar; 4]FlashExposureBracketValue: [uchar; 4]FlashMode: ucharFlashExposureCompensation2: c_scharFlashExposureCompensation3: c_scharFlashExposureCompensation4: c_scharFlashSource: ucharFlashFirmware: [uchar; 2]ExternalFlashFlags: ucharFlashControlCommanderMode: ucharFlashOutputAndCompensation: ucharFlashFocalLength: ucharFlashGNDistance: ucharFlashGroupControlMode: [uchar; 4]FlashGroupOutputAndCompensation: [uchar; 4]FlashColorFilter: ucharNEFCompression: ushortExposureMode: c_intExposureProgram: c_intnMEshots: c_intMEgainOn: c_intME_WB: [f64; 4]AFFineTune: ucharAFFineTuneIndex: ucharAFFineTuneAdj: i8LensDataVersion: c_uintFlashInfoVersion: c_uintColorBalanceVersion: c_uintkey: ucharNEFBitDepth: [ushort; 4]HighSpeedCropFormat: ushortSensorHighSpeedCrop: libraw_sensor_highspeed_crop_tSensorWidth: ushortSensorHeight: ushort

Trait Implementations

impl Clone for libraw_nikon_makernotes_t[src]

impl Copy for libraw_nikon_makernotes_t[src]

impl Debug for libraw_nikon_makernotes_t[src]

impl PartialEq<libraw_nikon_makernotes_t> for libraw_nikon_makernotes_t[src]

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