#[repr(C)]pub struct libraw_data_t {Show 14 fields
pub image: *mut [ushort; 4],
pub sizes: libraw_image_sizes_t,
pub idata: libraw_iparams_t,
pub lens: libraw_lensinfo_t,
pub makernotes: libraw_makernotes_t,
pub shootinginfo: libraw_shootinginfo_t,
pub params: libraw_output_params_t,
pub progress_flags: c_uint,
pub process_warnings: c_uint,
pub color: libraw_colordata_t,
pub other: libraw_imgother_t,
pub thumbnail: libraw_thumbnail_t,
pub rawdata: libraw_rawdata_t,
pub parent_class: *mut c_void,
}
Fields§
§image: *mut [ushort; 4]
§sizes: libraw_image_sizes_t
§idata: libraw_iparams_t
§lens: libraw_lensinfo_t
§makernotes: libraw_makernotes_t
§shootinginfo: libraw_shootinginfo_t
§params: libraw_output_params_t
§progress_flags: c_uint
§process_warnings: c_uint
§color: libraw_colordata_t
§other: libraw_imgother_t
§thumbnail: libraw_thumbnail_t
§rawdata: libraw_rawdata_t
§parent_class: *mut c_void
Trait Implementations§
Source§impl Clone for libraw_data_t
impl Clone for libraw_data_t
Source§fn clone(&self) -> libraw_data_t
fn clone(&self) -> libraw_data_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_data_t
Auto Trait Implementations§
impl Freeze for libraw_data_t
impl RefUnwindSafe for libraw_data_t
impl !Send for libraw_data_t
impl !Sync for libraw_data_t
impl Unpin for libraw_data_t
impl UnwindSafe for libraw_data_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