#[repr(C)]pub struct heif_bayer_pattern_pixel {
pub component_id: u32,
pub component_gain: f32,
}Expand description
— Bayer / filter array pattern (cpat box)
Fields§
§component_id: u32§component_gain: f32Trait Implementations§
Source§impl Clone for heif_bayer_pattern_pixel
impl Clone for heif_bayer_pattern_pixel
Source§fn clone(&self) -> heif_bayer_pattern_pixel
fn clone(&self) -> heif_bayer_pattern_pixel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 heif_bayer_pattern_pixel
impl Debug for heif_bayer_pattern_pixel
impl Copy for heif_bayer_pattern_pixel
Auto Trait Implementations§
impl Freeze for heif_bayer_pattern_pixel
impl RefUnwindSafe for heif_bayer_pattern_pixel
impl Send for heif_bayer_pattern_pixel
impl Sync for heif_bayer_pattern_pixel
impl Unpin for heif_bayer_pattern_pixel
impl UnsafeUnpin for heif_bayer_pattern_pixel
impl UnwindSafe for heif_bayer_pattern_pixel
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