Struct libraw_sys::libraw_iparams_t[][src]

#[repr(C)]pub struct libraw_iparams_t {
    pub guard: [c_char; 4],
    pub make: [c_char; 64],
    pub model: [c_char; 64],
    pub software: [c_char; 64],
    pub normalized_make: [c_char; 64],
    pub normalized_model: [c_char; 64],
    pub maker_index: c_uint,
    pub raw_count: c_uint,
    pub dng_version: c_uint,
    pub is_foveon: c_uint,
    pub colors: c_int,
    pub filters: c_uint,
    pub xtrans: [[c_char; 6]; 6],
    pub xtrans_abs: [[c_char; 6]; 6],
    pub cdesc: [c_char; 5],
    pub xmplen: c_uint,
    pub xmpdata: *mut c_char,
}

Fields

guard: [c_char; 4]make: [c_char; 64]model: [c_char; 64]software: [c_char; 64]normalized_make: [c_char; 64]normalized_model: [c_char; 64]maker_index: c_uintraw_count: c_uintdng_version: c_uintis_foveon: c_uintcolors: c_intfilters: c_uintxtrans: [[c_char; 6]; 6]xtrans_abs: [[c_char; 6]; 6]cdesc: [c_char; 5]xmplen: c_uintxmpdata: *mut c_char

Trait Implementations

impl Clone for libraw_iparams_t[src]

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