#[repr(C)]pub struct heif_bad_pixel {
pub row: u32,
pub column: u32,
}Expand description
— Sensor bad pixels map (ISO 23001-17, Section 6.1.7)
Fields§
§row: u32§column: u32Trait Implementations§
Source§impl Clone for heif_bad_pixel
impl Clone for heif_bad_pixel
Source§fn clone(&self) -> heif_bad_pixel
fn clone(&self) -> heif_bad_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_bad_pixel
impl Debug for heif_bad_pixel
impl Copy for heif_bad_pixel
Auto Trait Implementations§
impl Freeze for heif_bad_pixel
impl RefUnwindSafe for heif_bad_pixel
impl Send for heif_bad_pixel
impl Sync for heif_bad_pixel
impl Unpin for heif_bad_pixel
impl UnsafeUnpin for heif_bad_pixel
impl UnwindSafe for heif_bad_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