Struct screen_13::prelude::vk::VideoEncodeH264ProfileInfoEXT
source · pub struct VideoEncodeH264ProfileInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§std_profile_idc: u32Implementations§
source§impl VideoEncodeH264ProfileInfoEXT
impl VideoEncodeH264ProfileInfoEXT
pub fn builder<'a>() -> VideoEncodeH264ProfileInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH264ProfileInfoEXT
impl Clone for VideoEncodeH264ProfileInfoEXT
source§fn clone(&self) -> VideoEncodeH264ProfileInfoEXT
fn clone(&self) -> VideoEncodeH264ProfileInfoEXT
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 moresource§impl Default for VideoEncodeH264ProfileInfoEXT
impl Default for VideoEncodeH264ProfileInfoEXT
source§fn default() -> VideoEncodeH264ProfileInfoEXT
fn default() -> VideoEncodeH264ProfileInfoEXT
Returns the “default value” for a type. Read more