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