#[repr(C)]pub struct VkVideoDecodeInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkVideoDecodeFlagsKHR,
pub srcBuffer: VkBuffer,
pub srcBufferOffset: VkDeviceSize,
pub srcBufferRange: VkDeviceSize,
pub dstPictureResource: VkVideoPictureResourceInfoKHR,
pub pSetupReferenceSlot: *const VkVideoReferenceSlotInfoKHR,
pub referenceSlotCount: u32,
pub pReferenceSlots: *const VkVideoReferenceSlotInfoKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkVideoDecodeFlagsKHR
§srcBuffer: VkBuffer
§srcBufferOffset: VkDeviceSize
§srcBufferRange: VkDeviceSize
§dstPictureResource: VkVideoPictureResourceInfoKHR
§pSetupReferenceSlot: *const VkVideoReferenceSlotInfoKHR
§referenceSlotCount: u32
§pReferenceSlots: *const VkVideoReferenceSlotInfoKHR
Trait Implementations§
Source§impl Clone for VkVideoDecodeInfoKHR
impl Clone for VkVideoDecodeInfoKHR
Source§fn clone(&self) -> VkVideoDecodeInfoKHR
fn clone(&self) -> VkVideoDecodeInfoKHR
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 moreSource§impl Default for VkVideoDecodeInfoKHR
impl Default for VkVideoDecodeInfoKHR
impl Copy for VkVideoDecodeInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeInfoKHR
impl RefUnwindSafe for VkVideoDecodeInfoKHR
impl !Send for VkVideoDecodeInfoKHR
impl !Sync for VkVideoDecodeInfoKHR
impl Unpin for VkVideoDecodeInfoKHR
impl UnwindSafe for VkVideoDecodeInfoKHR
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