#[repr(C)]pub struct v4l2_ctrl_h264_pred_weights {
pub luma_log2_weight_denom: __u16,
pub chroma_log2_weight_denom: __u16,
pub weight_factors: [v4l2_h264_weight_factors; 2],
}
Fields§
§luma_log2_weight_denom: __u16
§chroma_log2_weight_denom: __u16
§weight_factors: [v4l2_h264_weight_factors; 2]
Trait Implementations§
Source§impl Clone for v4l2_ctrl_h264_pred_weights
impl Clone for v4l2_ctrl_h264_pred_weights
Source§fn clone(&self) -> v4l2_ctrl_h264_pred_weights
fn clone(&self) -> v4l2_ctrl_h264_pred_weights
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_h264_pred_weights
impl Debug for v4l2_ctrl_h264_pred_weights
impl Copy for v4l2_ctrl_h264_pred_weights
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_h264_pred_weights
impl RefUnwindSafe for v4l2_ctrl_h264_pred_weights
impl Send for v4l2_ctrl_h264_pred_weights
impl Sync for v4l2_ctrl_h264_pred_weights
impl Unpin for v4l2_ctrl_h264_pred_weights
impl UnwindSafe for v4l2_ctrl_h264_pred_weights
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