#[repr(C)]pub struct VkVideoSessionParametersCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkVideoSessionParametersCreateFlagsKHR,
pub videoSessionParametersTemplate: VkVideoSessionParametersKHR,
pub videoSession: VkVideoSessionKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkVideoSessionParametersCreateFlagsKHR
§videoSessionParametersTemplate: VkVideoSessionParametersKHR
§videoSession: VkVideoSessionKHR
Trait 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§const fn clone_from(&mut self, source: &Self)
const 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