#[repr(C)]pub struct VkVideoDecodeVP9PictureInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pStdPictureInfo: *const StdVideoDecodeVP9PictureInfo,
pub referenceNameSlotIndices: [i32; 3],
pub uncompressedHeaderOffset: u32,
pub compressedHeaderOffset: u32,
pub tilesOffset: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pStdPictureInfo: *const StdVideoDecodeVP9PictureInfo§referenceNameSlotIndices: [i32; 3]§uncompressedHeaderOffset: u32§compressedHeaderOffset: u32§tilesOffset: u32Trait Implementations§
Source§impl Clone for VkVideoDecodeVP9PictureInfoKHR
impl Clone for VkVideoDecodeVP9PictureInfoKHR
Source§fn clone(&self) -> VkVideoDecodeVP9PictureInfoKHR
fn clone(&self) -> VkVideoDecodeVP9PictureInfoKHR
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 VkVideoDecodeVP9PictureInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeVP9PictureInfoKHR
impl RefUnwindSafe for VkVideoDecodeVP9PictureInfoKHR
impl !Send for VkVideoDecodeVP9PictureInfoKHR
impl !Sync for VkVideoDecodeVP9PictureInfoKHR
impl Unpin for VkVideoDecodeVP9PictureInfoKHR
impl UnwindSafe for VkVideoDecodeVP9PictureInfoKHR
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