#[repr(C)]pub struct libraw_iparams_t {Show 17 fields
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_uint§raw_count: c_uint§dng_version: c_uint§is_foveon: c_uint§colors: c_int§filters: c_uint§xtrans: [[c_char; 6]; 6]§xtrans_abs: [[c_char; 6]; 6]§cdesc: [c_char; 5]§xmplen: c_uint§xmpdata: *mut c_charTrait Implementations§
Source§impl Clone for libraw_iparams_t
impl Clone for libraw_iparams_t
Source§fn clone(&self) -> libraw_iparams_t
fn clone(&self) -> libraw_iparams_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for libraw_iparams_t
Auto Trait Implementations§
impl Freeze for libraw_iparams_t
impl RefUnwindSafe for libraw_iparams_t
impl !Send for libraw_iparams_t
impl !Sync for libraw_iparams_t
impl Unpin for libraw_iparams_t
impl UnwindSafe for libraw_iparams_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more