#[repr(C)]pub struct v4l2_ctrl_hevc_scaling_matrix {
pub scaling_list_4x4: [[__u8; 16]; 6],
pub scaling_list_8x8: [[__u8; 64]; 6],
pub scaling_list_16x16: [[__u8; 64]; 6],
pub scaling_list_32x32: [[__u8; 64]; 2],
pub scaling_list_dc_coef_16x16: [__u8; 6],
pub scaling_list_dc_coef_32x32: [__u8; 2],
}
Fields§
§scaling_list_4x4: [[__u8; 16]; 6]
§scaling_list_8x8: [[__u8; 64]; 6]
§scaling_list_16x16: [[__u8; 64]; 6]
§scaling_list_32x32: [[__u8; 64]; 2]
§scaling_list_dc_coef_16x16: [__u8; 6]
§scaling_list_dc_coef_32x32: [__u8; 2]
Trait Implementations§
Source§impl Clone for v4l2_ctrl_hevc_scaling_matrix
impl Clone for v4l2_ctrl_hevc_scaling_matrix
Source§fn clone(&self) -> v4l2_ctrl_hevc_scaling_matrix
fn clone(&self) -> v4l2_ctrl_hevc_scaling_matrix
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_hevc_scaling_matrix
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_hevc_scaling_matrix
impl RefUnwindSafe for v4l2_ctrl_hevc_scaling_matrix
impl Send for v4l2_ctrl_hevc_scaling_matrix
impl Sync for v4l2_ctrl_hevc_scaling_matrix
impl Unpin for v4l2_ctrl_hevc_scaling_matrix
impl UnwindSafe for v4l2_ctrl_hevc_scaling_matrix
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