#[repr(C)]pub struct VideoEncodeH264SessionParametersFeedbackInfoKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub has_std_sps_overrides: u32,
pub has_std_pps_overrides: u32,
}Expand description
VkVideoEncodeH264SessionParametersFeedbackInfoKHR
Provided by VK_KHR_video_encode_h264.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_FEEDBACK_INFO_KHR.
p_next: *mut c_voidOptional, may be null.
has_std_sps_overrides: u32§has_std_pps_overrides: u32Implementations§
Source§impl VideoEncodeH264SessionParametersFeedbackInfoKHR
impl VideoEncodeH264SessionParametersFeedbackInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH264SessionParametersFeedbackInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH264SessionParametersFeedbackInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl Clone for VideoEncodeH264SessionParametersFeedbackInfoKHR
Source§fn clone(&self) -> VideoEncodeH264SessionParametersFeedbackInfoKHR
fn clone(&self) -> VideoEncodeH264SessionParametersFeedbackInfoKHR
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 Default for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl Default for VideoEncodeH264SessionParametersFeedbackInfoKHR
Source§fn default() -> VideoEncodeH264SessionParametersFeedbackInfoKHR
fn default() -> VideoEncodeH264SessionParametersFeedbackInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl ExtendsVideoEncodeSessionParametersFeedbackInfoKHR for VideoEncodeH264SessionParametersFeedbackInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl RefUnwindSafe for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl !Send for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl !Sync for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl Unpin for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl UnsafeUnpin for VideoEncodeH264SessionParametersFeedbackInfoKHR
impl UnwindSafe for VideoEncodeH264SessionParametersFeedbackInfoKHR
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