Struct ash::vk::VideoEncodeH265GopRemainingFrameInfoKHR
source · #[repr(C)]pub struct VideoEncodeH265GopRemainingFrameInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub use_gop_remaining_frames: Bool32,
pub gop_remaining_i: u32,
pub gop_remaining_p: u32,
pub gop_remaining_b: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§use_gop_remaining_frames: Bool32
§gop_remaining_i: u32
§gop_remaining_p: u32
§gop_remaining_b: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> VideoEncodeH265GopRemainingFrameInfoKHR<'a>
pub fn use_gop_remaining_frames(self, use_gop_remaining_frames: bool) -> Self
pub fn gop_remaining_i(self, gop_remaining_i: u32) -> Self
pub fn gop_remaining_p(self, gop_remaining_p: u32) -> Self
pub fn gop_remaining_b(self, gop_remaining_b: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> Clone for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
source§fn clone(&self) -> VideoEncodeH265GopRemainingFrameInfoKHR<'a>
fn clone(&self) -> VideoEncodeH265GopRemainingFrameInfoKHR<'a>
Returns a copy 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<'a> Debug for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> Debug for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
source§impl Default for VideoEncodeH265GopRemainingFrameInfoKHR<'_>
impl Default for VideoEncodeH265GopRemainingFrameInfoKHR<'_>
source§impl<'a> TaggedStructure for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> TaggedStructure for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_H265_GOP_REMAINING_FRAME_INFO_KHR
impl<'a> Copy for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl ExtendsVideoBeginCodingInfoKHR for VideoEncodeH265GopRemainingFrameInfoKHR<'_>
impl Send for VideoEncodeH265GopRemainingFrameInfoKHR<'_>
impl Sync for VideoEncodeH265GopRemainingFrameInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> RefUnwindSafe for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> Unpin for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
impl<'a> UnwindSafe for VideoEncodeH265GopRemainingFrameInfoKHR<'a>
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