#[repr(C)]pub struct VideoEncodeAV1GopRemainingFrameInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub use_gop_remaining_frames: Bool32,
pub gop_remaining_intra: u32,
pub gop_remaining_predictive: u32,
pub gop_remaining_bipredictive: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§use_gop_remaining_frames: Bool32§gop_remaining_intra: u32§gop_remaining_predictive: u32§gop_remaining_bipredictive: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
pub fn use_gop_remaining_frames(self, use_gop_remaining_frames: bool) -> Self
pub fn gop_remaining_intra(self, gop_remaining_intra: u32) -> Self
pub fn gop_remaining_predictive(self, gop_remaining_predictive: u32) -> Self
pub fn gop_remaining_bipredictive(self, gop_remaining_bipredictive: u32) -> Self
Trait Implementations§
Source§impl<'a> Clone for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> Clone for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
Source§fn clone(&self) -> VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
fn clone(&self) -> VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
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<'a> Debug for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> Debug for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
Source§impl Default for VideoEncodeAV1GopRemainingFrameInfoKHR<'_>
impl Default for VideoEncodeAV1GopRemainingFrameInfoKHR<'_>
Source§impl<'a> TaggedStructure for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> TaggedStructure for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_AV1_GOP_REMAINING_FRAME_INFO_KHR
impl<'a> Copy for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl ExtendsVideoBeginCodingInfoKHR for VideoEncodeAV1GopRemainingFrameInfoKHR<'_>
impl Send for VideoEncodeAV1GopRemainingFrameInfoKHR<'_>
impl Sync for VideoEncodeAV1GopRemainingFrameInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> RefUnwindSafe for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> Unpin for VideoEncodeAV1GopRemainingFrameInfoKHR<'a>
impl<'a> UnwindSafe for VideoEncodeAV1GopRemainingFrameInfoKHR<'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