Struct ash::vk::native::StdVideoEncodeH264WeightTableFlags
source · #[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: u32
§chroma_weight_l0_flag: u32
§luma_weight_l1_flag: u32
§chroma_weight_l1_flag: u32
Trait Implementations§
source§impl Clone for StdVideoEncodeH264WeightTableFlags
impl Clone for StdVideoEncodeH264WeightTableFlags
source§fn clone(&self) -> StdVideoEncodeH264WeightTableFlags
fn clone(&self) -> StdVideoEncodeH264WeightTableFlags
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 moreimpl Copy for StdVideoEncodeH264WeightTableFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH264WeightTableFlags
impl RefUnwindSafe for StdVideoEncodeH264WeightTableFlags
impl Send for StdVideoEncodeH264WeightTableFlags
impl Sync for StdVideoEncodeH264WeightTableFlags
impl Unpin for StdVideoEncodeH264WeightTableFlags
impl UnwindSafe for StdVideoEncodeH264WeightTableFlags
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