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