Struct ash::vk::VideoEncodeH264RateControlLayerInfoEXT  
source · #[repr(C)]pub struct VideoEncodeH264RateControlLayerInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub temporal_layer_id: u8,
    pub use_initial_rc_qp: Bool32,
    pub initial_rc_qp: VideoEncodeH264QpEXT,
    pub use_min_qp: Bool32,
    pub min_qp: VideoEncodeH264QpEXT,
    pub use_max_qp: Bool32,
    pub max_qp: VideoEncodeH264QpEXT,
    pub use_max_frame_size: Bool32,
    pub max_frame_size: VideoEncodeH264FrameSizeEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§temporal_layer_id: u8§use_initial_rc_qp: Bool32§initial_rc_qp: VideoEncodeH264QpEXT§use_min_qp: Bool32§min_qp: VideoEncodeH264QpEXT§use_max_qp: Bool32§max_qp: VideoEncodeH264QpEXT§use_max_frame_size: Bool32§max_frame_size: VideoEncodeH264FrameSizeEXTImplementations§
source§impl VideoEncodeH264RateControlLayerInfoEXT
 
impl VideoEncodeH264RateControlLayerInfoEXT
pub fn builder<'a>() -> VideoEncodeH264RateControlLayerInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH264RateControlLayerInfoEXT
 
impl Clone for VideoEncodeH264RateControlLayerInfoEXT
source§fn clone(&self) -> VideoEncodeH264RateControlLayerInfoEXT
 
fn clone(&self) -> VideoEncodeH264RateControlLayerInfoEXT
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