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