#[repr(C)]pub struct v4l2_ctrl_hdr10_mastering_display {
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,
}
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: __u32
Trait Implementations§
Source§impl Clone for v4l2_ctrl_hdr10_mastering_display
impl Clone for v4l2_ctrl_hdr10_mastering_display
Source§fn clone(&self) -> v4l2_ctrl_hdr10_mastering_display
fn clone(&self) -> v4l2_ctrl_hdr10_mastering_display
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 moreimpl Copy for v4l2_ctrl_hdr10_mastering_display
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_hdr10_mastering_display
impl RefUnwindSafe for v4l2_ctrl_hdr10_mastering_display
impl Send for v4l2_ctrl_hdr10_mastering_display
impl Sync for v4l2_ctrl_hdr10_mastering_display
impl Unpin for v4l2_ctrl_hdr10_mastering_display
impl UnwindSafe for v4l2_ctrl_hdr10_mastering_display
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