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