#[repr(C)]pub struct StdVideoEncodeH264WeightTableFlags {
pub luma_weight_l0_flag: u32,
pub chroma_weight_l0_flag: u32,
pub luma_weight_l1_flag: u32,
pub chroma_weight_l1_flag: u32,
}Fields
luma_weight_l0_flag: u32chroma_weight_l0_flag: u32luma_weight_l1_flag: u32chroma_weight_l1_flag: u32Trait Implementations
sourceimpl Clone for StdVideoEncodeH264WeightTableFlags
impl Clone for StdVideoEncodeH264WeightTableFlags
sourcefn clone(&self) -> StdVideoEncodeH264WeightTableFlags
fn clone(&self) -> StdVideoEncodeH264WeightTableFlags
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
impl Copy for StdVideoEncodeH264WeightTableFlags
Auto Trait Implementations
impl RefUnwindSafe for StdVideoEncodeH264WeightTableFlags
impl Send for StdVideoEncodeH264WeightTableFlags
impl Sync for StdVideoEncodeH264WeightTableFlags
impl Unpin for StdVideoEncodeH264WeightTableFlags
impl UnwindSafe for StdVideoEncodeH264WeightTableFlags
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