#[repr(C)]pub struct VideoEncodeRateControlInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: VideoEncodeRateControlFlagsKHR,
pub rate_control_mode: VideoEncodeRateControlModeFlagsKHR,
pub layer_count: u32,
pub layers: *const VideoEncodeRateControlLayerInfoKHR,
pub virtual_buffer_size_in_ms: u32,
pub initial_virtual_buffer_size_in_ms: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: VideoEncodeRateControlFlagsKHR§rate_control_mode: VideoEncodeRateControlModeFlagsKHR§layer_count: u32§layers: *const VideoEncodeRateControlLayerInfoKHR§virtual_buffer_size_in_ms: u32§initial_virtual_buffer_size_in_ms: u32Trait Implementations§
Source§impl Clone for VideoEncodeRateControlInfoKHR
impl Clone for VideoEncodeRateControlInfoKHR
Source§fn clone(&self) -> VideoEncodeRateControlInfoKHR
fn clone(&self) -> VideoEncodeRateControlInfoKHR
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 Hash for VideoEncodeRateControlInfoKHR
impl Hash for VideoEncodeRateControlInfoKHR
Source§impl PartialEq for VideoEncodeRateControlInfoKHR
impl PartialEq for VideoEncodeRateControlInfoKHR
Source§fn eq(&self, other: &VideoEncodeRateControlInfoKHR) -> bool
fn eq(&self, other: &VideoEncodeRateControlInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeRateControlInfoKHR
impl Eq for VideoEncodeRateControlInfoKHR
impl Send for VideoEncodeRateControlInfoKHR
impl StructuralPartialEq for VideoEncodeRateControlInfoKHR
impl Sync for VideoEncodeRateControlInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeRateControlInfoKHR
impl RefUnwindSafe for VideoEncodeRateControlInfoKHR
impl Unpin for VideoEncodeRateControlInfoKHR
impl UnwindSafe for VideoEncodeRateControlInfoKHR
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