#[repr(C)]pub struct VideoDecodeVP9CapabilitiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_level: StdVideoVP9Level,
}Expand description
VkVideoDecodeVP9CapabilitiesKHR
Provided by VK_KHR_video_decode_vp9.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_VP9_CAPABILITIES_KHR.
p_next: *mut c_voidOptional, may be null.
max_level: StdVideoVP9LevelImplementations§
Source§impl VideoDecodeVP9CapabilitiesKHR
impl VideoDecodeVP9CapabilitiesKHR
Sourcepub fn builder<'a>() -> VideoDecodeVP9CapabilitiesKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeVP9CapabilitiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoDecodeVP9CapabilitiesKHR
impl Clone for VideoDecodeVP9CapabilitiesKHR
Source§fn clone(&self) -> VideoDecodeVP9CapabilitiesKHR
fn clone(&self) -> VideoDecodeVP9CapabilitiesKHR
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 VideoDecodeVP9CapabilitiesKHR
impl ExtendsVideoCapabilitiesKHR for VideoDecodeVP9CapabilitiesKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeVP9CapabilitiesKHR
impl RefUnwindSafe for VideoDecodeVP9CapabilitiesKHR
impl !Send for VideoDecodeVP9CapabilitiesKHR
impl !Sync for VideoDecodeVP9CapabilitiesKHR
impl Unpin for VideoDecodeVP9CapabilitiesKHR
impl UnsafeUnpin for VideoDecodeVP9CapabilitiesKHR
impl UnwindSafe for VideoDecodeVP9CapabilitiesKHR
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