#[repr(C)]pub struct VkVideoReferenceSlotInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub slotIndex: i32,
pub pPictureResource: *const VkVideoPictureResourceInfoKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§slotIndex: i32
§pPictureResource: *const VkVideoPictureResourceInfoKHR
Trait Implementations§
Source§impl Clone for VkVideoReferenceSlotInfoKHR
impl Clone for VkVideoReferenceSlotInfoKHR
Source§fn clone(&self) -> VkVideoReferenceSlotInfoKHR
fn clone(&self) -> VkVideoReferenceSlotInfoKHR
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 VkVideoReferenceSlotInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoReferenceSlotInfoKHR
impl RefUnwindSafe for VkVideoReferenceSlotInfoKHR
impl !Send for VkVideoReferenceSlotInfoKHR
impl !Sync for VkVideoReferenceSlotInfoKHR
impl Unpin for VkVideoReferenceSlotInfoKHR
impl UnwindSafe for VkVideoReferenceSlotInfoKHR
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