#[repr(C)]pub struct VideoEncodeSessionParametersGetInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub video_session_parameters: VideoSessionParametersKHR,
}Expand description
VkVideoEncodeSessionParametersGetInfoKHR
Provided by VK_KHR_video_encode_queue.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_SESSION_PARAMETERS_GET_INFO_KHR.
p_next: *const c_voidOptional, may be null.
video_session_parameters: VideoSessionParametersKHRImplementations§
Source§impl VideoEncodeSessionParametersGetInfoKHR
impl VideoEncodeSessionParametersGetInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeSessionParametersGetInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeSessionParametersGetInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeSessionParametersGetInfoKHR
impl Clone for VideoEncodeSessionParametersGetInfoKHR
Source§fn clone(&self) -> VideoEncodeSessionParametersGetInfoKHR
fn clone(&self) -> VideoEncodeSessionParametersGetInfoKHR
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 VideoEncodeSessionParametersGetInfoKHR
impl Default for VideoEncodeSessionParametersGetInfoKHR
Source§fn default() -> VideoEncodeSessionParametersGetInfoKHR
fn default() -> VideoEncodeSessionParametersGetInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeSessionParametersGetInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeSessionParametersGetInfoKHR
impl RefUnwindSafe for VideoEncodeSessionParametersGetInfoKHR
impl !Send for VideoEncodeSessionParametersGetInfoKHR
impl !Sync for VideoEncodeSessionParametersGetInfoKHR
impl Unpin for VideoEncodeSessionParametersGetInfoKHR
impl UnsafeUnpin for VideoEncodeSessionParametersGetInfoKHR
impl UnwindSafe for VideoEncodeSessionParametersGetInfoKHR
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