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