#[repr(C)]pub struct VideoDecodeH265ProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: StdVideoH265ProfileIdc,
}Expand description
VkVideoDecodeH265ProfileInfoKHR
Provided by VK_KHR_video_decode_h265.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PROFILE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
std_profile_idc: StdVideoH265ProfileIdcImplementations§
Source§impl VideoDecodeH265ProfileInfoKHR
impl VideoDecodeH265ProfileInfoKHR
Sourcepub fn builder<'a>() -> VideoDecodeH265ProfileInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeH265ProfileInfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for VideoDecodeH265ProfileInfoKHR
impl Clone for VideoDecodeH265ProfileInfoKHR
Source§fn clone(&self) -> VideoDecodeH265ProfileInfoKHR
fn clone(&self) -> VideoDecodeH265ProfileInfoKHR
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 moreimpl 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 UnsafeUnpin 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