Struct libraw_sys::libraw_imgother_t[][src]

#[repr(C)]pub struct libraw_imgother_t {
    pub iso_speed: f32,
    pub shutter: f32,
    pub aperture: f32,
    pub focal_len: f32,
    pub timestamp: time_t,
    pub shot_order: c_uint,
    pub gpsdata: [c_uint; 32],
    pub parsed_gps: libraw_gps_info_t,
    pub desc: [c_char; 512],
    pub artist: [c_char; 64],
    pub analogbalance: [f32; 4],
}

Fields

iso_speed: f32shutter: f32aperture: f32focal_len: f32timestamp: time_tshot_order: c_uintgpsdata: [c_uint; 32]parsed_gps: libraw_gps_info_tdesc: [c_char; 512]artist: [c_char; 64]analogbalance: [f32; 4]

Trait Implementations

impl Clone for libraw_imgother_t[src]

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