Struct libraw_sys::libraw_dng_levels_t[][src]

#[repr(C)]pub struct libraw_dng_levels_t {
    pub parsedfields: c_uint,
    pub dng_cblack: [c_uint; 4104],
    pub dng_black: c_uint,
    pub dng_fcblack: [f32; 4104],
    pub dng_fblack: f32,
    pub dng_whitelevel: [c_uint; 4],
    pub default_crop: [c_uint; 4],
    pub preview_colorspace: c_uint,
    pub analogbalance: [f32; 4],
    pub asshotneutral: [f32; 4],
    pub baseline_exposure: f32,
    pub LinearResponseLimit: f32,
}

Fields

parsedfields: c_uintdng_cblack: [c_uint; 4104]dng_black: c_uintdng_fcblack: [f32; 4104]dng_fblack: f32dng_whitelevel: [c_uint; 4]default_crop: [c_uint; 4]preview_colorspace: c_uintanalogbalance: [f32; 4]asshotneutral: [f32; 4]baseline_exposure: f32LinearResponseLimit: f32

Trait Implementations

impl Clone for libraw_dng_levels_t[src]

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