Struct ash::vk::VideoEncodeH265ProfileEXT  
source · #[repr(C)]pub struct VideoEncodeH265ProfileEXT {
    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: StdVideoH265ProfileIdcImplementations§
source§impl VideoEncodeH265ProfileEXT
 
impl VideoEncodeH265ProfileEXT
pub fn builder<'a>() -> VideoEncodeH265ProfileEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH265ProfileEXT
 
impl Clone for VideoEncodeH265ProfileEXT
source§fn clone(&self) -> VideoEncodeH265ProfileEXT
 
fn clone(&self) -> VideoEncodeH265ProfileEXT
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