Struct ash::vk::VideoDecodeH264DpbSlotInfoEXT
source · #[repr(C)]pub struct VideoDecodeH264DpbSlotInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_std_reference_info: *const StdVideoDecodeH264ReferenceInfo,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_std_reference_info: *const StdVideoDecodeH264ReferenceInfo
Implementations§
source§impl VideoDecodeH264DpbSlotInfoEXT
impl VideoDecodeH264DpbSlotInfoEXT
pub fn builder<'a>() -> VideoDecodeH264DpbSlotInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoDecodeH264DpbSlotInfoEXT
impl Clone for VideoDecodeH264DpbSlotInfoEXT
source§fn clone(&self) -> VideoDecodeH264DpbSlotInfoEXT
fn clone(&self) -> VideoDecodeH264DpbSlotInfoEXT
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