Struct screen_13::prelude::vk::VideoEncodeH265ProfileInfoEXT
source · pub struct VideoEncodeH265ProfileInfoEXT {
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 VideoEncodeH265ProfileInfoEXT
impl VideoEncodeH265ProfileInfoEXT
pub fn builder<'a>() -> VideoEncodeH265ProfileInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH265ProfileInfoEXT
impl Clone for VideoEncodeH265ProfileInfoEXT
source§fn clone(&self) -> VideoEncodeH265ProfileInfoEXT
fn clone(&self) -> VideoEncodeH265ProfileInfoEXT
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 VideoEncodeH265ProfileInfoEXT
impl Default for VideoEncodeH265ProfileInfoEXT
source§fn default() -> VideoEncodeH265ProfileInfoEXT
fn default() -> VideoEncodeH265ProfileInfoEXT
Returns the “default value” for a type. Read more