pub struct VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
pub fn sps_std(self, sps_std: &'a [StdVideoH264SequenceParameterSet]) -> Self
pub fn pps_std(self, pps_std: &'a [StdVideoH264PictureParameterSet]) -> Self
Sourcepub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
pub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
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 VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
Source§impl<'a> DerefMut for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl ExtendsVideoSessionParametersUpdateInfoKHR for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'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