#[repr(C)]pub struct VideoDecodeVP9ProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile: StdVideoVP9Profile,
}Expand description
VkVideoDecodeVP9ProfileInfoKHR
Provided by VK_KHR_video_decode_vp9.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_VP9_PROFILE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
std_profile: StdVideoVP9ProfileImplementations§
Source§impl VideoDecodeVP9ProfileInfoKHR
impl VideoDecodeVP9ProfileInfoKHR
Sourcepub fn builder<'a>() -> VideoDecodeVP9ProfileInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeVP9ProfileInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoDecodeVP9ProfileInfoKHR
impl Clone for VideoDecodeVP9ProfileInfoKHR
Source§fn clone(&self) -> VideoDecodeVP9ProfileInfoKHR
fn clone(&self) -> VideoDecodeVP9ProfileInfoKHR
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 moreSource§impl Debug for VideoDecodeVP9ProfileInfoKHR
impl Debug for VideoDecodeVP9ProfileInfoKHR
impl Copy for VideoDecodeVP9ProfileInfoKHR
impl ExtendsQueryPoolCreateInfo for VideoDecodeVP9ProfileInfoKHR
impl ExtendsVideoProfileInfoKHR for VideoDecodeVP9ProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeVP9ProfileInfoKHR
impl RefUnwindSafe for VideoDecodeVP9ProfileInfoKHR
impl !Send for VideoDecodeVP9ProfileInfoKHR
impl !Sync for VideoDecodeVP9ProfileInfoKHR
impl Unpin for VideoDecodeVP9ProfileInfoKHR
impl UnsafeUnpin for VideoDecodeVP9ProfileInfoKHR
impl UnwindSafe for VideoDecodeVP9ProfileInfoKHR
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