#[repr(C)]pub struct v4l2_hevc_pred_weight_table {
pub delta_luma_weight_l0: [__s8; 16],
pub luma_offset_l0: [__s8; 16],
pub delta_chroma_weight_l0: [[__s8; 2]; 16],
pub chroma_offset_l0: [[__s8; 2]; 16],
pub delta_luma_weight_l1: [__s8; 16],
pub luma_offset_l1: [__s8; 16],
pub delta_chroma_weight_l1: [[__s8; 2]; 16],
pub chroma_offset_l1: [[__s8; 2]; 16],
pub luma_log2_weight_denom: __u8,
pub delta_chroma_log2_weight_denom: __s8,
}
Fields§
§delta_luma_weight_l0: [__s8; 16]
§luma_offset_l0: [__s8; 16]
§delta_chroma_weight_l0: [[__s8; 2]; 16]
§chroma_offset_l0: [[__s8; 2]; 16]
§delta_luma_weight_l1: [__s8; 16]
§luma_offset_l1: [__s8; 16]
§delta_chroma_weight_l1: [[__s8; 2]; 16]
§chroma_offset_l1: [[__s8; 2]; 16]
§luma_log2_weight_denom: __u8
§delta_chroma_log2_weight_denom: __s8
Trait Implementations§
Source§impl Clone for v4l2_hevc_pred_weight_table
impl Clone for v4l2_hevc_pred_weight_table
Source§fn clone(&self) -> v4l2_hevc_pred_weight_table
fn clone(&self) -> v4l2_hevc_pred_weight_table
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_hevc_pred_weight_table
impl Debug for v4l2_hevc_pred_weight_table
impl Copy for v4l2_hevc_pred_weight_table
Auto Trait Implementations§
impl Freeze for v4l2_hevc_pred_weight_table
impl RefUnwindSafe for v4l2_hevc_pred_weight_table
impl Send for v4l2_hevc_pred_weight_table
impl Sync for v4l2_hevc_pred_weight_table
impl Unpin for v4l2_hevc_pred_weight_table
impl UnwindSafe for v4l2_hevc_pred_weight_table
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