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