#[repr(C)]pub struct VkVideoEncodeAV1FrameSizeKHR {
pub intraFrameSize: u32,
pub predictiveFrameSize: u32,
pub bipredictiveFrameSize: u32,
}
Fields§
§intraFrameSize: u32
§predictiveFrameSize: u32
§bipredictiveFrameSize: u32
Trait Implementations§
Source§impl Clone for VkVideoEncodeAV1FrameSizeKHR
impl Clone for VkVideoEncodeAV1FrameSizeKHR
Source§fn clone(&self) -> VkVideoEncodeAV1FrameSizeKHR
fn clone(&self) -> VkVideoEncodeAV1FrameSizeKHR
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 moreSource§impl Default for VkVideoEncodeAV1FrameSizeKHR
impl Default for VkVideoEncodeAV1FrameSizeKHR
Source§fn default() -> VkVideoEncodeAV1FrameSizeKHR
fn default() -> VkVideoEncodeAV1FrameSizeKHR
Returns the “default value” for a type. Read more
impl Copy for VkVideoEncodeAV1FrameSizeKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeAV1FrameSizeKHR
impl RefUnwindSafe for VkVideoEncodeAV1FrameSizeKHR
impl Send for VkVideoEncodeAV1FrameSizeKHR
impl Sync for VkVideoEncodeAV1FrameSizeKHR
impl Unpin for VkVideoEncodeAV1FrameSizeKHR
impl UnwindSafe for VkVideoEncodeAV1FrameSizeKHR
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