#[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: u16
§chroma_weight_l0_flag: u16
§luma_weight_l1_flag: u16
§chroma_weight_l1_flag: u16
Trait Implementations§
Source§impl Clone for StdVideoEncodeH265WeightTableFlags
impl Clone for StdVideoEncodeH265WeightTableFlags
Source§fn clone(&self) -> StdVideoEncodeH265WeightTableFlags
fn clone(&self) -> StdVideoEncodeH265WeightTableFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoEncodeH265WeightTableFlags
impl Default for StdVideoEncodeH265WeightTableFlags
Source§fn default() -> StdVideoEncodeH265WeightTableFlags
fn default() -> StdVideoEncodeH265WeightTableFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoEncodeH265WeightTableFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH265WeightTableFlags
impl RefUnwindSafe for StdVideoEncodeH265WeightTableFlags
impl Send for StdVideoEncodeH265WeightTableFlags
impl Sync for StdVideoEncodeH265WeightTableFlags
impl Unpin for StdVideoEncodeH265WeightTableFlags
impl UnwindSafe for StdVideoEncodeH265WeightTableFlags
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