#[repr(C)]pub struct VideoEncodeH265GopRemainingFrameInfoKHR {
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
VkVideoEncodeH265GopRemainingFrameInfoKHR
Provided by VK_KHR_video_encode_h265.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_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 VideoEncodeH265GopRemainingFrameInfoKHR
impl VideoEncodeH265GopRemainingFrameInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH265GopRemainingFrameInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH265GopRemainingFrameInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH265GopRemainingFrameInfoKHR
impl Clone for VideoEncodeH265GopRemainingFrameInfoKHR
Source§fn clone(&self) -> VideoEncodeH265GopRemainingFrameInfoKHR
fn clone(&self) -> VideoEncodeH265GopRemainingFrameInfoKHR
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 VideoEncodeH265GopRemainingFrameInfoKHR
impl ExtendsVideoBeginCodingInfoKHR for VideoEncodeH265GopRemainingFrameInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH265GopRemainingFrameInfoKHR
impl RefUnwindSafe for VideoEncodeH265GopRemainingFrameInfoKHR
impl !Send for VideoEncodeH265GopRemainingFrameInfoKHR
impl !Sync for VideoEncodeH265GopRemainingFrameInfoKHR
impl Unpin for VideoEncodeH265GopRemainingFrameInfoKHR
impl UnsafeUnpin for VideoEncodeH265GopRemainingFrameInfoKHR
impl UnwindSafe for VideoEncodeH265GopRemainingFrameInfoKHR
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