#[repr(C)]pub struct heif_mastering_display_colour_volume {
pub display_primaries_x: [u16; 3],
pub display_primaries_y: [u16; 3],
pub white_point_x: u16,
pub white_point_y: u16,
pub max_display_mastering_luminance: u32,
pub min_display_mastering_luminance: u32,
}Expand description
Note: color coordinates are defined according to the CIE 1931 definition of x as specified in ISO 11664-1 (see also ISO 11664-3 and CIE 15).
Fields§
§display_primaries_x: [u16; 3]§display_primaries_y: [u16; 3]§white_point_x: u16§white_point_y: u16§max_display_mastering_luminance: u32§min_display_mastering_luminance: u32Trait Implementations§
Source§impl Clone for heif_mastering_display_colour_volume
impl Clone for heif_mastering_display_colour_volume
Source§fn clone(&self) -> heif_mastering_display_colour_volume
fn clone(&self) -> heif_mastering_display_colour_volume
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 moreimpl Copy for heif_mastering_display_colour_volume
Auto Trait Implementations§
impl Freeze for heif_mastering_display_colour_volume
impl RefUnwindSafe for heif_mastering_display_colour_volume
impl Send for heif_mastering_display_colour_volume
impl Sync for heif_mastering_display_colour_volume
impl Unpin for heif_mastering_display_colour_volume
impl UnwindSafe for heif_mastering_display_colour_volume
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