Struct ash::vk::native::StdVideoEncodeH264RefPicMarkingEntry
source · #[repr(C)]pub struct StdVideoEncodeH264RefPicMarkingEntry {
pub operation: StdVideoH264MemMgmtControlOp,
pub difference_of_pic_nums_minus1: u16,
pub long_term_pic_num: u16,
pub long_term_frame_idx: u16,
pub max_long_term_frame_idx_plus1: u16,
}
Fields§
§operation: StdVideoH264MemMgmtControlOp
§difference_of_pic_nums_minus1: u16
§long_term_pic_num: u16
§long_term_frame_idx: u16
§max_long_term_frame_idx_plus1: u16
Trait Implementations§
source§impl Clone for StdVideoEncodeH264RefPicMarkingEntry
impl Clone for StdVideoEncodeH264RefPicMarkingEntry
source§fn clone(&self) -> StdVideoEncodeH264RefPicMarkingEntry
fn clone(&self) -> StdVideoEncodeH264RefPicMarkingEntry
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 more