#[repr(C)]pub struct libraw_P1_color_t {
pub romm_cam: [f32; 9],
}Fields§
§romm_cam: [f32; 9]Trait Implementations§
Source§impl Clone for libraw_P1_color_t
impl Clone for libraw_P1_color_t
Source§fn clone(&self) -> libraw_P1_color_t
fn clone(&self) -> libraw_P1_color_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_P1_color_t
impl Debug for libraw_P1_color_t
Source§impl PartialEq for libraw_P1_color_t
impl PartialEq for libraw_P1_color_t
impl Copy for libraw_P1_color_t
impl StructuralPartialEq for libraw_P1_color_t
Auto Trait Implementations§
impl Freeze for libraw_P1_color_t
impl RefUnwindSafe for libraw_P1_color_t
impl Send for libraw_P1_color_t
impl Sync for libraw_P1_color_t
impl Unpin for libraw_P1_color_t
impl UnwindSafe for libraw_P1_color_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