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