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