#[repr(C)]pub struct VideoEncodeH264GopRemainingFrameInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub use_gop_remaining_frames: u32,
pub gop_remaining_i: u32,
pub gop_remaining_p: u32,
pub gop_remaining_b: u32,
}Expand description
VkVideoEncodeH264GopRemainingFrameInfoKHR
Provided by VK_KHR_video_encode_h264.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_GOP_REMAINING_FRAME_INFO_KHR.
p_next: *const c_voidOptional, may be null.
use_gop_remaining_frames: u32§gop_remaining_i: u32§gop_remaining_p: u32§gop_remaining_b: u32Implementations§
Source§impl VideoEncodeH264GopRemainingFrameInfoKHR
impl VideoEncodeH264GopRemainingFrameInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH264GopRemainingFrameInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH264GopRemainingFrameInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH264GopRemainingFrameInfoKHR
impl Clone for VideoEncodeH264GopRemainingFrameInfoKHR
Source§fn clone(&self) -> VideoEncodeH264GopRemainingFrameInfoKHR
fn clone(&self) -> VideoEncodeH264GopRemainingFrameInfoKHR
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 moreimpl Copy for VideoEncodeH264GopRemainingFrameInfoKHR
impl ExtendsVideoBeginCodingInfoKHR for VideoEncodeH264GopRemainingFrameInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264GopRemainingFrameInfoKHR
impl RefUnwindSafe for VideoEncodeH264GopRemainingFrameInfoKHR
impl !Send for VideoEncodeH264GopRemainingFrameInfoKHR
impl !Sync for VideoEncodeH264GopRemainingFrameInfoKHR
impl Unpin for VideoEncodeH264GopRemainingFrameInfoKHR
impl UnsafeUnpin for VideoEncodeH264GopRemainingFrameInfoKHR
impl UnwindSafe for VideoEncodeH264GopRemainingFrameInfoKHR
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