Struct drm_sys::hdr_metadata_infoframe
source · #[repr(C)]pub struct hdr_metadata_infoframe {
pub eotf: __u8,
pub metadata_type: __u8,
pub display_primaries: [hdr_metadata_infoframe__bindgen_ty_1; 3],
pub white_point: hdr_metadata_infoframe__bindgen_ty_2,
pub max_display_mastering_luminance: __u16,
pub min_display_mastering_luminance: __u16,
pub max_cll: __u16,
pub max_fall: __u16,
}
Fields§
§eotf: __u8
§metadata_type: __u8
§display_primaries: [hdr_metadata_infoframe__bindgen_ty_1; 3]
§white_point: hdr_metadata_infoframe__bindgen_ty_2
§max_display_mastering_luminance: __u16
§min_display_mastering_luminance: __u16
§max_cll: __u16
§max_fall: __u16
Trait Implementations§
source§impl Clone for hdr_metadata_infoframe
impl Clone for hdr_metadata_infoframe
source§fn clone(&self) -> hdr_metadata_infoframe
fn clone(&self) -> hdr_metadata_infoframe
Returns a copy 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 hdr_metadata_infoframe
impl Debug for hdr_metadata_infoframe
source§impl Default for hdr_metadata_infoframe
impl Default for hdr_metadata_infoframe
source§fn default() -> hdr_metadata_infoframe
fn default() -> hdr_metadata_infoframe
Returns the “default value” for a type. Read more
source§impl Hash for hdr_metadata_infoframe
impl Hash for hdr_metadata_infoframe
source§impl PartialEq for hdr_metadata_infoframe
impl PartialEq for hdr_metadata_infoframe
source§fn eq(&self, other: &hdr_metadata_infoframe) -> bool
fn eq(&self, other: &hdr_metadata_infoframe) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for hdr_metadata_infoframe
impl Eq for hdr_metadata_infoframe
impl StructuralPartialEq for hdr_metadata_infoframe
Auto Trait Implementations§
impl Freeze for hdr_metadata_infoframe
impl RefUnwindSafe for hdr_metadata_infoframe
impl Send for hdr_metadata_infoframe
impl Sync for hdr_metadata_infoframe
impl Unpin for hdr_metadata_infoframe
impl UnwindSafe for hdr_metadata_infoframe
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