Struct ash::vk::VideoDecodeH264ProfileInfoKHR
source · #[repr(C)]pub struct VideoDecodeH264ProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: StdVideoH264ProfileIdc,
pub picture_layout: VideoDecodeH264PictureLayoutFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§std_profile_idc: StdVideoH264ProfileIdc
§picture_layout: VideoDecodeH264PictureLayoutFlagsKHR
Implementations§
source§impl VideoDecodeH264ProfileInfoKHR
impl VideoDecodeH264ProfileInfoKHR
pub fn builder<'a>() -> VideoDecodeH264ProfileInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoDecodeH264ProfileInfoKHR
impl Clone for VideoDecodeH264ProfileInfoKHR
source§fn clone(&self) -> VideoDecodeH264ProfileInfoKHR
fn clone(&self) -> VideoDecodeH264ProfileInfoKHR
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 VideoDecodeH264ProfileInfoKHR
impl TaggedStructure for VideoDecodeH264ProfileInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_DECODE_H264_PROFILE_INFO_KHR
impl 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 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