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