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