#[repr(C)]pub struct VideoDecodeH264ProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: StdVideoH264ProfileIdc,
pub picture_layout: VideoDecodeH264PictureLayoutFlagBitsKHR,
}Expand description
VkVideoDecodeH264ProfileInfoKHR
Provided by VK_KHR_video_decode_h264.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PROFILE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
std_profile_idc: StdVideoH264ProfileIdc§picture_layout: VideoDecodeH264PictureLayoutFlagBitsKHRImplementations§
Source§impl VideoDecodeH264ProfileInfoKHR
impl VideoDecodeH264ProfileInfoKHR
Sourcepub fn builder<'a>() -> VideoDecodeH264ProfileInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeH264ProfileInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoDecodeH264ProfileInfoKHR
impl Clone for VideoDecodeH264ProfileInfoKHR
Source§fn clone(&self) -> VideoDecodeH264ProfileInfoKHR
fn clone(&self) -> VideoDecodeH264ProfileInfoKHR
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 VideoDecodeH264ProfileInfoKHR
impl ExtendsQueryPoolCreateInfo for VideoDecodeH264ProfileInfoKHR
impl ExtendsVideoProfileInfoKHR for VideoDecodeH264ProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH264ProfileInfoKHR
impl RefUnwindSafe for VideoDecodeH264ProfileInfoKHR
impl !Send for VideoDecodeH264ProfileInfoKHR
impl !Sync for VideoDecodeH264ProfileInfoKHR
impl Unpin for VideoDecodeH264ProfileInfoKHR
impl UnsafeUnpin for VideoDecodeH264ProfileInfoKHR
impl UnwindSafe for VideoDecodeH264ProfileInfoKHR
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