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