#[repr(C)]pub struct VkVideoEncodeAV1RateControlLayerInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub useMinQIndex: VkBool32,
pub minQIndex: VkVideoEncodeAV1QIndexKHR,
pub useMaxQIndex: VkBool32,
pub maxQIndex: VkVideoEncodeAV1QIndexKHR,
pub useMaxFrameSize: VkBool32,
pub maxFrameSize: VkVideoEncodeAV1FrameSizeKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§useMinQIndex: VkBool32
§minQIndex: VkVideoEncodeAV1QIndexKHR
§useMaxQIndex: VkBool32
§maxQIndex: VkVideoEncodeAV1QIndexKHR
§useMaxFrameSize: VkBool32
§maxFrameSize: VkVideoEncodeAV1FrameSizeKHR
Trait Implementations§
Source§impl Clone for VkVideoEncodeAV1RateControlLayerInfoKHR
impl Clone for VkVideoEncodeAV1RateControlLayerInfoKHR
Source§fn clone(&self) -> VkVideoEncodeAV1RateControlLayerInfoKHR
fn clone(&self) -> VkVideoEncodeAV1RateControlLayerInfoKHR
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 VkVideoEncodeAV1RateControlLayerInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeAV1RateControlLayerInfoKHR
impl RefUnwindSafe for VkVideoEncodeAV1RateControlLayerInfoKHR
impl !Send for VkVideoEncodeAV1RateControlLayerInfoKHR
impl !Sync for VkVideoEncodeAV1RateControlLayerInfoKHR
impl Unpin for VkVideoEncodeAV1RateControlLayerInfoKHR
impl UnwindSafe for VkVideoEncodeAV1RateControlLayerInfoKHR
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