pub struct VideoDecodeH265ProfileEXTBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> VideoDecodeH265ProfileEXTBuilder<'a>
pub fn std_profile_idc(self, std_profile_idc: StdVideoH265ProfileIdc) -> Self
Sourcepub fn build(self) -> VideoDecodeH265ProfileEXT
pub fn build(self) -> VideoDecodeH265ProfileEXT
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 VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH265ProfileEXTBuilder<'a>
Source§impl<'a> DerefMut for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH265ProfileEXTBuilder<'a>
impl ExtendsBufferCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl ExtendsFormatProperties2 for VideoDecodeH265ProfileEXTBuilder<'_>
impl ExtendsImageCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl ExtendsImageViewCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl ExtendsQueryPoolCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl ExtendsVideoProfileKHR for VideoDecodeH265ProfileEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH265ProfileEXTBuilder<'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