#[repr(C)]pub struct StdVideoEncodeH265WeightTable {
pub flags: StdVideoEncodeH265WeightTableFlags,
pub luma_log2_weight_denom: u8,
pub delta_chroma_log2_weight_denom: i8,
pub delta_luma_weight_l0: [i8; 15],
pub luma_offset_l0: [i8; 15],
pub delta_chroma_weight_l0: [[i8; 2]; 15],
pub delta_chroma_offset_l0: [[i8; 2]; 15],
pub delta_luma_weight_l1: [i8; 15],
pub luma_offset_l1: [i8; 15],
pub delta_chroma_weight_l1: [[i8; 2]; 15],
pub delta_chroma_offset_l1: [[i8; 2]; 15],
}Fields
flags: StdVideoEncodeH265WeightTableFlagsluma_log2_weight_denom: u8delta_chroma_log2_weight_denom: i8delta_luma_weight_l0: [i8; 15]luma_offset_l0: [i8; 15]delta_chroma_weight_l0: [[i8; 2]; 15]delta_chroma_offset_l0: [[i8; 2]; 15]delta_luma_weight_l1: [i8; 15]luma_offset_l1: [i8; 15]delta_chroma_weight_l1: [[i8; 2]; 15]delta_chroma_offset_l1: [[i8; 2]; 15]Trait Implementations
sourceimpl Clone for StdVideoEncodeH265WeightTable
impl Clone for StdVideoEncodeH265WeightTable
sourcefn clone(&self) -> StdVideoEncodeH265WeightTable
fn clone(&self) -> StdVideoEncodeH265WeightTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StdVideoEncodeH265WeightTable
impl Debug for StdVideoEncodeH265WeightTable
impl Copy for StdVideoEncodeH265WeightTable
Auto Trait Implementations
impl RefUnwindSafe for StdVideoEncodeH265WeightTable
impl Send for StdVideoEncodeH265WeightTable
impl Sync for StdVideoEncodeH265WeightTable
impl Unpin for StdVideoEncodeH265WeightTable
impl UnwindSafe for StdVideoEncodeH265WeightTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more