Struct ash::vk::VideoDecodeAV1ProfileInfoKHR
source · #[repr(C)]pub struct VideoDecodeAV1ProfileInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile: StdVideoAV1Profile,
pub film_grain_support: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§std_profile: StdVideoAV1Profile
§film_grain_support: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> VideoDecodeAV1ProfileInfoKHR<'a>
pub fn std_profile(self, std_profile: StdVideoAV1Profile) -> Self
pub fn film_grain_support(self, film_grain_support: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> Clone for VideoDecodeAV1ProfileInfoKHR<'a>
source§fn clone(&self) -> VideoDecodeAV1ProfileInfoKHR<'a>
fn clone(&self) -> VideoDecodeAV1ProfileInfoKHR<'a>
Returns a copy 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<'a> Debug for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> Debug for VideoDecodeAV1ProfileInfoKHR<'a>
source§impl Default for VideoDecodeAV1ProfileInfoKHR<'_>
impl Default for VideoDecodeAV1ProfileInfoKHR<'_>
source§impl<'a> TaggedStructure for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> TaggedStructure for VideoDecodeAV1ProfileInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_DECODE_AV1_PROFILE_INFO_KHR
impl<'a> Copy for VideoDecodeAV1ProfileInfoKHR<'a>
impl ExtendsQueryPoolCreateInfo for VideoDecodeAV1ProfileInfoKHR<'_>
impl ExtendsVideoProfileInfoKHR for VideoDecodeAV1ProfileInfoKHR<'_>
impl Send for VideoDecodeAV1ProfileInfoKHR<'_>
impl Sync for VideoDecodeAV1ProfileInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> RefUnwindSafe for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> Unpin for VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> UnwindSafe for VideoDecodeAV1ProfileInfoKHR<'a>
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