#[repr(C)]pub struct VkVideoEncodeH264RateControlInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkVideoEncodeH264RateControlFlagsKHR,
pub gopFrameCount: u32,
pub idrPeriod: u32,
pub consecutiveBFrameCount: u32,
pub temporalLayerCount: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkVideoEncodeH264RateControlFlagsKHR
§gopFrameCount: u32
§idrPeriod: u32
§consecutiveBFrameCount: u32
§temporalLayerCount: u32
Trait Implementations§
Source§impl Clone for VkVideoEncodeH264RateControlInfoKHR
impl Clone for VkVideoEncodeH264RateControlInfoKHR
Source§fn clone(&self) -> VkVideoEncodeH264RateControlInfoKHR
fn clone(&self) -> VkVideoEncodeH264RateControlInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkVideoEncodeH264RateControlInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeH264RateControlInfoKHR
impl RefUnwindSafe for VkVideoEncodeH264RateControlInfoKHR
impl !Send for VkVideoEncodeH264RateControlInfoKHR
impl !Sync for VkVideoEncodeH264RateControlInfoKHR
impl Unpin for VkVideoEncodeH264RateControlInfoKHR
impl UnwindSafe for VkVideoEncodeH264RateControlInfoKHR
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