#[repr(C)]pub struct VideoDecodeH264ProfileEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: u32,
pub picture_layout: VideoDecodeH264PictureLayoutFlagsEXT,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidstd_profile_idc: u32picture_layout: VideoDecodeH264PictureLayoutFlagsEXTImplementations
sourceimpl VideoDecodeH264ProfileEXT
impl VideoDecodeH264ProfileEXT
pub fn builder<'a>() -> VideoDecodeH264ProfileEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoDecodeH264ProfileEXT
impl Clone for VideoDecodeH264ProfileEXT
sourcefn clone(&self) -> VideoDecodeH264ProfileEXT
fn clone(&self) -> VideoDecodeH264ProfileEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoDecodeH264ProfileEXT
impl Debug for VideoDecodeH264ProfileEXT
sourceimpl Default for VideoDecodeH264ProfileEXT
impl Default for VideoDecodeH264ProfileEXT
sourcefn default() -> VideoDecodeH264ProfileEXT
fn default() -> VideoDecodeH264ProfileEXT
Returns the “default value” for a type. Read more
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 RefUnwindSafe for VideoDecodeH264ProfileEXT
impl !Send for VideoDecodeH264ProfileEXT
impl !Sync for VideoDecodeH264ProfileEXT
impl Unpin for VideoDecodeH264ProfileEXT
impl UnwindSafe for VideoDecodeH264ProfileEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more