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