#[repr(C)]pub struct libraw_raw_unpack_params_t {
pub use_rawspeed: c_int,
pub use_dngsdk: c_int,
pub options: c_uint,
pub shot_select: c_uint,
pub specials: c_uint,
pub max_raw_memory_mb: c_uint,
pub sony_arw2_posterization_thr: c_int,
pub coolscan_nef_gamma: f32,
pub p4shot_order: [c_char; 5],
pub custom_camera_strings: *mut *mut c_char,
}Fields§
§use_rawspeed: c_int§use_dngsdk: c_int§options: c_uint§shot_select: c_uint§specials: c_uint§max_raw_memory_mb: c_uint§sony_arw2_posterization_thr: c_int§coolscan_nef_gamma: f32§p4shot_order: [c_char; 5]§custom_camera_strings: *mut *mut c_charTrait Implementations§
Source§impl Clone for libraw_raw_unpack_params_t
impl Clone for libraw_raw_unpack_params_t
Source§fn clone(&self) -> libraw_raw_unpack_params_t
fn clone(&self) -> libraw_raw_unpack_params_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 moreSource§impl Debug for libraw_raw_unpack_params_t
impl Debug for libraw_raw_unpack_params_t
impl Copy for libraw_raw_unpack_params_t
impl StructuralPartialEq for libraw_raw_unpack_params_t
Auto Trait Implementations§
impl Freeze for libraw_raw_unpack_params_t
impl RefUnwindSafe for libraw_raw_unpack_params_t
impl !Send for libraw_raw_unpack_params_t
impl !Sync for libraw_raw_unpack_params_t
impl Unpin for libraw_raw_unpack_params_t
impl UnwindSafe for libraw_raw_unpack_params_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