#[repr(C)]pub struct StdVideoEncodeH265WeightTableFlags {
pub luma_weight_l0_flag: u16,
pub chroma_weight_l0_flag: u16,
pub luma_weight_l1_flag: u16,
pub chroma_weight_l1_flag: u16,
}Fields
luma_weight_l0_flag: u16chroma_weight_l0_flag: u16luma_weight_l1_flag: u16chroma_weight_l1_flag: u16Trait Implementations
sourceimpl Clone for StdVideoEncodeH265WeightTableFlags
impl Clone for StdVideoEncodeH265WeightTableFlags
sourcefn clone(&self) -> StdVideoEncodeH265WeightTableFlags
fn clone(&self) -> StdVideoEncodeH265WeightTableFlags
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 StdVideoEncodeH265WeightTableFlags
Auto Trait Implementations
impl RefUnwindSafe for StdVideoEncodeH265WeightTableFlags
impl Send for StdVideoEncodeH265WeightTableFlags
impl Sync for StdVideoEncodeH265WeightTableFlags
impl Unpin for StdVideoEncodeH265WeightTableFlags
impl UnwindSafe for StdVideoEncodeH265WeightTableFlags
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