pub struct VideoDecodeH264MvcEXTBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> VideoDecodeH264MvcEXTBuilder<'a>
pub fn std_mvc(self, std_mvc: &'a StdVideoDecodeH264Mvc) -> Self
Sourcepub fn build(self) -> VideoDecodeH264MvcEXT
pub fn build(self) -> VideoDecodeH264MvcEXT
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 VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH264MvcEXTBuilder<'a>
Source§impl<'a> DerefMut for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH264MvcEXTBuilder<'a>
impl ExtendsVideoDecodeH264PictureInfoEXT for VideoDecodeH264MvcEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH264MvcEXTBuilder<'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