Struct ash::vk::native::StdVideoEncodeH265WeightTableFlags
source · #[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 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 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