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