#[repr(C)]pub struct VideoEncodeRateControlLayerInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub average_bitrate: u64,
pub max_bitrate: u64,
pub frame_rate_numerator: u32,
pub frame_rate_denominator: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§average_bitrate: u64§max_bitrate: u64§frame_rate_numerator: u32§frame_rate_denominator: u32Trait Implementations§
Source§impl Clone for VideoEncodeRateControlLayerInfoKHR
impl Clone for VideoEncodeRateControlLayerInfoKHR
Source§fn clone(&self) -> VideoEncodeRateControlLayerInfoKHR
fn clone(&self) -> VideoEncodeRateControlLayerInfoKHR
Returns a duplicate 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 PartialEq for VideoEncodeRateControlLayerInfoKHR
impl PartialEq for VideoEncodeRateControlLayerInfoKHR
Source§fn eq(&self, other: &VideoEncodeRateControlLayerInfoKHR) -> bool
fn eq(&self, other: &VideoEncodeRateControlLayerInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeRateControlLayerInfoKHR
impl Eq for VideoEncodeRateControlLayerInfoKHR
impl Send for VideoEncodeRateControlLayerInfoKHR
impl StructuralPartialEq for VideoEncodeRateControlLayerInfoKHR
impl Sync for VideoEncodeRateControlLayerInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeRateControlLayerInfoKHR
impl RefUnwindSafe for VideoEncodeRateControlLayerInfoKHR
impl Unpin for VideoEncodeRateControlLayerInfoKHR
impl UnwindSafe for VideoEncodeRateControlLayerInfoKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more