Struct ash::vk::native::StdVideoEncodeH264WeightTable
source · #[repr(C)]pub struct StdVideoEncodeH264WeightTable {
pub flags: StdVideoEncodeH264WeightTableFlags,
pub luma_log2_weight_denom: u8,
pub chroma_log2_weight_denom: u8,
pub luma_weight_l0: [i8; 32],
pub luma_offset_l0: [i8; 32],
pub chroma_weight_l0: [[i8; 2]; 32],
pub chroma_offset_l0: [[i8; 2]; 32],
pub luma_weight_l1: [i8; 32],
pub luma_offset_l1: [i8; 32],
pub chroma_weight_l1: [[i8; 2]; 32],
pub chroma_offset_l1: [[i8; 2]; 32],
}
Fields§
§flags: StdVideoEncodeH264WeightTableFlags
§luma_log2_weight_denom: u8
§chroma_log2_weight_denom: u8
§luma_weight_l0: [i8; 32]
§luma_offset_l0: [i8; 32]
§chroma_weight_l0: [[i8; 2]; 32]
§chroma_offset_l0: [[i8; 2]; 32]
§luma_weight_l1: [i8; 32]
§luma_offset_l1: [i8; 32]
§chroma_weight_l1: [[i8; 2]; 32]
§chroma_offset_l1: [[i8; 2]; 32]
Trait Implementations§
source§impl Clone for StdVideoEncodeH264WeightTable
impl Clone for StdVideoEncodeH264WeightTable
source§fn clone(&self) -> StdVideoEncodeH264WeightTable
fn clone(&self) -> StdVideoEncodeH264WeightTable
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 StdVideoEncodeH264WeightTable
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH264WeightTable
impl RefUnwindSafe for StdVideoEncodeH264WeightTable
impl Send for StdVideoEncodeH264WeightTable
impl Sync for StdVideoEncodeH264WeightTable
impl Unpin for StdVideoEncodeH264WeightTable
impl UnwindSafe for StdVideoEncodeH264WeightTable
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