#[repr(C)]pub struct VideoDecodeAV1ProfileInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile: u32,
pub film_grain_support: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§std_profile: u32§film_grain_support: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> VideoDecodeAV1ProfileInfoKHR<'a>
impl<'a> VideoDecodeAV1ProfileInfoKHR<'a>
pub fn std_profile(self, std_profile: u32) -> VideoDecodeAV1ProfileInfoKHR<'a>
pub fn film_grain_support( self, film_grain_support: bool, ) -> VideoDecodeAV1ProfileInfoKHR<'a>
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 duplicate of the value. Read more
1.0.0§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§fn default() -> VideoDecodeAV1ProfileInfoKHR<'_>
fn default() -> VideoDecodeAV1ProfileInfoKHR<'_>
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)