#[repr(C)]pub struct VkVideoSessionParametersCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkVideoSessionParametersCreateFlagsKHR,
pub videoSessionParametersTemplate: VkVideoSessionParametersKHR,
pub videoSession: VkVideoSessionKHR,
}Expand description
struct VkVideoSessionParametersCreateInfoKHR from VK_KHR_video_queue
Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkVideoSessionParametersCreateFlagsKHR§videoSessionParametersTemplate: VkVideoSessionParametersKHR§videoSession: VkVideoSessionKHRTrait Implementations§
Source§impl Clone for VkVideoSessionParametersCreateInfoKHR
impl Clone for VkVideoSessionParametersCreateInfoKHR
Source§fn clone(&self) -> VkVideoSessionParametersCreateInfoKHR
fn clone(&self) -> VkVideoSessionParametersCreateInfoKHR
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 moreimpl Copy for VkVideoSessionParametersCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoSessionParametersCreateInfoKHR
impl RefUnwindSafe for VkVideoSessionParametersCreateInfoKHR
impl !Send for VkVideoSessionParametersCreateInfoKHR
impl !Sync for VkVideoSessionParametersCreateInfoKHR
impl Unpin for VkVideoSessionParametersCreateInfoKHR
impl UnwindSafe for VkVideoSessionParametersCreateInfoKHR
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