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