#[repr(C)]pub struct libraw_internal_output_params_t {
pub mix_green: c_uint,
pub raw_color: c_uint,
pub zero_is_bad: c_uint,
pub shrink: ushort,
pub fuji_width: ushort,
}Fields§
§mix_green: c_uint§raw_color: c_uint§zero_is_bad: c_uint§shrink: ushort§fuji_width: ushortTrait Implementations§
Source§impl Clone for libraw_internal_output_params_t
impl Clone for libraw_internal_output_params_t
Source§fn clone(&self) -> libraw_internal_output_params_t
fn clone(&self) -> libraw_internal_output_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 PartialEq for libraw_internal_output_params_t
impl PartialEq for libraw_internal_output_params_t
Source§fn eq(&self, other: &libraw_internal_output_params_t) -> bool
fn eq(&self, other: &libraw_internal_output_params_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for libraw_internal_output_params_t
impl Eq for libraw_internal_output_params_t
impl StructuralPartialEq for libraw_internal_output_params_t
Auto Trait Implementations§
impl Freeze for libraw_internal_output_params_t
impl RefUnwindSafe for libraw_internal_output_params_t
impl Send for libraw_internal_output_params_t
impl Sync for libraw_internal_output_params_t
impl Unpin for libraw_internal_output_params_t
impl UnwindSafe for libraw_internal_output_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