Struct libraw_sys::libraw_fuji_info_t[][src]

#[repr(C)]pub struct libraw_fuji_info_t {
    pub ExpoMidPointShift: f32,
    pub DynamicRange: ushort,
    pub FilmMode: ushort,
    pub DynamicRangeSetting: ushort,
    pub DevelopmentDynamicRange: ushort,
    pub AutoDynamicRange: ushort,
    pub DRangePriority: ushort,
    pub DRangePriorityAuto: ushort,
    pub DRangePriorityFixed: ushort,
    pub BrightnessCompensation: f32,
    pub FocusMode: ushort,
    pub AFMode: ushort,
    pub FocusPixel: [ushort; 2],
    pub ImageStabilization: [ushort; 3],
    pub FlashMode: ushort,
    pub WB_Preset: ushort,
    pub ShutterType: ushort,
    pub ExrMode: ushort,
    pub Macro: ushort,
    pub Rating: c_uint,
    pub CropMode: ushort,
    pub FrameRate: ushort,
    pub FrameWidth: ushort,
    pub FrameHeight: ushort,
    pub SerialSignature: [c_char; 13],
    pub RAFVersion: [c_char; 5],
    pub RAFDataVersion: ushort,
    pub isTSNERDTS: c_int,
    pub DriveMode: c_short,
}

Fields

ExpoMidPointShift: f32DynamicRange: ushortFilmMode: ushortDynamicRangeSetting: ushortDevelopmentDynamicRange: ushortAutoDynamicRange: ushortDRangePriority: ushortDRangePriorityAuto: ushortDRangePriorityFixed: ushortBrightnessCompensation: f32FocusMode: ushortAFMode: ushortFocusPixel: [ushort; 2]ImageStabilization: [ushort; 3]FlashMode: ushortWB_Preset: ushortShutterType: ushortExrMode: ushortMacro: ushortRating: c_uintCropMode: ushortFrameRate: ushortFrameWidth: ushortFrameHeight: ushortSerialSignature: [c_char; 13]RAFVersion: [c_char; 5]RAFDataVersion: ushortisTSNERDTS: c_intDriveMode: c_short

Trait Implementations

impl Clone for libraw_fuji_info_t[src]

impl Copy for libraw_fuji_info_t[src]

impl Debug for libraw_fuji_info_t[src]

impl PartialEq<libraw_fuji_info_t> for libraw_fuji_info_t[src]

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