#[repr(C)]pub struct VideoEncodeH265RateControlLayerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub temporal_id: u8,
pub use_initial_rc_qp: u32,
pub initial_rc_qp: VideoEncodeH265QpEXT,
pub use_min_qp: u32,
pub min_qp: VideoEncodeH265QpEXT,
pub use_max_qp: u32,
pub max_qp: VideoEncodeH265QpEXT,
pub use_max_frame_size: u32,
pub max_frame_size: VideoEncodeH265FrameSizeEXT,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidtemporal_id: u8use_initial_rc_qp: u32initial_rc_qp: VideoEncodeH265QpEXTuse_min_qp: u32min_qp: VideoEncodeH265QpEXTuse_max_qp: u32max_qp: VideoEncodeH265QpEXTuse_max_frame_size: u32max_frame_size: VideoEncodeH265FrameSizeEXTImplementations
sourceimpl VideoEncodeH265RateControlLayerInfoEXT
impl VideoEncodeH265RateControlLayerInfoEXT
pub fn builder<'a>() -> VideoEncodeH265RateControlLayerInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoEncodeH265RateControlLayerInfoEXT
impl Clone for VideoEncodeH265RateControlLayerInfoEXT
sourcefn clone(&self) -> VideoEncodeH265RateControlLayerInfoEXT
fn clone(&self) -> VideoEncodeH265RateControlLayerInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for VideoEncodeH265RateControlLayerInfoEXT
impl Default for VideoEncodeH265RateControlLayerInfoEXT
sourcefn default() -> VideoEncodeH265RateControlLayerInfoEXT
fn default() -> VideoEncodeH265RateControlLayerInfoEXT
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeH265RateControlLayerInfoEXT
impl ExtendsVideoEncodeRateControlLayerInfoKHR for VideoEncodeH265RateControlLayerInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoEncodeH265RateControlLayerInfoEXT
impl !Send for VideoEncodeH265RateControlLayerInfoEXT
impl !Sync for VideoEncodeH265RateControlLayerInfoEXT
impl Unpin for VideoEncodeH265RateControlLayerInfoEXT
impl UnwindSafe for VideoEncodeH265RateControlLayerInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more