#[repr(C)]pub struct VideoDecodeH264ProfileEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: StdVideoH264ProfileIdc,
pub picture_layout: VideoDecodeH264PictureLayoutFlagsEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§std_profile_idc: StdVideoH264ProfileIdc
§picture_layout: VideoDecodeH264PictureLayoutFlagsEXT
Implementations§
Source§impl VideoDecodeH264ProfileEXT
impl VideoDecodeH264ProfileEXT
pub fn builder<'a>() -> VideoDecodeH264ProfileEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoDecodeH264ProfileEXT
impl Clone for VideoDecodeH264ProfileEXT
Source§fn clone(&self) -> VideoDecodeH264ProfileEXT
fn clone(&self) -> VideoDecodeH264ProfileEXT
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 Default for VideoDecodeH264ProfileEXT
impl Default for VideoDecodeH264ProfileEXT
impl Copy for VideoDecodeH264ProfileEXT
impl ExtendsBufferCreateInfo for VideoDecodeH264ProfileEXT
impl ExtendsFormatProperties2 for VideoDecodeH264ProfileEXT
impl ExtendsImageCreateInfo for VideoDecodeH264ProfileEXT
impl ExtendsImageViewCreateInfo for VideoDecodeH264ProfileEXT
impl ExtendsQueryPoolCreateInfo for VideoDecodeH264ProfileEXT
impl ExtendsVideoProfileKHR for VideoDecodeH264ProfileEXT
Auto Trait Implementations§
impl Freeze for VideoDecodeH264ProfileEXT
impl RefUnwindSafe for VideoDecodeH264ProfileEXT
impl !Send for VideoDecodeH264ProfileEXT
impl !Sync for VideoDecodeH264ProfileEXT
impl Unpin for VideoDecodeH264ProfileEXT
impl UnwindSafe for VideoDecodeH264ProfileEXT
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