pub struct VideoDecodeH264ProfileEXTBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> VideoDecodeH264ProfileEXTBuilder<'a>
pub fn std_profile_idc(self, std_profile_idc: StdVideoH264ProfileIdc) -> Self
pub fn picture_layout( self, picture_layout: VideoDecodeH264PictureLayoutFlagsEXT, ) -> Self
Sourcepub fn build(self) -> VideoDecodeH264ProfileEXT
pub fn build(self) -> VideoDecodeH264ProfileEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
Source§impl<'a> Deref for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH264ProfileEXTBuilder<'a>
Source§impl<'a> DerefMut for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH264ProfileEXTBuilder<'a>
impl ExtendsBufferCreateInfo for VideoDecodeH264ProfileEXTBuilder<'_>
impl ExtendsFormatProperties2 for VideoDecodeH264ProfileEXTBuilder<'_>
impl ExtendsImageCreateInfo for VideoDecodeH264ProfileEXTBuilder<'_>
impl ExtendsImageViewCreateInfo for VideoDecodeH264ProfileEXTBuilder<'_>
impl ExtendsQueryPoolCreateInfo for VideoDecodeH264ProfileEXTBuilder<'_>
impl ExtendsVideoProfileKHR for VideoDecodeH264ProfileEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH264ProfileEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH264ProfileEXTBuilder<'a>
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