#[repr(C)]pub struct VideoEncodeAV1GopRemainingFrameInfoKHR {
pub s_type: StructureType,
pub 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,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§use_gop_remaining_frames: Bool32§gop_remaining_intra: u32§gop_remaining_predictive: u32§gop_remaining_bipredictive: u32Trait 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 PartialEq for VideoEncodeAV1GopRemainingFrameInfoKHR
impl PartialEq for VideoEncodeAV1GopRemainingFrameInfoKHR
Source§fn eq(&self, other: &VideoEncodeAV1GopRemainingFrameInfoKHR) -> bool
fn eq(&self, other: &VideoEncodeAV1GopRemainingFrameInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Eq for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Send for VideoEncodeAV1GopRemainingFrameInfoKHR
impl StructuralPartialEq for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Sync for VideoEncodeAV1GopRemainingFrameInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1GopRemainingFrameInfoKHR
impl RefUnwindSafe for VideoEncodeAV1GopRemainingFrameInfoKHR
impl Unpin 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