#[repr(C)]pub struct VideoEncodeAV1GopRemainingFrameInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub use_gop_remaining_frames: u32,
pub gop_remaining_intra: u32,
pub gop_remaining_predictive: u32,
pub gop_remaining_bipredictive: u32,
}Expand description
VkVideoEncodeAV1GopRemainingFrameInfoKHR
Provided by VK_KHR_video_encode_av1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_GOP_REMAINING_FRAME_INFO_KHR.
p_next: *const c_voidOptional, may be null.
use_gop_remaining_frames: u32§gop_remaining_intra: u32§gop_remaining_predictive: u32§gop_remaining_bipredictive: u32Implementations§
Source§impl VideoEncodeAV1GopRemainingFrameInfoKHR
impl VideoEncodeAV1GopRemainingFrameInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeAV1GopRemainingFrameInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeAV1GopRemainingFrameInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Clone for VideoEncodeAV1GopRemainingFrameInfoKHR
Source§fn clone(&self) -> VideoEncodeAV1GopRemainingFrameInfoKHR
fn clone(&self) -> VideoEncodeAV1GopRemainingFrameInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Default for VideoEncodeAV1GopRemainingFrameInfoKHR
Source§fn default() -> VideoEncodeAV1GopRemainingFrameInfoKHR
fn default() -> VideoEncodeAV1GopRemainingFrameInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeAV1GopRemainingFrameInfoKHR
impl ExtendsVideoBeginCodingInfoKHR for VideoEncodeAV1GopRemainingFrameInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1GopRemainingFrameInfoKHR
impl RefUnwindSafe for VideoEncodeAV1GopRemainingFrameInfoKHR
impl !Send for VideoEncodeAV1GopRemainingFrameInfoKHR
impl !Sync for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Unpin for VideoEncodeAV1GopRemainingFrameInfoKHR
impl UnsafeUnpin for VideoEncodeAV1GopRemainingFrameInfoKHR
impl UnwindSafe for VideoEncodeAV1GopRemainingFrameInfoKHR
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