#[repr(C)]pub struct VkVideoEncodeAV1FrameSizeKHR {
pub intraFrameSize: u32,
pub predictiveFrameSize: u32,
pub bipredictiveFrameSize: u32,
}Fields§
§intraFrameSize: u32§predictiveFrameSize: u32§bipredictiveFrameSize: u32Trait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)