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